diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-24 21:12:08 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-24 21:12:08 +0000 |
commit | f8fb0a6b61511cee7d2001dd781e0bfaf934b690 (patch) | |
tree | 336f1202ad019d437c19fd5c030e2fca97b16666 /libkcal/resourcecached.h | |
parent | c437f19f371b5678e0772a5f922fc3587864ca4e (diff) | |
download | tdepim-f8fb0a6b61511cee7d2001dd781e0bfaf934b690.tar.gz tdepim-f8fb0a6b61511cee7d2001dd781e0bfaf934b690.zip |
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
Diffstat (limited to 'libkcal/resourcecached.h')
-rw-r--r-- | libkcal/resourcecached.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libkcal/resourcecached.h b/libkcal/resourcecached.h index efda5a232..42212272b 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. |