summaryrefslogtreecommitdiffstats
path: root/src/uml/qclassifier_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qclassifier_p.h')
-rw-r--r--src/uml/qclassifier_p.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/uml/qclassifier_p.h b/src/uml/qclassifier_p.h
index 1cf4babe..c8e2fa78 100644
--- a/src/uml/qclassifier_p.h
+++ b/src/uml/qclassifier_p.h
@@ -55,7 +55,10 @@
QT_BEGIN_HEADER
-QT_BEGIN_NAMESPACE_QTUML
+QT_BEGIN_NAMESPACE
+
+namespace QtUml
+{
QT_MODULE(QtUml)
@@ -102,7 +105,9 @@ public:
void removeFeature(QFeature *feature);
};
-QT_END_NAMESPACE_QTUML
+}
+
+QT_END_NAMESPACE
QT_END_HEADER