summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/telescopeprop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/telescopeprop.cpp')
-rw-r--r--kstars/kstars/telescopeprop.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kstars/kstars/telescopeprop.cpp b/kstars/kstars/telescopeprop.cpp
index 93d15861..28cd1313 100644
--- a/kstars/kstars/telescopeprop.cpp
+++ b/kstars/kstars/telescopeprop.cpp
@@ -39,11 +39,11 @@ telescopeProp::telescopeProp(TQWidget* parent, const char* name, bool modal, WFl
indi_driver = ksw->getINDIDriver();
newScopePending = false;
- connect (newB, TQT_SIGNAL(clicked()), this, TQT_SLOT(newScope()));
- connect (saveB, TQT_SIGNAL(clicked()), this, TQT_SLOT(saveScope()));
- connect (removeB, TQT_SIGNAL(clicked()), this, TQT_SLOT(removeScope()));
- connect (telescopeListBox, TQT_SIGNAL(highlighted(int)),this, TQT_SLOT(updateScopeDetails(int)));
- connect(closeB, TQT_SIGNAL(clicked()), this, TQT_SLOT(close()));
+ connect (newB, TQ_SIGNAL(clicked()), this, TQ_SLOT(newScope()));
+ connect (saveB, TQ_SIGNAL(clicked()), this, TQ_SLOT(saveScope()));
+ connect (removeB, TQ_SIGNAL(clicked()), this, TQ_SLOT(removeScope()));
+ connect (telescopeListBox, TQ_SIGNAL(highlighted(int)),this, TQ_SLOT(updateScopeDetails(int)));
+ connect(closeB, TQ_SIGNAL(clicked()), this, TQ_SLOT(close()));
// Fill the combo box with drivers
driverCombo->insertStringList(indi_driver->driversList);