diff options
author | Darrell Anderson <[email protected]> | 2014-02-17 18:04:19 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-02-17 18:04:19 -0600 |
commit | 6277703540030b4a4f0135565a9d35cf4be641b1 (patch) | |
tree | b8dc10b881c0b5641254b5f3044953139a801b79 /src | |
parent | 2520dd219271350ef80c69bee2c0a2f1e123698d (diff) | |
download | knemo-6277703540030b4a4f0135565a9d35cf4be641b1.tar.gz knemo-6277703540030b4a4f0135565a9d35cf4be641b1.zip |
Add Help button to kcontrol module dialog in support of bug report 1889.
Diffstat (limited to 'src')
-rw-r--r-- | src/kcm/configdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kcm/configdialog.cpp b/src/kcm/configdialog.cpp index cfa9909..d2302e3 100644 --- a/src/kcm/configdialog.cpp +++ b/src/kcm/configdialog.cpp @@ -109,7 +109,7 @@ ConfigDialog::ConfigDialog( TQWidget *parent, const char *name, const TQStringLi "<b>Root</b> CheckBox.") ); mSettingsDict.setAutoDelete( true ); - setButtons( TDECModule::Default | TDECModule::Apply ); + setButtons( TDECModule::Default | TDECModule::Apply | TDECModule::Help ); connect( mDlg->pushButtonNew, TQT_SIGNAL( clicked() ), this, TQT_SLOT( buttonNewSelected() ) ); |