diff options
Diffstat (limited to 'tools/spell/main.cc')
| -rw-r--r-- | tools/spell/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/spell/main.cc b/tools/spell/main.cc index 275e3ee94..db6e3fa11 100644 --- a/tools/spell/main.cc +++ b/tools/spell/main.cc @@ -45,8 +45,8 @@ K_EXPORT_COMPONENT_FACTORY( libkspelltool, KGenericFactory<SpellChecker> ) * ***************************************************/ -SpellChecker::SpellChecker( TQObject* tqparent, const char* name, const TQStringList & ) - : KDataTool( tqparent, name ) +SpellChecker::SpellChecker( TQObject* parent, const char* name, const TQStringList & ) + : KDataTool( parent, name ) { } |
