Add Help buttons to kcontrol module dialogs in support of bug report 1889.

pull/1/head
Darrell Anderson 10 years ago
parent 1e35518ce2
commit bb350f27a6

@ -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);

@ -38,8 +38,8 @@ KAudiocdModule::KAudiocdModule(TQWidget *parent, const char *name)
: AudiocdConfig(parent, name), configChanged(false)
{
TQString foo = i18n("Report errors found on the cd.");
setButtons(Default|Apply);
setButtons(Default|Apply|Help);
config = new TDEConfig("kcmaudiocdrc");

Loading…
Cancel
Save