summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/kcalendarsystem.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore/kcalendarsystem.sip')
-rw-r--r--sip/tdecore/kcalendarsystem.sip4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/kcalendarsystem.sip b/sip/tdecore/kcalendarsystem.sip
index 7839dc1..fdf1c4f 100644
--- a/sip/tdecore/kcalendarsystem.sip
+++ b/sip/tdecore/kcalendarsystem.sip
@@ -34,7 +34,7 @@ class KCalendarSystem
public:
- KCalendarSystem (const KLocale* = 0);
+ KCalendarSystem (const TDELocale* = 0);
virtual int year (const TQDate&) const = 0;
virtual TQString yearString (const TQDate&, bool) const;
virtual int yearStringToInteger (const TQString&, int& /Out/) const;
@@ -70,7 +70,7 @@ public:
virtual bool isSolar () const = 0;
protected:
- const KLocale* locale () const;
+ const TDELocale* locale () const;
}; // class KCalendarSystem