summaryrefslogtreecommitdiffstats
path: root/kcontrol/locale/localenum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/locale/localenum.cpp')
-rw-r--r--kcontrol/locale/localenum.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/locale/localenum.cpp b/kcontrol/locale/localenum.cpp
index dcec347b1..0079edbd1 100644
--- a/kcontrol/locale/localenum.cpp
+++ b/kcontrol/locale/localenum.cpp
@@ -28,8 +28,8 @@
#include <tqregexp.h>
#include <kdialog.h>
-#include <ksimpleconfig.h>
-#include <kstandarddirs.h>
+#include <tdesimpleconfig.h>
+#include <tdestandarddirs.h>
#include "toplevel.h"
#include "localenum.h"
@@ -43,7 +43,7 @@ TDELocaleConfigNumber::TDELocaleConfigNumber(TDELocale *locale,
TQGridLayout *lay = new TQGridLayout(this, 5, 2,
KDialog::marginHint(),
KDialog::spacingHint());
- lay->setAutoAdd(TRUE);
+ lay->setAutoAdd(true);
m_labDecSym = new TQLabel(this, I18N_NOOP("&Decimal symbol:"));
m_edDecSym = new TQLineEdit(this);
@@ -88,7 +88,7 @@ void TDELocaleConfigNumber::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");