summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indimenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indimenu.cpp')
-rw-r--r--kstars/kstars/indimenu.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kstars/kstars/indimenu.cpp b/kstars/kstars/indimenu.cpp
index 8a4df6d2..b1a59593 100644
--- a/kstars/kstars/indimenu.cpp
+++ b/kstars/kstars/indimenu.cpp
@@ -127,8 +127,8 @@ DeviceManager *dev;
drivers->devices[i]->mgrID = mgrCounter;
drivers->devices[i]->managed = true;
mgr.append(dev);
- connect(dev, TQT_SIGNAL(newDevice()), drivers, TQT_SLOT(updateMenuActions()));
- connect(dev, TQT_SIGNAL(newDevice()), this, TQT_SLOT(discoverDevice()));
+ connect(dev, TQ_SIGNAL(newDevice()), drivers, TQ_SLOT(updateMenuActions()));
+ connect(dev, TQ_SIGNAL(newDevice()), this, TQ_SLOT(discoverDevice()));
mgrCounter++;
@@ -165,8 +165,8 @@ int INDIMenu::processClient(TQString hostname, TQString portnumber)
mgr.append(dev);
if (drivers)
{
- connect(dev, TQT_SIGNAL(newDevice()), drivers, TQT_SLOT(updateMenuActions()));
- connect(dev, TQT_SIGNAL(newDevice()), this, TQT_SLOT(discoverDevice()));
+ connect(dev, TQ_SIGNAL(newDevice()), drivers, TQ_SLOT(updateMenuActions()));
+ connect(dev, TQ_SIGNAL(newDevice()), this, TQ_SLOT(discoverDevice()));
}
}
else
@@ -234,7 +234,7 @@ else
void INDIMenu::discoverDevice()
{
- TQTimer::singleShot( 1000, this, TQT_SLOT(announceDevice()) );
+ TQTimer::singleShot( 1000, this, TQ_SLOT(announceDevice()) );
}
void INDIMenu::announceDevice()