summaryrefslogtreecommitdiffstats
path: root/src/uml/qcomponent.h
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2012-12-10 13:38:24 +0000
committerSandro S. Andrade <sandroandrade@kde.org>2012-12-10 16:40:05 +0100
commitcd5a0d52808978dba9007fe1298de058a207312c (patch)
treea8dbc4acb99fc998b680a236e88fcb6d6aa5f8b7 /src/uml/qcomponent.h
parent2296928a5108cbc8c4aa6038d5777972d86dd7b0 (diff)
Update QtUml and examples to use new version of QtMof
Change-Id: I60f7b08983168fb63c8bd37eb44929f88744a989 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/uml/qcomponent.h')
-rw-r--r--src/uml/qcomponent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uml/qcomponent.h b/src/uml/qcomponent.h
index 2dae50af..e424213a 100644
--- a/src/uml/qcomponent.h
+++ b/src/uml/qcomponent.h
@@ -77,7 +77,7 @@ class Q_UML_EXPORT QComponent : public QClass
Q_DECLARE_PRIVATE(QComponent)
public:
- Q_INVOKABLE explicit QComponent(QUmlObject *parent = 0, QUmlObject *wrapper = 0);
+ Q_INVOKABLE explicit QComponent(QtMof::QMofObject *parent = 0, QtMof::QMofObject *wrapper = 0);
virtual ~QComponent();
// Attributes from QComponent
@@ -99,7 +99,7 @@ public:
Q_INVOKABLE const QSet<QInterface *> *usedInterfaces(const QClassifier *classifier) const;
protected:
- explicit QComponent(QComponentPrivate &dd, QUmlObject *parent = 0, QUmlObject *wrapper = 0);
+ explicit QComponent(QComponentPrivate &dd, QtMof::QMofObject *parent = 0, QtMof::QMofObject *wrapper = 0);
};
QT_END_NAMESPACE_QTUML