From bb350f27a6baf040b648d1b90c360cf4e9dc4b7d Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 17 Feb 2014 18:03:04 -0600 Subject: Add Help buttons to kcontrol module dialogs in support of bug report 1889. --- libkcddb/kcmcddb/kcmcddb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkcddb/kcmcddb') diff --git a/libkcddb/kcmcddb/kcmcddb.cpp b/libkcddb/kcmcddb/kcmcddb.cpp index cda14763..8dc35a3e 100644 --- a/libkcddb/kcmcddb/kcmcddb.cpp +++ b/libkcddb/kcmcddb/kcmcddb.cpp @@ -49,7 +49,7 @@ CDDBModule::CDDBModule(TQWidget *parent, const char *name, const TQStringList &) : TDECModule(parent, name) { TDEGlobal::locale()->insertCatalogue("libkcddb"); - setButtons(Default | Apply); + setButtons(Default | Apply | Help); widget_ = new CDDBConfigWidget(this); -- cgit v1.2.1