diff options
Diffstat (limited to 'kstars/kstars/tools/modcalcdaylength.h')
-rw-r--r-- | kstars/kstars/tools/modcalcdaylength.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/tools/modcalcdaylength.h b/kstars/kstars/tools/modcalcdaylength.h index 1c644157..4ad88142 100644 --- a/kstars/kstars/tools/modcalcdaylength.h +++ b/kstars/kstars/tools/modcalcdaylength.h @@ -32,7 +32,7 @@ class modCalcDayLength : public modCalcDayLengthDlg { Q_OBJECT public: /**Constructor. */ - modCalcDayLength(QWidget *p, const char *n); + modCalcDayLength(TQWidget *p, const char *n); /**Destructor. */ ~modCalcDayLength(); @@ -44,7 +44,7 @@ public slots: private: /**@returns a SkyPoint constructed from the coordinates in the RA and Dec dmsBoxes. */ - QTime lengthOfDay(QTime setQTime, QTime riseQTime); + TQTime lengthOfDay(TQTime setQTime, TQTime riseQTime); /**Fills the Date fields with the current values from the current date. */ void showCurrentDate(void); |