summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/timestepbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/timestepbox.h')
-rw-r--r--kstars/kstars/timestepbox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kstars/kstars/timestepbox.h b/kstars/kstars/timestepbox.h
index c1bc8fc2..b335ee0d 100644
--- a/kstars/kstars/timestepbox.h
+++ b/kstars/kstars/timestepbox.h
@@ -35,9 +35,10 @@
class TimeStepBox : public TQFrame {
Q_OBJECT
+ TQ_OBJECT
public:
/**Constructor. */
- TimeStepBox( TQWidget *parent=0, const char* name=0, bool daysonly=false );
+ TimeStepBox( TQWidget *tqparent=0, const char* name=0, bool daysonly=false );
/**Destructor. (empty)*/
~TimeStepBox() {}