summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qblendequation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qblendequation.h')
-rw-r--r--src/render/renderstates/qblendequation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/renderstates/qblendequation.h b/src/render/renderstates/qblendequation.h
index 94735fdb6..e6ca15fb7 100644
--- a/src/render/renderstates/qblendequation.h
+++ b/src/render/renderstates/qblendequation.h
@@ -62,7 +62,7 @@ public:
};
Q_ENUM(BlendMode)
- explicit QBlendEquation(Qt3D::QNode *parent = 0);
+ explicit QBlendEquation(Qt3DCore::QNode *parent = 0);
~QBlendEquation();
BlendMode mode() const;
@@ -72,7 +72,7 @@ Q_SIGNALS:
void modeChanged();
protected:
- void copy(const Qt3D::QNode *ref) Q_DECL_OVERRIDE;
+ void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
private:
Q_DECLARE_PRIVATE(QBlendEquation)