summaryrefslogtreecommitdiffstats
path: root/src/mof/qconstraint_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mof/qconstraint_p.h')
-rw-r--r--src/mof/qconstraint_p.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/mof/qconstraint_p.h b/src/mof/qconstraint_p.h
index c5595ed9..f692521b 100644
--- a/src/mof/qconstraint_p.h
+++ b/src/mof/qconstraint_p.h
@@ -51,7 +51,10 @@
QT_BEGIN_HEADER
-QT_BEGIN_NAMESPACE_QTMOF
+QT_BEGIN_NAMESPACE
+
+namespace QtMof
+{
QT_MODULE(QtMof)
@@ -74,7 +77,9 @@ public:
QList<QElement *> constrainedElements;
};
-QT_END_NAMESPACE_QTMOF
+}
+
+QT_END_NAMESPACE
QT_END_HEADER