diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-08-14 18:26:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-08-14 18:26:07 +0900 |
commit | 2eb61917990c77f0b67ef60a6d60a7fcab3b6ddc (patch) | |
tree | c95a51c4920544d24444bee6bfffb4a7874e373d /kate/app/katesessionpanel.h | |
parent | 192b7af94830ff981760570254cce1a27a81d341 (diff) | |
download | tdebase-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.h')
-rw-r--r-- | kate/app/katesessionpanel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/app/katesessionpanel.h b/kate/app/katesessionpanel.h index f110fd32b..bbbba6f14 100644 --- a/kate/app/katesessionpanel.h +++ b/kate/app/katesessionpanel.h @@ -33,7 +33,7 @@ class KateMainWindow; class KateViewManager; -class KateSessionManager; +class OldKateSessionManager; class TDEActionCollection; @@ -80,7 +80,7 @@ class KateSessionPanel : public TQVBox KateMainWindow *m_mainWin; KateViewManager *m_viewManager; - KateSessionManager *m_sessionManager; + OldKateSessionManager *m_sessionManager; TDEActionCollection *m_actionCollection; TDEToolBar *m_toolbar; |