diff options
Diffstat (limited to 'libtdeedu/extdate/extcalendarsystemgregorian.h')
-rw-r--r-- | libtdeedu/extdate/extcalendarsystemgregorian.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdeedu/extdate/extcalendarsystemgregorian.h b/libtdeedu/extdate/extcalendarsystemgregorian.h index 6d1035c9..6c3dabc7 100644 --- a/libtdeedu/extdate/extcalendarsystemgregorian.h +++ b/libtdeedu/extdate/extcalendarsystemgregorian.h @@ -38,7 +38,7 @@ class ExtCalendarSystemGregorianPrivate; * The Gregorian calender is the most used calendar today. The first year in * the calendar is set to the birth of Christ. * - * @see KLocale,ExtCalendarSystem,ExtCalendarSystemFactory + * @see TDELocale,ExtCalendarSystem,ExtCalendarSystemFactory * * @author Carlos Moro <cfmoro@correo.uniovi.es> * @license GNU-GPL v.2 @@ -48,7 +48,7 @@ class ExtCalendarSystemGregorianPrivate; class ExtCalendarSystemGregorian: public ExtCalendarSystem { public: - ExtCalendarSystemGregorian (const KLocale * locale = 0); + ExtCalendarSystemGregorian (const TDELocale * locale = 0); virtual ~ExtCalendarSystemGregorian (); virtual int year (const ExtDate & date) const; |