diff options
Diffstat (limited to 'kcontrol/locale/localemon.cpp')
-rw-r--r-- | kcontrol/locale/localemon.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/locale/localemon.cpp b/kcontrol/locale/localemon.cpp index 22b4bd533..cd3780067 100644 --- a/kcontrol/locale/localemon.cpp +++ b/kcontrol/locale/localemon.cpp @@ -34,7 +34,7 @@ #include <knuminput.h> #include <kdialog.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tdestandarddirs.h> #include "toplevel.h" @@ -130,7 +130,7 @@ void TDELocaleConfigMoney::save() TDEConfig *config = TDEGlobal::config(); TDEConfigGroupSaver saver(config, "Locale"); - KSimpleConfig ent(locate("locale", + TDESimpleConfig ent(locate("locale", TQString::fromLatin1("l10n/%1/entry.desktop") .arg(m_locale->country())), true); ent.setGroup("KCM Locale"); |