From cc12a51c629cfaec41a6170a480ea0a757b26f54 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 9 Oct 2014 22:07:33 -0500 Subject: Link tabs to handbook sections in Style and Panels tdecontrol modules This relates to Bug 1850 --- kcontrol/style/kcmstyle.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'kcontrol/style/kcmstyle.cpp') diff --git a/kcontrol/style/kcmstyle.cpp b/kcontrol/style/kcmstyle.cpp index e6f426423..d6a7ae6ee 100644 --- a/kcontrol/style/kcmstyle.cpp +++ b/kcontrol/style/kcmstyle.cpp @@ -1142,9 +1142,15 @@ TQString KCMStyle::handbookSection() const { int index = tabWidget->currentPageIndex(); if (index == 0) { - //return "style-intro"; + //return "style-style"; return TQString::null; } + else if (index == 1) { + return "style-effects"; + } + else if (index == 2) { + return "style-misc"; + } else { return TQString::null; } -- cgit v1.2.3