summaryrefslogtreecommitdiffstats
path: root/src/uml/qinteractionoperand_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qinteractionoperand_p.h')
-rw-r--r--src/uml/qinteractionoperand_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uml/qinteractionoperand_p.h b/src/uml/qinteractionoperand_p.h
index 28f3be0a..73c90c83 100644
--- a/src/uml/qinteractionoperand_p.h
+++ b/src/uml/qinteractionoperand_p.h
@@ -42,7 +42,7 @@
#define QTUML_QINTERACTIONOPERAND_P_H
// Base class includes
-#include "private/qumlobject_p.h"
+#include "private/qmofobject_p.h"
#include "private/qinteractionfragment_p.h"
#include "private/qnamespace_p.h"
@@ -61,7 +61,7 @@ QT_MODULE(QtUml)
class QInteractionConstraint;
class QInteractionOperand;
-class Q_UML_EXPORT QInteractionOperandPrivate : public QUmlObjectPrivate
+class Q_UML_EXPORT QInteractionOperandPrivate : public QtMof::QMofObjectPrivate
{
Q_DECLARE_PUBLIC(QInteractionOperand)