summaryrefslogtreecommitdiffstats
path: root/kate/app/katesessionpanel.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-08-14 18:26:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-08-14 18:26:07 +0900
commit2eb61917990c77f0b67ef60a6d60a7fcab3b6ddc (patch)
treec95a51c4920544d24444bee6bfffb4a7874e373d /kate/app/katesessionpanel.cpp
parent192b7af94830ff981760570254cce1a27a81d341 (diff)
downloadtdebase-2eb61917990c77f0b67ef60a6d60a7fcab3b6ddc.tar.gz
tdebase-2eb61917990c77f0b67ef60a6d60a7fcab3b6ddc.zip
Renamed KateSession* --> OldKateSession* (except KateSessionPanel). This is to ease the development and testing of the new KateSession/KateSessionManager code while at the same time preserve session functionality. The OldKateSession* code will be removed once the new code has been fully developed and tested.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/app/katesessionpanel.cpp')
-rw-r--r--kate/app/katesessionpanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/app/katesessionpanel.cpp b/kate/app/katesessionpanel.cpp
index da595b15e..e852a9eee 100644
--- a/kate/app/katesessionpanel.cpp
+++ b/kate/app/katesessionpanel.cpp
@@ -46,7 +46,7 @@ void KateSessionPanelToolBarParent::resizeEvent (TQResizeEvent*)
KateSessionPanel::KateSessionPanel(KateMainWindow *mainWindow, KateViewManager *viewManager,
TQWidget *parent, const char *name)
: TQVBox(parent, name), m_mainWin(mainWindow), m_viewManager(viewManager),
- m_sessionManager(KateSessionManager::self()), m_actionCollection(new TDEActionCollection(this))
+ m_sessionManager(OldKateSessionManager::self()), m_actionCollection(new TDEActionCollection(this))
{
// Toolbar
setup_toolbar();