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/kglobal.sip | |
parent | c8cefea21c7cb4b007bbf43fcad66e29114baa28 (diff) | |
download | pytde-11ce0e9ead6ca61215b1bafdf6f4fb2151018c77.tar.gz pytde-11ce0e9ead6ca61215b1bafdf6f4fb2151018c77.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'sip/tdecore/kglobal.sip')
-rw-r--r-- | sip/tdecore/kglobal.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/kglobal.sip b/sip/tdecore/kglobal.sip index 97be5df..e05454b 100644 --- a/sip/tdecore/kglobal.sip +++ b/sip/tdecore/kglobal.sip @@ -41,7 +41,7 @@ public: %End static KIconLoader* iconLoader (); - static KLocale* locale (); + static TDELocale* locale (); static KCharsets* charsets (); static const TQString& staticQString (const char*); static const TQString& staticQString (const TQString&); @@ -50,7 +50,7 @@ public: static void deleteStaticDeleters (); //ig KStringDict* _stringDict; //ig TDEInstance* _instance; -//ig KLocale* _locale; +//ig TDELocale* _locale; //ig KCharsets* _charsets; //ig KStaticDeleterList* _staticDeleters; static void setActiveInstance (TDEInstance*); |