From 1bd907fe3d97323c96d7b4a385207dfd8f7a8931 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 24 Nov 2014 18:52:20 +0900 Subject: Fixed help handbook sections for System Administration. This relates to bug 1850. --- kcontrol/tdm/main.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'kcontrol/tdm/main.cpp') diff --git a/kcontrol/tdm/main.cpp b/kcontrol/tdm/main.cpp index 4a2c8e3ec..2a5f72895 100644 --- a/kcontrol/tdm/main.cpp +++ b/kcontrol/tdm/main.cpp @@ -274,6 +274,25 @@ void TDModule::defaults() } } +TQString TDModule::handbookSection() const +{ + int index = tab->currentPageIndex(); + if (index == 0) + return "tdmconfig-appearance"; + else if (index == 1) + return "tdmconfig-font"; + else if (index == 2) + return "tdmconfig-background"; + else if (index == 3) + return "tdmconfig-shutdown"; + else if (index == 4) + return "tdmconfig-users"; + else if (index == 5) + return "tdmconfig-convenience"; + else + return TQString::null; +} + void TDModule::propagateUsers() { groupmap.clear(); -- cgit v1.2.1