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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoSpell.cpp b/lib/kotext/KoSpell.cpp
index 87ef18036..d0361b4c4 100644
--- a/lib/kotext/KoSpell.cpp
+++ b/lib/kotext/KoSpell.cpp
@@ -49,9 +49,9 @@ public:
KoTextDocument *lastTxtDocument;
};
-KoSpell::KoSpell( const Broker::Ptr& broker, TQObject *tqparent,
+KoSpell::KoSpell( const Broker::Ptr& broker, TQObject *parent,
const char *name )
- : BackgroundChecker( broker, tqparent, name )
+ : BackgroundChecker( broker, parent, name )
{
d = new Private;
d->parag = 0;