summaryrefslogtreecommitdiffstats
path: root/korganizer/korganizeriface.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/korganizeriface.h')
-rw-r--r--korganizer/korganizeriface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/korganizeriface.h b/korganizer/korganizeriface.h
index b3be3c64..f3d8a15e 100644
--- a/korganizer/korganizeriface.h
+++ b/korganizer/korganizeriface.h
@@ -36,6 +36,7 @@ class KOrganizerIface : virtual public DCOPObject
virtual TQString getCurrentURLasString() const = 0;
virtual bool editIncidence(const TQString &uid) = 0;
virtual bool deleteIncidence(const TQString &uid) = 0;
+ virtual void syncAllResources() = 0;
/**
Delete the incidence with the given unique ID from the active calendar.
@param uid The incidence's unique ID.