diff options
author | Mavridis Philippe <[email protected]> | 2023-06-01 12:53:38 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2023-06-14 14:19:31 +0300 |
commit | 4e428e11c5858b5a2485af135cbb2fabd8a3522f (patch) | |
tree | ea5edb36e57eb9cbe0621c6b030d66b602c3c1d2 /kxkb/kcmlayout.h | |
parent | e4e948060df1bb40207cc62b0d231f3b147c7b16 (diff) | |
download | tdebase-4e428e11c5858b5a2485af135cbb2fabd8a3522f.tar.gz tdebase-4e428e11c5858b5a2485af135cbb2fabd8a3522f.zip |
kxkb: re-add custom TDE switching shortcut
This commit fixes issue #342.
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 22bb398b3ba83142bf49f6abf47081e5e9e11bef)
Diffstat (limited to 'kxkb/kcmlayout.h')
-rw-r--r-- | kxkb/kcmlayout.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kxkb/kcmlayout.h b/kxkb/kcmlayout.h index cfb748c10..23a1e0791 100644 --- a/kxkb/kcmlayout.h +++ b/kxkb/kcmlayout.h @@ -58,8 +58,11 @@ private: KxkbConfig m_kxkbConfig; TQDict<OptionListItem> m_optionGroups; bool m_forceGrpOverwrite; + KKeyChooser *m_keyChooser; + TDEGlobalAccel *keys; TQWidget* makeOptionsTab(); + TQWidget* makeShortcutsTab(); void updateStickyLimit(); static LayoutUnit getLayoutUnitKey(TQListViewItem *sel); void checkConflicts(OptionListItem *current, TQStringList conflicting, |