diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-08-10 16:45:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-08-10 16:45:54 +0900 |
commit | 192b7af94830ff981760570254cce1a27a81d341 (patch) | |
tree | 6d0ea292f748d85c78c6bb3f3ea54bce407fdfb9 /kate/app/katemainwindow.h | |
parent | 5d331d450a4dddeef3d3b828ba5f32dbb99dbecc (diff) | |
download | tdebase-192b7af94830ff981760570254cce1a27a81d341.tar.gz tdebase-192b7af94830ff981760570254cce1a27a81d341.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.h | 1 |
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; |