From f8fb0a6b61511cee7d2001dd781e0bfaf934b690 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 24 Aug 2010 21:12:08 +0000 Subject: Moved the editor open variable out of kocore to remove accidental compilation circular dependency git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1167544 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkcal/resourcecached.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libkcal/resourcecached.h') diff --git a/libkcal/resourcecached.h b/libkcal/resourcecached.h index efda5a23..42212272 100644 --- a/libkcal/resourcecached.h +++ b/libkcal/resourcecached.h @@ -66,6 +66,9 @@ class KDE_EXPORT ResourceCached : public ResourceCalendar, void readConfig( const KConfig *config ); void writeConfig( KConfig *config ); + static bool editorWindowOpen(); + static void setEditorWindowOpen(bool open); + /** Set reload policy. This controls when the cache is refreshed. -- cgit v1.2.3