summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indistd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indistd.cpp')
-rw-r--r--kstars/kstars/indistd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/indistd.cpp b/kstars/kstars/indistd.cpp
index 6bfe8ef9..cc009405 100644
--- a/kstars/kstars/indistd.cpp
+++ b/kstars/kstars/indistd.cpp
@@ -77,8 +77,8 @@
telescopeSkyObject = new SkyObject(0, 0, 0, 0, i18n("Telescope"));
ksw->data()->appendTelescopeObject(telescopeSkyObject);
- connect( devTimer, TQT_SIGNAL(timeout()), this, TQT_SLOT(timerDone()) );
- connect( seqLister, TQT_SIGNAL(newItems (const KFileItemList & )), this, TQT_SLOT(checkSeqBoundary(const KFileItemList &)));
+ connect( devTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(timerDone()) );
+ connect( seqLister, TQ_SIGNAL(newItems (const KFileItemList & )), this, TQ_SLOT(checkSeqBoundary(const KFileItemList &)));
downloadDialog = new KProgressDialog(NULL, 0, i18n("INDI"), i18n("Downloading Data..."));
downloadDialog->cancel();