diff options
Diffstat (limited to 'kresources/caldav/config.h')
-rw-r--r-- | kresources/caldav/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kresources/caldav/config.h b/kresources/caldav/config.h index 780674281..ccda9234b 100644 --- a/kresources/caldav/config.h +++ b/kresources/caldav/config.h @@ -40,10 +40,11 @@ class CalDavSaveConfig; class KDE_EXPORT ResourceCalDavConfig : public KRES::ConfigWidget { Q_OBJECT + TQ_OBJECT public: - ResourceCalDavConfig(TQWidget *parent = 0); + ResourceCalDavConfig(TQWidget *tqparent = 0); public slots: |