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. --- tdeioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeioslave/audiocd') diff --git a/tdeioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp b/tdeioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp index 2287b668..8e73ce26 100644 --- a/tdeioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp +++ b/tdeioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp @@ -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"); -- cgit v1.2.3