summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoSpell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoSpell.cpp')
-rw-r--r--lib/kotext/KoSpell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/KoSpell.cpp b/lib/kotext/KoSpell.cpp
index 8e96a44f..0f90443b 100644
--- a/lib/kotext/KoSpell.cpp
+++ b/lib/kotext/KoSpell.cpp
@@ -74,7 +74,7 @@ bool KoSpell::check( KoTextIterator *itr, bool dialog )
return ret;
d->itr = itr;
- connect( d->itr, TQT_SIGNAL( currentParagraphDeleted() ), TQT_SLOT( slotCurrentParagraphDeleted() ) );
+ connect( d->itr, TQ_SIGNAL( currentParagraphDeleted() ), TQ_SLOT( slotCurrentParagraphDeleted() ) );
d->lastTxtDocument = d->itr->currentTextObject()->textDocument();
d->needsIncrement = false;
ret = !d->itr->atEnd();