diff options
Diffstat (limited to 'kresources/slox/kcalresourcesloxconfig.h')
-rw-r--r-- | kresources/slox/kcalresourcesloxconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kresources/slox/kcalresourcesloxconfig.h b/kresources/slox/kcalresourcesloxconfig.h index 7e7422b6f..56fef761e 100644 --- a/kresources/slox/kcalresourcesloxconfig.h +++ b/kresources/slox/kcalresourcesloxconfig.h @@ -45,8 +45,9 @@ class SloxBase; class KDE_EXPORT KCalResourceSloxConfig : public KRES::ConfigWidget { Q_OBJECT + TQ_OBJECT public: - KCalResourceSloxConfig( TQWidget *parent = 0, const char *name = 0 ); + KCalResourceSloxConfig( TQWidget *tqparent = 0, const char *name = 0 ); public slots: virtual void loadSettings( KRES::Resource *resource ); |