summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/kswizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/kswizard.cpp')
-rw-r--r--kstars/kstars/kswizard.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/kswizard.cpp b/kstars/kstars/kswizard.cpp
index 85258362..88037007 100644
--- a/kstars/kstars/kswizard.cpp
+++ b/kstars/kstars/kswizard.cpp
@@ -31,10 +31,10 @@
#include "kswizardui.h"
#include "kswizard.h"
-KSWizard::KSWizard( TQWidget *parent, const char *name )
- : KSWizardUI( parent, name )
+KSWizard::KSWizard( TQWidget *tqparent, const char *name )
+ : KSWizardUI( tqparent, name )
{
- ksw = (KStars *)parent;
+ ksw = (KStars *)tqparent;
GeoID.resize(10000);
//Removing telescope page for now...