Add Help button to Configure dialog.

pull/1/head
Darrell Anderson 11 years ago
parent 7b02f473eb
commit 341367a22c

@ -42,7 +42,7 @@
#define Icon(x) TDEGlobal::instance()->iconLoader()->loadIcon( x, TDEIcon::NoGroup, TDEIcon::SizeMedium )
KSensorsCfg::KSensorsCfg(LMSensors *lsensors, const char *name)
: KDialogBase(IconList, name, Apply|Close, Close )
: KDialogBase(IconList, name, Help|Apply|Close, Close )
{
sensors= lsensors;

Loading…
Cancel
Save