summaryrefslogtreecommitdiffstats
path: root/src/generalcfg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-07 19:47:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-09 10:56:03 +0900
commitb7fce5c4dd6147a0a9478dcbd755123e9e737a0c (patch)
tree2e6ca6e0183071a6c33b9e08d776779ecc5ca09a /src/generalcfg.cpp
parent7453b1ad93b8e16f5547b3532a0eb360675405f0 (diff)
downloadksensors-b7fce5c4.tar.gz
ksensors-b7fce5c4.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6da2ba677c47d91e60cc819e29620bc4c919bfaa)
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(){