summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/jmoontool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/tools/jmoontool.cpp')
-rw-r--r--kstars/kstars/tools/jmoontool.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/tools/jmoontool.cpp b/kstars/kstars/tools/jmoontool.cpp
index f4d63cf3..90303b38 100644
--- a/kstars/kstars/tools/jmoontool.cpp
+++ b/kstars/kstars/tools/jmoontool.cpp
@@ -30,10 +30,10 @@
#include "dms.h"
#include "ksnumbers.h"
-JMoonTool::JMoonTool(TQWidget *tqparent, const char *name)
- : KDialogBase( KDialogBase::Plain, i18n("Jupiter Moons Tool"), Close, Close, tqparent, name )
+JMoonTool::JMoonTool(TQWidget *parent, const char *name)
+ : KDialogBase( KDialogBase::Plain, i18n("Jupiter Moons Tool"), Close, Close, parent, name )
{
- ksw = (KStars*)tqparent;
+ ksw = (KStars*)parent;
TQFrame *page = plainPage();
TQVBoxLayout *vlay = new TQVBoxLayout( page, 0, 0 );