summaryrefslogtreecommitdiffstats
path: root/src/uml/qtemplatebinding_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qtemplatebinding_p.h')
-rw-r--r--src/uml/qtemplatebinding_p.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/uml/qtemplatebinding_p.h b/src/uml/qtemplatebinding_p.h
index 2c1ef0ae..ef6a1c7e 100644
--- a/src/uml/qtemplatebinding_p.h
+++ b/src/uml/qtemplatebinding_p.h
@@ -51,7 +51,10 @@
QT_BEGIN_HEADER
-QT_BEGIN_NAMESPACE_QTUML
+QT_BEGIN_NAMESPACE
+
+namespace QtUml
+{
QT_MODULE(QtUml)
@@ -74,7 +77,9 @@ public:
QSet<QTemplateParameterSubstitution *> parameterSubstitutions;
};
-QT_END_NAMESPACE_QTUML
+}
+
+QT_END_NAMESPACE
QT_END_HEADER