diff options
author | Darrell Anderson <[email protected]> | 2013-08-17 14:45:11 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-08-17 14:45:11 -0500 |
commit | f3db9433f8b18683e192c97835d15c26f19b96a0 (patch) | |
tree | 6e20c9772d410294f5e68d6a844bebc9c57c0b71 /kate/app/katemainwindow.h | |
parent | 82958c52cc4e119f0f7dbbd6740a4491d383c9aa (diff) | |
download | tdebase-f3db9433f8b18683e192c97835d15c26f19b96a0.tar.gz tdebase-f3db9433f8b18683e192c97835d15c26f19b96a0.zip |
Add the ability to force Kate into MDI mode all the time.
This resolves bug report 1127.
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 30582ed3e..eb2891819 100644 --- a/kate/app/katemainwindow.h +++ b/kate/app/katemainwindow.h @@ -182,6 +182,7 @@ class KateMainWindow : public KateMDI::MainWindow, virtual public KParts::PartBa Kate::ToolViewManager *m_toolViewManager; bool syncKonsole; + bool useInstance; bool modNotification; DCOPObject *m_dcop; |