diff options
Diffstat (limited to 'kwordquiz/src/prefeditor.h')
-rw-r--r-- | kwordquiz/src/prefeditor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kwordquiz/src/prefeditor.h b/kwordquiz/src/prefeditor.h index c84b3364..a88c1892 100644 --- a/kwordquiz/src/prefeditor.h +++ b/kwordquiz/src/prefeditor.h @@ -27,9 +27,10 @@ class PrefEditor : public PrefEditorBase { Q_OBJECT + TQ_OBJECT public: - PrefEditor(TQWidget *parent, const char *name=0, WFlags f=0); + PrefEditor(TQWidget *tqparent, const char *name=0, WFlags f=0); ~PrefEditor(); }; |