summaryrefslogtreecommitdiffstats
path: root/src/uml/qconditionalnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qconditionalnode.h')
-rw-r--r--src/uml/qconditionalnode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uml/qconditionalnode.h b/src/uml/qconditionalnode.h
index 87e758e0..6ca4b4f9 100644
--- a/src/uml/qconditionalnode.h
+++ b/src/uml/qconditionalnode.h
@@ -75,7 +75,7 @@ class Q_UML_EXPORT QConditionalNode : public QStructuredActivityNode
Q_DECLARE_PRIVATE(QConditionalNode)
public:
- Q_INVOKABLE explicit QConditionalNode(QUmlObject *parent = 0, QUmlObject *wrapper = 0);
+ Q_INVOKABLE explicit QConditionalNode(QtMof::QMofObject *parent = 0, QtMof::QMofObject *wrapper = 0);
virtual ~QConditionalNode();
// Attributes from QConditionalNode
@@ -93,7 +93,7 @@ public:
Q_INVOKABLE void removeResult(QOutputPin *result);
protected:
- explicit QConditionalNode(QConditionalNodePrivate &dd, QUmlObject *parent = 0, QUmlObject *wrapper = 0);
+ explicit QConditionalNode(QConditionalNodePrivate &dd, QtMof::QMofObject *parent = 0, QtMof::QMofObject *wrapper = 0);
};
QT_END_NAMESPACE_QTUML