summaryrefslogtreecommitdiffstats
path: root/kate/app/katemainwindow.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-08-10 16:45:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-08-10 16:45:54 +0900
commit192b7af94830ff981760570254cce1a27a81d341 (patch)
tree6d0ea292f748d85c78c6bb3f3ea54bce407fdfb9 /kate/app/katemainwindow.h
parent5d331d450a4dddeef3d3b828ba5f32dbb99dbecc (diff)
downloadtdebase-192b7af9.tar.gz
tdebase-192b7af9.zip
Added Kate session panel. This commit contains the GUI elements. The logic will be added in a separate commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/app/katemainwindow.h')
-rw-r--r--kate/app/katemainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kate/app/katemainwindow.h b/kate/app/katemainwindow.h
index 157b4e57d..15b7f35c6 100644
--- a/kate/app/katemainwindow.h
+++ b/kate/app/katemainwindow.h
@@ -198,6 +198,7 @@ class KateMainWindow : public KateMDI::MainWindow, virtual public KParts::PartBa
KateFileList *filelist;
KateFileSelector *fileselector;
+ KateSessionPanel *sessionpanel;
TDEActionMenu* documentOpenWith;