Add Help button to kcontrol module dialog in support of bug report 1889.

pull/1/head
Darrell Anderson 10 years ago
parent 72c2070d21
commit e8dcfd2e32

@ -62,7 +62,7 @@ KcmKRfb::KcmKRfb(TQWidget *p, const char *name, const TQStringList &) :
TQVBoxLayout *l = new TQVBoxLayout(this, 0, KDialog::spacingHint());
l->add(m_confWidget);
setButtons(Default|Apply|Reset);
setButtons(Default|Apply|Reset|Help);
TDEAboutData* about = new TDEAboutData( "kcm_krfb", I18N_NOOP("Desktop Sharing Control Module"),
VERSION,

Loading…
Cancel
Save