diff options
author | Timothy Pearson <[email protected]> | 2014-10-09 22:07:33 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-09 22:07:33 -0500 |
commit | cc12a51c629cfaec41a6170a480ea0a757b26f54 (patch) | |
tree | 636f3cbfde6fc6d7c7afb51cf9a99690423414e5 /kcontrol/kicker/hidingconfig.h | |
parent | 4e5a99f6d298ecd31eb229b14fabaaf4fb5b8d8e (diff) | |
download | tdebase-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/hidingconfig.h')
-rw-r--r-- | kcontrol/kicker/hidingconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kcontrol/kicker/hidingconfig.h b/kcontrol/kicker/hidingconfig.h index 8aee0fb51..1a6e22472 100644 --- a/kcontrol/kicker/hidingconfig.h +++ b/kcontrol/kicker/hidingconfig.h @@ -33,6 +33,8 @@ public: void save(); void defaults(); + virtual TQString handbookSection() const; + public slots: void notChanged(); void aboutToNotifyKicker(); |