summaryrefslogtreecommitdiffstats
path: root/tools/spell/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/spell/main.h')
-rw-r--r--tools/spell/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/spell/main.h b/tools/spell/main.h
index 7f0c4fe4..2f8c97d5 100644
--- a/tools/spell/main.h
+++ b/tools/spell/main.h
@@ -30,7 +30,7 @@ class SpellChecker : public KDataTool
TQ_OBJECT
public:
- SpellChecker( TQObject* tqparent, const char* name, const TQStringList & );
+ SpellChecker( TQObject* parent, const char* name, const TQStringList & );
virtual bool run( const TQString& command, void* data, const TQString& datatype, const TQString& mimetype);
};