summaryrefslogtreecommitdiffstats
path: root/src/localesettings/systemlocale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/localesettings/systemlocale.cpp')
-rw-r--r--src/localesettings/systemlocale.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/localesettings/systemlocale.cpp b/src/localesettings/systemlocale.cpp
index 37f157b..e6de431 100644
--- a/src/localesettings/systemlocale.cpp
+++ b/src/localesettings/systemlocale.cpp
@@ -30,6 +30,8 @@
#include "systemlocale.h"
#include "systemlocale_p.h"
+QT_BEGIN_NAMESPACE
+
SystemLocale::SystemLocale(QObject *parent)
:QObject(parent)
,d_ptr(new SystemLocalePrivate(this))
@@ -48,3 +50,5 @@ void SystemLocale::setLocale(const QString& aLocale)
d->setLocale(aLocale);
emit localeChanged();
}
+
+QT_END_NAMESPACE