summaryrefslogtreecommitdiffstats
path: root/src/uml/qclassifier_p.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/qclassifier_p.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/qclassifier_p.h')
-rw-r--r--src/uml/qclassifier_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uml/qclassifier_p.h b/src/uml/qclassifier_p.h
index 55d18081..98456da0 100644
--- a/src/uml/qclassifier_p.h
+++ b/src/uml/qclassifier_p.h
@@ -42,7 +42,7 @@
#define QTUML_QCLASSIFIER_P_H
// Base class includes
-#include "private/qumlobject_p.h"
+#include "private/qmofobject_p.h"
#include "private/qnamespace_p.h"
#include "private/qtype_p.h"
#include "private/qredefinableelement_p.h"
@@ -72,7 +72,7 @@ class QCollaborationUse;
class QClassifier;
class QFeature;
-class Q_UML_EXPORT QClassifierPrivate : public QUmlObjectPrivate
+class Q_UML_EXPORT QClassifierPrivate : public QtMof::QMofObjectPrivate
{
Q_DECLARE_PUBLIC(QClassifier)