summaryrefslogtreecommitdiffstats
path: root/kcontrol/kicker/hidingconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kicker/hidingconfig.cpp')
-rw-r--r--kcontrol/kicker/hidingconfig.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/kcontrol/kicker/hidingconfig.cpp b/kcontrol/kicker/hidingconfig.cpp
index e1e71dc86..506eebdfb 100644
--- a/kcontrol/kicker/hidingconfig.cpp
+++ b/kcontrol/kicker/hidingconfig.cpp
@@ -92,3 +92,8 @@ void HidingConfig::defaults()
// while we manage some of the widgets ourselves
TQTimer::singleShot(0, this, TQT_SLOT(changed()));
}
+
+TQString HidingConfig::handbookSection() const
+{
+ return "panel-hiding";
+}