diff options
Diffstat (limited to 'korn/kornboxcfgimpl.h')
-rw-r--r-- | korn/kornboxcfgimpl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korn/kornboxcfgimpl.h b/korn/kornboxcfgimpl.h index 47bbbfd10..a3802b810 100644 --- a/korn/kornboxcfgimpl.h +++ b/korn/kornboxcfgimpl.h @@ -31,8 +31,9 @@ class TQWidget; class KornBoxCfgImpl : public KornBoxCfg { Q_OBJECT + TQ_OBJECT public: - KornBoxCfgImpl( TQWidget *parent, const char * name ); + KornBoxCfgImpl( TQWidget *tqparent, const char * name ); ~KornBoxCfgImpl(); /** |