summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/jmoontool.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/tools/jmoontool.h')
-rw-r--r--kstars/kstars/tools/jmoontool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kstars/kstars/tools/jmoontool.h b/kstars/kstars/tools/jmoontool.h
index 70c33e79..7c0abee4 100644
--- a/kstars/kstars/tools/jmoontool.h
+++ b/kstars/kstars/tools/jmoontool.h
@@ -30,8 +30,9 @@ class KStars;
class JMoonTool : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- JMoonTool(TQWidget *parent = 0, const char *name = 0);
+ JMoonTool(TQWidget *tqparent = 0, const char *name = 0);
~JMoonTool();
protected: