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 /korganizer/kocore.cpp | |
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 'korganizer/kocore.cpp')
-rw-r--r-- | korganizer/kocore.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/korganizer/kocore.cpp b/korganizer/kocore.cpp index d5ed4f39b..b9d404e70 100644 --- a/korganizer/kocore.cpp +++ b/korganizer/kocore.cpp @@ -41,8 +41,6 @@ #include <tqwidget.h> -static bool m_editoropen = false; - KOCore *KOCore::mSelf = 0; KOCore *KOCore::self() @@ -64,16 +62,6 @@ KOCore::~KOCore() mSelf = 0; } -bool KOCore::editorWindowOpen() -{ - return m_editoropen; -} - -void KOCore::setEditorWindowOpen(bool open) -{ - m_editoropen = open; -} - KTrader::OfferList KOCore::availablePlugins( const TQString &type, int version ) { TQString constraint; |