diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-10 14:55:30 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-10 14:55:30 -0500 |
commit | 0014712b085cecda712bbbdd31e618a1ada2a4e3 (patch) | |
tree | fab9eeb029508face395fb9fa962365527b57277 /twin | |
parent | cc12a51c629cfaec41a6170a480ea0a757b26f54 (diff) | |
download | tdebase-0014712b085cecda712bbbdd31e618a1ada2a4e3.tar.gz tdebase-0014712b085cecda712bbbdd31e618a1ada2a4e3.zip |
Add handbookSection support to tabbed "Internet & Network" TDEControl modules
This relates to Bug 1850
Diffstat (limited to 'twin')
-rw-r--r-- | twin/kcmtwin/twindecoration/twindecoration.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/twin/kcmtwin/twindecoration/twindecoration.cpp b/twin/kcmtwin/twindecoration/twindecoration.cpp index e07329b67..116afee10 100644 --- a/twin/kcmtwin/twindecoration/twindecoration.cpp +++ b/twin/kcmtwin/twindecoration/twindecoration.cpp @@ -958,6 +958,8 @@ TQString KWinDecorationModule::quickHelp() const TQString KWinDecorationModule::handbookSection() const { + // FIXME + // Incomplete context-sensitive help documentation currently exists for this module! int index = tabWidget->currentPageIndex(); if (index == 0) { //return "window-deco-general"; |