diff options
Diffstat (limited to 'kwordquiz/src/dlgspecchar.h')
-rw-r--r-- | kwordquiz/src/dlgspecchar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kwordquiz/src/dlgspecchar.h b/kwordquiz/src/dlgspecchar.h index e3ab3ff3..b5ca9aa5 100644 --- a/kwordquiz/src/dlgspecchar.h +++ b/kwordquiz/src/dlgspecchar.h @@ -31,9 +31,10 @@ class KButtonBox; class DlgSpecChar : public KDialogBase { Q_OBJECT + TQ_OBJECT public: //constructor when you want to insert multi char - DlgSpecChar( TQWidget *parent, const char *name, const TQString &_font, + DlgSpecChar( TQWidget *tqparent, const char *name, const TQString &_font, const TQChar &_chr, bool _modal=true ); ~DlgSpecChar(); |