summaryrefslogtreecommitdiffstats
path: root/src/uml/qanyreceiveevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qanyreceiveevent.cpp')
-rw-r--r--src/uml/qanyreceiveevent.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/uml/qanyreceiveevent.cpp b/src/uml/qanyreceiveevent.cpp
index b6fcce70..057f7e09 100644
--- a/src/uml/qanyreceiveevent.cpp
+++ b/src/uml/qanyreceiveevent.cpp
@@ -44,7 +44,10 @@
#include <QtWrappedObjects/QtWrappedObjectsNamespace>
-QT_BEGIN_NAMESPACE_QTUML
+QT_BEGIN_NAMESPACE
+
+namespace QtUml
+{
QAnyReceiveEventPrivate::QAnyReceiveEventPrivate()
{
@@ -83,7 +86,9 @@ void QAnyReceiveEvent::setPropertyData()
QMessageEvent::setPropertyData();
}
-#include "moc_qanyreceiveevent.cpp"
+}
+
+QT_END_NAMESPACE
-QT_END_NAMESPACE_QTUML
+#include "moc_qanyreceiveevent.cpp"