diff options
Diffstat (limited to 'kcontrol/locale/localemon.cpp')
| -rw-r--r-- | kcontrol/locale/localemon.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/locale/localemon.cpp b/kcontrol/locale/localemon.cpp index 85bb44195..cd3780067 100644 --- a/kcontrol/locale/localemon.cpp +++ b/kcontrol/locale/localemon.cpp @@ -34,8 +34,8 @@ #include <knuminput.h> #include <kdialog.h> -#include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdesimpleconfig.h> +#include <tdestandarddirs.h> #include "toplevel.h" #include "localemon.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"); |
