diff options
author | Timothy Pearson <[email protected]> | 2014-11-19 23:15:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-11-19 23:16:52 -0600 |
commit | f4eb973eac3a9f0f5e9137752f9b2061a6a7e1f0 (patch) | |
tree | 955a74225aaf611e454fb6519c5da883cfa9e09d /kxkb/kcmlayout.cpp | |
parent | 0a8ecfb93b699a519ad9af9e548279d50c50093b (diff) | |
parent | 3b73654a279458e28f225b2cce77bee098fe1739 (diff) | |
download | tdebase-f4eb973eac3a9f0f5e9137752f9b2061a6a7e1f0.tar.gz tdebase-f4eb973eac3a9f0f5e9137752f9b2061a6a7e1f0.zip |
Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'kxkb/kcmlayout.cpp')
-rw-r--r-- | kxkb/kcmlayout.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kxkb/kcmlayout.cpp b/kxkb/kcmlayout.cpp index 2c601856f..1cb011270 100644 --- a/kxkb/kcmlayout.cpp +++ b/kxkb/kcmlayout.cpp @@ -329,6 +329,20 @@ void LayoutConfig::save() } +TQString LayoutConfig::handbookSection() const +{ + int index = widget->tabWidget->currentPageIndex(); + if (index == 0) + return "layout-config"; + else if (index == 1) + return "switching-config"; + else if (index == 2) + return "xkboptions-config"; + else + return TQString::null; +} + + void LayoutConfig::updateStickyLimit() { int layoutsCnt = widget->listLayoutsDst->childCount(); |