diff options
Diffstat (limited to 'kstars/kstars/timezonerule.h')
-rw-r--r-- | kstars/kstars/timezonerule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/timezonerule.h b/kstars/kstars/timezonerule.h index 75ae5d2d..53ade37e 100644 --- a/kstars/kstars/timezonerule.h +++ b/kstars/kstars/timezonerule.h @@ -28,7 +28,7 @@ *The rules themselves are stored in the TZrulebook.dat file, which is read *on startup; each line in the file creates a TimeZoneRule object. * - *TimeZoneRule consists of QStrings identifying the months and days on which + *TimeZoneRule consists of TQStrings identifying the months and days on which *DST starts and ends, TQTime objects identifying the time at which the *changes occur, and a double indicating the size of the offset in hours *(probably always 1.00). @@ -158,7 +158,7 @@ private: *of the given KStarsDateTime. *@p d the date containing the year to be tested *@return the calendar date, an integer between 1 and 31. */ - int findRevertDay( const KStarsDateTime &d ); + int tqfindRevertDay( const KStarsDateTime &d ); int StartDay, RevertDay; int StartWeek, RevertWeek; |