--- kdebase-3.5.7/kcontrol/locale/toplevel.cpp~ 2006-10-01 21:31:48 +0400 +++ kdebase-3.5.7/kcontrol/locale/toplevel.cpp 2007-10-15 20:03:41 +0400 @@ -62,7 +62,7 @@ KLocaleApplication::KLocaleApplication(Q m_nullConfig = new KConfig(QString::null, false, false); m_globalConfig = new KConfig(QString::null, false, true); - m_locale = new KLocale(QString::fromLatin1("kcmlocale"), m_nullConfig); + m_locale = new KLocale(QString::fromLatin1("kcmlocale"), 0); QVBoxLayout *l = new QVBoxLayout(this, 0, KDialog::spacingHint()); l->setAutoAdd(TRUE); @@ -162,7 +162,7 @@ void KLocaleApplication::load( bool useD { m_globalConfig->setReadDefaults( useDefaults ); m_globalConfig->reparseConfiguration(); - *m_locale = KLocale(QString::fromLatin1("kcmlocale"), m_globalConfig); + *m_locale = KLocale(QString::fromLatin1("kcmlocale"), 0); emit localeChanged(); emit languageChanged();