diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 08:18:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 08:18:52 -0600 |
commit | 3a41b8717f3769966a157f243f46bc58dea9bbd7 (patch) | |
tree | 01a3c6a477b2933733f8da8a7036716d7abd2abd /kopete | |
parent | 9c4ceda4980ae0854b60c3242f9fb235053e883b (diff) | |
download | tdenetwork-3a41b8717f3769966a157f243f46bc58dea9bbd7.tar.gz tdenetwork-3a41b8717f3769966a157f243f46bc58dea9bbd7.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kopete')
-rw-r--r-- | kopete/protocols/oscar/icq/icqprotocol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/oscar/icq/icqprotocol.cpp b/kopete/protocols/oscar/icq/icqprotocol.cpp index a7e3f001..26284a35 100644 --- a/kopete/protocols/oscar/icq/icqprotocol.cpp +++ b/kopete/protocols/oscar/icq/icqprotocol.cpp @@ -219,7 +219,7 @@ void ICQProtocol::initGenders() void ICQProtocol::initCountries() { mCountries.insert(0, ""); // unspecified - KLocale *kl = TDEGlobal::locale(); //KLocale(TQString::fromLatin1("kopete")); + TDELocale *kl = TDEGlobal::locale(); //TDELocale(TQString::fromLatin1("kopete")); mCountries.insert(93, kl->twoAlphaToCountryName("af")); mCountries.insert(355, kl->twoAlphaToCountryName("al")); @@ -468,7 +468,7 @@ void ICQProtocol::initCountries() void ICQProtocol::initLang() { - KLocale *kl = TDEGlobal::locale(); //KLocale(TQString::fromLatin1("kopete")); + TDELocale *kl = TDEGlobal::locale(); //TDELocale(TQString::fromLatin1("kopete")); mLanguages.insert(0 , ""); mLanguages.insert(1 , kl->twoAlphaToLanguageName("ar") /*i18n("Arabic")*/); |