summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/kcalendarsystem.sip
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:11:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:11:05 -0600
commit11ce0e9ead6ca61215b1bafdf6f4fb2151018c77 (patch)
treecf836ed72af561d007405597cd8471b840a7cb63 /sip/tdecore/kcalendarsystem.sip
parentc8cefea21c7cb4b007bbf43fcad66e29114baa28 (diff)
downloadpytde-11ce0e9ead6ca61215b1bafdf6f4fb2151018c77.tar.gz
pytde-11ce0e9ead6ca61215b1bafdf6f4fb2151018c77.zip
Rename KLocale to enhance compatibility with KDE4
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