summaryrefslogtreecommitdiffstats
path: root/src/uml/qinstancevalue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qinstancevalue.cpp')
-rw-r--r--src/uml/qinstancevalue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uml/qinstancevalue.cpp b/src/uml/qinstancevalue.cpp
index 951c6b76..3c3b1e3c 100644
--- a/src/uml/qinstancevalue.cpp
+++ b/src/uml/qinstancevalue.cpp
@@ -63,12 +63,12 @@ QInstanceValuePrivate::~QInstanceValuePrivate()
\brief An instance value is a value specification that identifies an instance.
*/
-QInstanceValue::QInstanceValue(QtMof::QMofObject *parent, QtMof::QMofObject *wrapper) :
+QInstanceValue::QInstanceValue(QWrappedObject *parent, QWrappedObject *wrapper) :
QValueSpecification(*new QInstanceValuePrivate, parent, wrapper)
{
}
-QInstanceValue::QInstanceValue(QInstanceValuePrivate &dd, QtMof::QMofObject *parent, QtMof::QMofObject *wrapper) :
+QInstanceValue::QInstanceValue(QInstanceValuePrivate &dd, QWrappedObject *parent, QWrappedObject *wrapper) :
QValueSpecification(dd, parent, wrapper)
{
}