From 672beaaffcce643b8ab17a191327caa771641a7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 23 Jun 2010 02:32:10 +0000 Subject: Major KAddressbook carddav fixes and improvements (should now work with Zimbra once Zimbra fixes a standards compliance issue with contact creation mimetypes) Fixed handling of close events and save interaction with Kontact and Korganizer git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1141613 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korganizer/korganizeriface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'korganizer/korganizeriface.h') diff --git a/korganizer/korganizeriface.h b/korganizer/korganizeriface.h index dac62e2bf..5a8c7bde8 100644 --- a/korganizer/korganizeriface.h +++ b/korganizer/korganizeriface.h @@ -31,6 +31,7 @@ class KOrganizerIface : virtual public DCOPObject virtual bool mergeURL(const QString &url) = 0; virtual void closeURL() = 0; virtual bool saveURL() = 0; + virtual bool canQueryClose() = 0; virtual bool saveAsURL(const QString &url) = 0; virtual QString getCurrentURLasString() const = 0; virtual bool editIncidence(const QString &uid) = 0; -- cgit v1.2.1