diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 08:11:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 08:11:05 -0600 |
commit | 11ce0e9ead6ca61215b1bafdf6f4fb2151018c77 (patch) | |
tree | cf836ed72af561d007405597cd8471b840a7cb63 /sip/tdecore/kcalendarsystemfactory.sip | |
parent | c8cefea21c7cb4b007bbf43fcad66e29114baa28 (diff) | |
download | pytde-11ce0e9ead6ca61215b1bafdf6f4fb2151018c77.tar.gz pytde-11ce0e9ead6ca61215b1bafdf6f4fb2151018c77.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'sip/tdecore/kcalendarsystemfactory.sip')
-rw-r--r-- | sip/tdecore/kcalendarsystemfactory.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tdecore/kcalendarsystemfactory.sip b/sip/tdecore/kcalendarsystemfactory.sip index 3774c0e..1146e5f 100644 --- a/sip/tdecore/kcalendarsystemfactory.sip +++ b/sip/tdecore/kcalendarsystemfactory.sip @@ -35,7 +35,7 @@ class KCalendarSystemFactory public: KCalendarSystemFactory (); - static KCalendarSystem* create (const TQString& = TQString ::fromLatin1 ("gregorian" ), const KLocale* = 0); + static KCalendarSystem* create (const TQString& = TQString ::fromLatin1 ("gregorian" ), const TDELocale* = 0); static TQStringList calendarSystems (); }; // class KCalendarSystemFactory |