summaryrefslogtreecommitdiffstats
path: root/src/uml/qinformationflow_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qinformationflow_p.h')
-rw-r--r--src/uml/qinformationflow_p.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/uml/qinformationflow_p.h b/src/uml/qinformationflow_p.h
index 3acc09a7..a6d12f48 100644
--- a/src/uml/qinformationflow_p.h
+++ b/src/uml/qinformationflow_p.h
@@ -53,7 +53,10 @@
QT_BEGIN_HEADER
-QT_BEGIN_NAMESPACE_QTUML
+QT_BEGIN_NAMESPACE
+
+namespace QtUml
+{
QT_MODULE(QtUml)
@@ -83,7 +86,9 @@ public:
QSet<QRelationship *> realizations;
};
-QT_END_NAMESPACE_QTUML
+}
+
+QT_END_NAMESPACE
QT_END_HEADER