summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2025-01-28 15:51:58 +0200
committerMavridis Philippe <[email protected]>2025-01-28 15:51:58 +0200
commit8e748ea398a30cb3b99e7b1239ec5fadd63137ca (patch)
tree4539b99f91556acf7d1cbd8db38e5c23ef8b1cd8
parentefaf40181252c93963eb105a6b4180e8e42b7eae (diff)
downloadtdebase-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.cpp1
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();