summaryrefslogtreecommitdiffstats
path: root/src/generalcfg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/generalcfg.cpp')
-rw-r--r--src/generalcfg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generalcfg.cpp b/src/generalcfg.cpp
index 415536c..1955dc6 100644
--- a/src/generalcfg.cpp
+++ b/src/generalcfg.cpp
@@ -50,7 +50,7 @@ GeneralCfg::GeneralCfg(LMSensors *lsensors, TQWidget *parent, const char *name)
TDEConfig *cfg= TDEGlobal::config();
cfg->setGroup( "General" );
CheckBoxAutoStart->setChecked(cfg->readBoolEntry("AutoStart",true));
- //connect( buttonApply ,SIGNAL(clicked()),this, SLOT(slotApplyChanges()));
+ //connect( buttonApply ,TQ_SIGNAL(clicked()),this, TQ_SLOT(slotApplyChanges()));
}
GeneralCfg::~GeneralCfg(){