summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/modcalcdaylength.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/tools/modcalcdaylength.h')
-rw-r--r--kstars/kstars/tools/modcalcdaylength.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kstars/kstars/tools/modcalcdaylength.h b/kstars/kstars/tools/modcalcdaylength.h
index 4ad88142..9565a5c4 100644
--- a/kstars/kstars/tools/modcalcdaylength.h
+++ b/kstars/kstars/tools/modcalcdaylength.h
@@ -30,6 +30,7 @@ class GeoLocation;
class modCalcDayLength : public modCalcDayLengthDlg {
Q_OBJECT
+ TQ_OBJECT
public:
/**Constructor. */
modCalcDayLength(TQWidget *p, const char *n);
@@ -44,7 +45,7 @@ public slots:
private:
/**@returns a SkyPoint constructed from the coordinates in the RA and Dec dmsBoxes. */
- TQTime lengthOfDay(TQTime setQTime, TQTime riseQTime);
+ TQTime lengthOfDay(TQTime setTQTime, TQTime riseTQTime);
/**Fills the Date fields with the current values from the current date. */
void showCurrentDate(void);