diff options
author | Michele Calgaro <[email protected]> | 2015-08-14 18:26:07 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-08-14 18:26:07 +0900 |
commit | 2eb61917990c77f0b67ef60a6d60a7fcab3b6ddc (patch) | |
tree | c95a51c4920544d24444bee6bfffb4a7874e373d /kate/app/kateapp.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 <[email protected]>
Diffstat (limited to 'kate/app/kateapp.h')
-rw-r--r-- | kate/app/kateapp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/app/kateapp.h b/kate/app/kateapp.h index 05d09a7fe..2b6c1e2cd 100644 --- a/kate/app/kateapp.h +++ b/kate/app/kateapp.h @@ -26,7 +26,7 @@ #include <tqvaluelist.h> -class KateSessionManager; +class OldKateSessionManager; class KateAppDCOPIface; namespace Kate { @@ -128,7 +128,7 @@ class KDE_EXPORT KateApp : public TDEApplication * accessor to session manager * @return session manager instance */ - KateSessionManager *sessionManager (); + OldKateSessionManager *sessionManager (); /** * window management @@ -222,7 +222,7 @@ class KDE_EXPORT KateApp : public TDEApplication /** * session manager */ - KateSessionManager *m_sessionManager; + OldKateSessionManager *m_sessionManager; /** * known main windows |