diff options
Diffstat (limited to 'src/lmsensorscfg.cpp')
-rw-r--r-- | src/lmsensorscfg.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lmsensorscfg.cpp b/src/lmsensorscfg.cpp index 938c6b1..d2d0371 100644 --- a/src/lmsensorscfg.cpp +++ b/src/lmsensorscfg.cpp @@ -55,12 +55,12 @@ LMSensorsCfg::LMSensorsCfg(SensorsList *lsensors,TQWidget *parent, const char *n readSensorsList(); - connect( MainTab ,SIGNAL(currentChanged(TQWidget*)), this, SLOT(slotMainTabPageChanged(TQWidget *))); - connect( listSensors ,SIGNAL(highlighted(int)),this,SLOT(slotCurrentSensorChanged(int)) ); - //connect( buttonApply ,SIGNAL(clicked()),this,SLOT(slotApplyChanges())); - connect( buttonTest ,SIGNAL(clicked()),this,SLOT(slotTestAlarm())); - connect( editMinValue ,SIGNAL(activated(int)),this,SLOT(slotComboMinMaxSelected(int))); - connect( editMaxValue ,SIGNAL(activated(int)),this,SLOT(slotComboMinMaxSelected(int))); + connect( MainTab ,TQ_SIGNAL(currentChanged(TQWidget*)), this, TQ_SLOT(slotMainTabPageChanged(TQWidget *))); + connect( listSensors ,TQ_SIGNAL(highlighted(int)),this,TQ_SLOT(slotCurrentSensorChanged(int)) ); + //connect( buttonApply ,TQ_SIGNAL(clicked()),this,TQ_SLOT(slotApplyChanges())); + connect( buttonTest ,TQ_SIGNAL(clicked()),this,TQ_SLOT(slotTestAlarm())); + connect( editMinValue ,TQ_SIGNAL(activated(int)),this,TQ_SLOT(slotComboMinMaxSelected(int))); + connect( editMaxValue ,TQ_SIGNAL(activated(int)),this,TQ_SLOT(slotComboMinMaxSelected(int))); } LMSensorsCfg::~LMSensorsCfg() |