diff options
Diffstat (limited to 'tools/spell/main.h')
-rw-r--r-- | tools/spell/main.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/spell/main.h b/tools/spell/main.h index b096d08a..7f0c4fe4 100644 --- a/tools/spell/main.h +++ b/tools/spell/main.h @@ -20,17 +20,18 @@ #ifndef __main_h__ #define __main_h__ -#include <qobject.h> +#include <tqobject.h> #include <kdatatool.h> #include <klibloader.h> class SpellChecker : public KDataTool { Q_OBJECT + TQ_OBJECT public: - SpellChecker( QObject* parent, const char* name, const QStringList & ); - virtual bool run( const QString& command, void* data, const QString& datatype, const QString& mimetype); + SpellChecker( TQObject* tqparent, const char* name, const TQStringList & ); + virtual bool run( const TQString& command, void* data, const TQString& datatype, const TQString& mimetype); }; #endif |