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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/telescopeprop.cpp b/kstars/kstars/telescopeprop.cpp
index b391d213..572c51d1 100644
--- a/kstars/kstars/telescopeprop.cpp
+++ b/kstars/kstars/telescopeprop.cpp
@@ -29,11 +29,11 @@
#include "indimenu.h"
#include "indidriver.h"
-telescopeProp::telescopeProp(TQWidget* tqparent, const char* name, bool modal, WFlags fl)
-: scopeProp(tqparent,name, modal,fl)
+telescopeProp::telescopeProp(TQWidget* parent, const char* name, bool modal, WFlags fl)
+: scopeProp(parent,name, modal,fl)
{
- ksw = (KStars *) tqparent;
+ ksw = (KStars *) parent;
ksw->establishINDI();
indi_driver = ksw->getINDIDriver();