diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-11-14 22:29:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-11-14 22:29:12 +0900 |
commit | 8858fc1159edf35efa400315c11c095008536802 (patch) | |
tree | 249287984780e2e2339c532ce1140f5eb5ff743c /kxkb/kcmlayout.h | |
parent | f8903b3564659e9ff2e8779610e56da6efaca4f0 (diff) | |
download | tdebase-8858fc1159edf35efa400315c11c095008536802.tar.gz tdebase-8858fc1159edf35efa400315c11c095008536802.zip |
Fixed help handbook sections for Regional & Accessibility. This relates to bug 1850.
Diffstat (limited to 'kxkb/kcmlayout.h')
-rw-r--r-- | kxkb/kcmlayout.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kxkb/kcmlayout.h b/kxkb/kcmlayout.h index 769b08048..a9b375db6 100644 --- a/kxkb/kcmlayout.h +++ b/kxkb/kcmlayout.h @@ -26,7 +26,8 @@ public: void save(); void defaults(); void initUI(); - + virtual TQString handbookSection() const; + protected: TQString createOptionString(); void updateIndicator(TQListViewItem* selLayout); |