diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-09 22:07:33 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-09 22:07:33 -0500 |
commit | cc12a51c629cfaec41a6170a480ea0a757b26f54 (patch) | |
tree | 636f3cbfde6fc6d7c7afb51cf9a99690423414e5 /kcontrol/kicker/lookandfeeltab_kcm.cpp | |
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/lookandfeeltab_kcm.cpp')
-rw-r--r-- | kcontrol/kicker/lookandfeeltab_kcm.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kcontrol/kicker/lookandfeeltab_kcm.cpp b/kcontrol/kicker/lookandfeeltab_kcm.cpp index b3c657c14..5695e3869 100644 --- a/kcontrol/kicker/lookandfeeltab_kcm.cpp +++ b/kcontrol/kicker/lookandfeeltab_kcm.cpp @@ -92,3 +92,7 @@ TQString LookAndFeelConfig::quickHelp() const " manipulation of the panel's buttons and applets."); } +TQString LookAndFeelConfig::handbookSection() const +{ + return "panel-appearance"; +}
\ No newline at end of file |