summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qcullface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qcullface.h')
-rw-r--r--src/render/renderstates/qcullface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/renderstates/qcullface.h b/src/render/renderstates/qcullface.h
index d8832bcd6..d6329d205 100644
--- a/src/render/renderstates/qcullface.h
+++ b/src/render/renderstates/qcullface.h
@@ -62,7 +62,7 @@ public:
};
Q_ENUM(CullingMode)
- explicit QCullFace(Qt3D::QNode *parent = 0);
+ explicit QCullFace(Qt3DCore::QNode *parent = 0);
~QCullFace();
CullingMode 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(QCullFace)