summaryrefslogtreecommitdiffstats
path: root/src/uml/qreadselfaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qreadselfaction.h')
-rw-r--r--src/uml/qreadselfaction.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/uml/qreadselfaction.h b/src/uml/qreadselfaction.h
index 4f15e86e..b591f180 100644
--- a/src/uml/qreadselfaction.h
+++ b/src/uml/qreadselfaction.h
@@ -48,7 +48,10 @@
QT_BEGIN_HEADER
-QT_BEGIN_NAMESPACE_QTUML
+QT_BEGIN_NAMESPACE
+
+namespace QtUml
+{
QT_MODULE(QtUml)
@@ -61,7 +64,7 @@ class Q_UML_EXPORT QReadSelfAction : public QAction
{
Q_OBJECT
- Q_PROPERTY(QOutputPin * result READ result WRITE setResult)
+ Q_PROPERTY(QtUml::QOutputPin * result READ result WRITE setResult)
Q_DISABLE_COPY(QReadSelfAction)
Q_DECLARE_PRIVATE(QReadSelfAction)
@@ -80,7 +83,9 @@ protected:
explicit QReadSelfAction(QReadSelfActionPrivate &dd, QWrappedObject *wrapper = 0, QWrappedObject *parent = 0);
};
-QT_END_NAMESPACE_QTUML
+}
+
+QT_END_NAMESPACE
QT_END_HEADER