summaryrefslogtreecommitdiffstats
path: root/src/uml/qexecutionenvironment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qexecutionenvironment.h')
-rw-r--r--src/uml/qexecutionenvironment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uml/qexecutionenvironment.h b/src/uml/qexecutionenvironment.h
index 22957218..0f381344 100644
--- a/src/uml/qexecutionenvironment.h
+++ b/src/uml/qexecutionenvironment.h
@@ -62,11 +62,11 @@ class Q_UML_EXPORT QExecutionEnvironment : public QNode
Q_DECLARE_PRIVATE(QExecutionEnvironment)
public:
- Q_INVOKABLE explicit QExecutionEnvironment(QUmlObject *parent = 0, QUmlObject *wrapper = 0);
+ Q_INVOKABLE explicit QExecutionEnvironment(QtMof::QMofObject *parent = 0, QtMof::QMofObject *wrapper = 0);
virtual ~QExecutionEnvironment();
protected:
- explicit QExecutionEnvironment(QExecutionEnvironmentPrivate &dd, QUmlObject *parent = 0, QUmlObject *wrapper = 0);
+ explicit QExecutionEnvironment(QExecutionEnvironmentPrivate &dd, QtMof::QMofObject *parent = 0, QtMof::QMofObject *wrapper = 0);
};
QT_END_NAMESPACE_QTUML