summaryrefslogtreecommitdiffstats
path: root/kresources/caldav/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/caldav/config.h')
-rw-r--r--kresources/caldav/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kresources/caldav/config.h b/kresources/caldav/config.h
index 5b032599..bd748db9 100644
--- a/kresources/caldav/config.h
+++ b/kresources/caldav/config.h
@@ -43,7 +43,7 @@ class KDE_EXPORT ResourceCalDavConfig : public KRES::ConfigWidget
public:
- ResourceCalDavConfig(QWidget *parent = 0);
+ ResourceCalDavConfig(TQWidget *parent = 0);
public slots:
@@ -56,10 +56,10 @@ protected:
private:
- QLineEdit *mUrl;
- QLineEdit *mUsername;
- QLineEdit *mPassword;
- QCheckBox *mRememberPassword;
+ TQLineEdit *mUrl;
+ TQLineEdit *mUsername;
+ TQLineEdit *mPassword;
+ TQCheckBox *mRememberPassword;
CalDavReloadConfig* mReloadConfig;
CalDavSaveConfig* mSaveConfig;