|
|
|
@ -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")*/);
|
|
|
|
|