summaryrefslogtreecommitdiffstats
path: root/kate/app/kateconfigdialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2019-08-23 23:11:45 +0900
committerMichele Calgaro <[email protected]>2019-08-23 23:11:45 +0900
commit9599fe545110b6d676da07e3361d52e1837b0e4c (patch)
tree9937a6319896ddb63e397b7172a8b8b1f2f9b18a /kate/app/kateconfigdialog.h
parent027c45db6f63a04eb31eac481f9264ab9760dce1 (diff)
downloadtdebase-9599fe545110b6d676da07e3361d52e1837b0e4c.tar.gz
tdebase-9599fe545110b6d676da07e3361d52e1837b0e4c.zip
Kate: added checkbox to select whether to display the session name on the
window caption or not. This relates to issue #62. Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kate/app/kateconfigdialog.h')
-rw-r--r--kate/app/kateconfigdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kate/app/kateconfigdialog.h b/kate/app/kateconfigdialog.h
index 5bbfc526d..a90cdd1c0 100644
--- a/kate/app/kateconfigdialog.h
+++ b/kate/app/kateconfigdialog.h
@@ -65,6 +65,7 @@ class KateConfigDialog : public KDialogBase
bool dataChanged;
TQCheckBox *cb_fullPath;
+ TQCheckBox *cb_showSessionName;
TQCheckBox *cb_syncKonsole;
TQCheckBox *cb_useInstance;
TQCheckBox *cb_sortFiles;