summaryrefslogtreecommitdiffstats
path: root/src/sensorslist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensorslist.cpp')
-rw-r--r--src/sensorslist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sensorslist.cpp b/src/sensorslist.cpp
index 90bcac4..67e971e 100644
--- a/src/sensorslist.cpp
+++ b/src/sensorslist.cpp
@@ -108,8 +108,8 @@ void SensorsList::timerEvent( TQTimerEvent * )
void SensorsList::childEvent ( TQChildEvent *e )
{
if(e->inserted()) {
- connect((Sensor *)e->child(),SIGNAL(configChanged()),this,SLOT(slotConfigChanged()));
- connect((Sensor *)e->child(),SIGNAL(valueChanged(double)) ,this,SLOT(slotValueChanged()));
+ connect((Sensor *)e->child(),TQ_SIGNAL(configChanged()),this,TQ_SLOT(slotConfigChanged()));
+ connect((Sensor *)e->child(),TQ_SIGNAL(valueChanged(double)) ,this,TQ_SLOT(slotValueChanged()));
}
}