summaryrefslogtreecommitdiffstats
path: root/kresources/caldav/config.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-28 01:04:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-28 01:04:18 +0000
commit75502cb30b6b56c4ab65ef7f3e315c3298408937 (patch)
treeac69c6b9094c7c03bde546308c4f43459c34ee21 /kresources/caldav/config.h
parentcfa6b4114cea52b167caaaeb417f98f83edd690f (diff)
downloadtdepim-75502cb30b6b56c4ab65ef7f3e315c3298408937.tar.gz
tdepim-75502cb30b6b56c4ab65ef7f3e315c3298408937.zip
Added tasks support to CalDAV resource
This nearly completes Zimbra integration git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1168963 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 5e9d2e76..746c87ac 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;