diff options
author | Michele Calgaro <[email protected]> | 2019-08-23 23:11:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-08-23 23:11:45 +0900 |
commit | 9599fe545110b6d676da07e3361d52e1837b0e4c (patch) | |
tree | 9937a6319896ddb63e397b7172a8b8b1f2f9b18a /kate/app/kateconfigdialog.h | |
parent | 027c45db6f63a04eb31eac481f9264ab9760dce1 (diff) | |
download | tdebase-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.h | 1 |
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; |