From 3a41b8717f3769966a157f243f46bc58dea9bbd7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:18:52 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- kopete/protocols/oscar/icq/icqprotocol.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete') 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")*/); -- cgit v1.2.1