diff options
Diffstat (limited to 'kstars/kstars/timezonerule.h')
-rw-r--r-- | kstars/kstars/timezonerule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/timezonerule.h b/kstars/kstars/timezonerule.h index 53ade37e..3cadb4e5 100644 --- a/kstars/kstars/timezonerule.h +++ b/kstars/kstars/timezonerule.h @@ -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 tqfindRevertDay( const KStarsDateTime &d ); + int findRevertDay( const KStarsDateTime &d ); int StartDay, RevertDay; int StartWeek, RevertWeek; |