diff options
author | Mavridis Philippe <[email protected]> | 2025-01-28 15:51:58 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2025-01-28 15:51:58 +0200 |
commit | 8e748ea398a30cb3b99e7b1239ec5fadd63137ca (patch) | |
tree | 4539b99f91556acf7d1cbd8db38e5c23ef8b1cd8 | |
parent | efaf40181252c93963eb105a6b4180e8e42b7eae (diff) | |
download | tdebase-8e748ea398a30cb3b99e7b1239ec5fadd63137ca.tar.gz tdebase-8e748ea398a30cb3b99e7b1239ec5fadd63137ca.zip |
kcmlayout: fix reading settings for TDE layout hotkeysfix/kxkb/547
Signed-off-by: Mavridis Philippe <[email protected]>
-rw-r--r-- | kxkb/kcmlayout.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kxkb/kcmlayout.cpp b/kxkb/kcmlayout.cpp index 357d335a7..9e792f2e1 100644 --- a/kxkb/kcmlayout.cpp +++ b/kxkb/kcmlayout.cpp @@ -190,6 +190,7 @@ LayoutConfig::LayoutConfig(TQWidget *parent, const char *name) #define NOSLOTS keys = new TDEGlobalAccel(this); #include "kxkbbindings.cpp" + keys->readSettings(); makeOptionsTab(); makeShortcutsTab(); |