summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qfrontface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qfrontface.h')
-rw-r--r--src/render/renderstates/qfrontface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/renderstates/qfrontface.h b/src/render/renderstates/qfrontface.h
index 0a2c8cac9..95fe3f0c5 100644
--- a/src/render/renderstates/qfrontface.h
+++ b/src/render/renderstates/qfrontface.h
@@ -59,7 +59,7 @@ public:
};
Q_ENUM(FaceDir)
- explicit QFrontFace(Qt3D::QNode *parent = 0);
+ explicit QFrontFace(Qt3DCore::QNode *parent = 0);
~QFrontFace();
FaceDir direction() const;
@@ -69,7 +69,7 @@ Q_SIGNALS:
void directionChanged();
protected:
- void copy(const Qt3D::QNode *ref) Q_DECL_OVERRIDE;
+ void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
private:
Q_DECLARE_PRIVATE(QFrontFace)