summaryrefslogtreecommitdiffstats
path: root/src/localesettings/systemlocale.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localesettings/systemlocale.h')
-rw-r--r--src/localesettings/systemlocale.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/localesettings/systemlocale.h b/src/localesettings/systemlocale.h
index 075d397..b10c5a1 100644
--- a/src/localesettings/systemlocale.h
+++ b/src/localesettings/systemlocale.h
@@ -31,6 +31,8 @@
#include <QObject>
+QT_BEGIN_NAMESPACE
+
class SystemLocalePrivate;
class Q_DECL_EXPORT SystemLocale : public QObject
@@ -52,4 +54,6 @@ protected:
Q_DECLARE_PRIVATE(SystemLocale)
};
+QT_END_NAMESPACE
+
#endif // LOCALE_H