summaryrefslogtreecommitdiffstats
path: root/kmouth/phraselist.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmouth/phraselist.h')
-rw-r--r--kmouth/phraselist.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kmouth/phraselist.h b/kmouth/phraselist.h
index 702e135..cad58ad 100644
--- a/kmouth/phraselist.h
+++ b/kmouth/phraselist.h
@@ -23,7 +23,7 @@
#include <klineedit.h>
#include <kprinter.h>
-// include files for Qt
+// include files for TQt
#include <tqwidget.h>
#include <tqpushbutton.h>
@@ -40,8 +40,9 @@ class WordCompletion;
class PhraseList : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- PhraseList(TQWidget *parent=0, const char *name=0);
+ PhraseList(TQWidget *tqparent=0, const char *name=0);
~PhraseList();
/** contains the implementation for printing functionality */