[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.0/kdelibs/khtml/rendering
From:       Jakub Stachowski <qbast () go2 ! pl>
Date:       2008-01-05 19:19:13
Message-ID: 1199560753.461965.26197.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 757736 by qbast:

Backport slot name fix



 M  +1 -1      render_form.cpp  


--- branches/KDE/4.0/kdelibs/khtml/rendering/render_form.cpp #757735:757736
@@ -498,7 +498,7 @@
     Sonnet::Dialog *spellDialog = new Sonnet::Dialog(new \
                Sonnet::BackgroundChecker(this), 0);
     connect(spellDialog, SIGNAL(replace( const QString&, int,const QString&)), this, \
                SLOT(spellCheckerCorrected( const QString&, int,const QString&)));
     connect(spellDialog, SIGNAL(misspelling( const QString&, int)), this, \
                SLOT(spellCheckerMisspelling(const QString &,int)));
-    connect(spellDialog, SIGNAL(done(const QString&)), this, \
SLOT(spellCheckerDone(const QString&))); +    connect(spellDialog, SIGNAL(done(const \
                QString&)), this, SLOT(slotSpellCheckDone(const QString&)));
     connect(spellDialog, SIGNAL(cancel()), this, SLOT(spellCheckerFinished()));
     connect(spellDialog, SIGNAL(stop()), this, SLOT(spellCheckerFinished()));
     spellDialog->setBuffer(text());


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic