From f059b01e2c8c5c8da540c3188b7cba18fac1a6e9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Nov 2014 13:38:16 +0900 Subject: Fixed help handbook sections for Sound & Multimedia -> AudioCDs / CDDB Retrieval. This relates to bug 1850. --- libkcddb/kcmcddb/kcmcddb.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libkcddb/kcmcddb/kcmcddb.cpp') diff --git a/libkcddb/kcmcddb/kcmcddb.cpp b/libkcddb/kcmcddb/kcmcddb.cpp index 8dc35a3e..62e043b4 100644 --- a/libkcddb/kcmcddb/kcmcddb.cpp +++ b/libkcddb/kcmcddb/kcmcddb.cpp @@ -27,6 +27,7 @@ #include #include #include +#include #include #include @@ -127,6 +128,18 @@ CDDBModule::load() updateWidgetsFromConfig(config); } +TQString CDDBModule::handbookSection() const +{ + int index = widget_->tabWidget2->currentPageIndex(); + if (index == 0) + return "cddb-lookup"; + else if (index == 1) + return "cddb-submit"; + else + return TQString::null; +} + + // vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 #include "kcmcddb.moc" -- cgit v1.2.1