diff options
Diffstat (limited to 'kdict/toplevel.h')
-rw-r--r-- | kdict/toplevel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kdict/toplevel.h b/kdict/toplevel.h index 256668e1..47295405 100644 --- a/kdict/toplevel.h +++ b/kdict/toplevel.h @@ -38,12 +38,13 @@ class DbSetsDialog; class TopLevel : public KMainWindow, virtual public KDictIface { Q_OBJECT + TQ_OBJECT friend class QueryView; public: - TopLevel(TQWidget* parent = 0, const char* name = 0); + TopLevel(TQWidget* tqparent = 0, const char* name = 0); ~TopLevel(); void normalStartup(); // called when started without commandline parameters |