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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kresources/caldav/config.h b/kresources/caldav/config.h
index 5e9d2e760..746c87aca 100644
--- a/kresources/caldav/config.h
+++ b/kresources/caldav/config.h
@@ -50,6 +50,8 @@ public slots:
virtual void loadSettings(KRES::Resource *resource);
virtual void saveSettings(KRES::Resource *resource);
+ void slotSTasksToggled( bool );
+
protected:
virtual void setupUI();
@@ -57,8 +59,10 @@ protected:
private:
TQLineEdit *mUrl;
+ TQLineEdit *mTasksUrl;
TQLineEdit *mUsername;
TQLineEdit *mPassword;
+ TQCheckBox *mUseSTasks;
TQCheckBox *mRememberPassword;
CalDavReloadConfig* mReloadConfig;
CalDavSaveConfig* mSaveConfig;