summaryrefslogtreecommitdiffstats
path: root/src/uml/qchangeevent.h
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2012-12-10 18:28:43 +0000
committerSandro S. Andrade <sandroandrade@kde.org>2012-12-10 21:30:12 +0100
commitdfc136afe949ab4996363beff8d51ae42506cc88 (patch)
tree10dcead234092c10a5da3e27b55e4671146c4cbd /src/uml/qchangeevent.h
parentcd5a0d52808978dba9007fe1298de058a207312c (diff)
Add separate lib QtWrappedObjects, update QtMof and QtUml accordingly
Change-Id: Ie435fb8457ee5c662c9cbb71e3421035bb4fa458 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/uml/qchangeevent.h')
-rw-r--r--src/uml/qchangeevent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uml/qchangeevent.h b/src/uml/qchangeevent.h
index 0b347851..ea60ef27 100644
--- a/src/uml/qchangeevent.h
+++ b/src/uml/qchangeevent.h
@@ -67,7 +67,7 @@ class Q_UML_EXPORT QChangeEvent : public QEvent
Q_DECLARE_PRIVATE(QChangeEvent)
public:
- Q_INVOKABLE explicit QChangeEvent(QtMof::QMofObject *parent = 0, QtMof::QMofObject *wrapper = 0);
+ Q_INVOKABLE explicit QChangeEvent(QWrappedObject *parent = 0, QWrappedObject *wrapper = 0);
virtual ~QChangeEvent();
// Association ends from QChangeEvent
@@ -75,7 +75,7 @@ public:
Q_INVOKABLE void setChangeExpression(QValueSpecification *changeExpression);
protected:
- explicit QChangeEvent(QChangeEventPrivate &dd, QtMof::QMofObject *parent = 0, QtMof::QMofObject *wrapper = 0);
+ explicit QChangeEvent(QChangeEventPrivate &dd, QWrappedObject *parent = 0, QWrappedObject *wrapper = 0);
};
QT_END_NAMESPACE_QTUML