summaryrefslogtreecommitdiffstats
path: root/kcontrol/kicker/menuconfig.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-09 22:07:33 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-09 22:07:33 -0500
commitcc12a51c629cfaec41a6170a480ea0a757b26f54 (patch)
tree636f3cbfde6fc6d7c7afb51cf9a99690423414e5 /kcontrol/kicker/menuconfig.cpp
parent4e5a99f6d298ecd31eb229b14fabaaf4fb5b8d8e (diff)
downloadtdebase-cc12a51c629cfaec41a6170a480ea0a757b26f54.tar.gz
tdebase-cc12a51c629cfaec41a6170a480ea0a757b26f54.zip
Link tabs to handbook sections in Style and Panels tdecontrol modules
This relates to Bug 1850
Diffstat (limited to 'kcontrol/kicker/menuconfig.cpp')
-rw-r--r--kcontrol/kicker/menuconfig.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/kcontrol/kicker/menuconfig.cpp b/kcontrol/kicker/menuconfig.cpp
index 26624ff92..4f8a68605 100644
--- a/kcontrol/kicker/menuconfig.cpp
+++ b/kcontrol/kicker/menuconfig.cpp
@@ -92,3 +92,8 @@ void MenuConfig::defaults()
// while we manage some of the widgets ourselves
TQTimer::singleShot(0, this, TQT_SLOT(changed()));
}
+
+TQString MenuConfig::handbookSection() const
+{
+ return "panel-menus";
+}