summaryrefslogtreecommitdiffstats
path: root/src/mof/qliteralreal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mof/qliteralreal.h')
-rw-r--r--src/mof/qliteralreal.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/mof/qliteralreal.h b/src/mof/qliteralreal.h
index d83302de..1477845f 100644
--- a/src/mof/qliteralreal.h
+++ b/src/mof/qliteralreal.h
@@ -48,7 +48,10 @@
QT_BEGIN_HEADER
-QT_BEGIN_NAMESPACE_QTMOF
+QT_BEGIN_NAMESPACE
+
+namespace QtMof
+{
QT_MODULE(QtMof)
@@ -81,7 +84,9 @@ protected:
explicit QLiteralReal(QLiteralRealPrivate &dd, QWrappedObject *wrapper = 0, QWrappedObject *parent = 0);
};
-QT_END_NAMESPACE_QTMOF
+}
+
+QT_END_NAMESPACE
QT_END_HEADER