summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/timeunitbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/timeunitbox.h')
-rw-r--r--kstars/kstars/timeunitbox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kstars/kstars/timeunitbox.h b/kstars/kstars/timeunitbox.h
index 9e190b7b..9926338f 100644
--- a/kstars/kstars/timeunitbox.h
+++ b/kstars/kstars/timeunitbox.h
@@ -45,9 +45,10 @@ class TQPushButton;
class TimeUnitBox : public TQVBox {
Q_OBJECT
+ TQ_OBJECT
public:
/**Constructor*/
- TimeUnitBox(TQWidget *parent=0, const char *name=0, bool daysonly = false);
+ TimeUnitBox(TQWidget *tqparent=0, const char *name=0, bool daysonly = false);
/**Destructor (empty)*/
~TimeUnitBox();
/**@return the value of UnitStep for the current spinbox value() */