diff options
Diffstat (limited to 'kspell2/client.cpp')
-rw-r--r-- | kspell2/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspell2/client.cpp b/kspell2/client.cpp index 6508992ef..ae470a77e 100644 --- a/kspell2/client.cpp +++ b/kspell2/client.cpp @@ -24,8 +24,8 @@ namespace KSpell2 { -Client::Client( QObject *parent, const char *name ) - : QObject( parent, name ) +Client::Client( TQObject *parent, const char *name ) + : TQObject( parent, name ) { } |