summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qdepthtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qdepthtest.h')
-rw-r--r--src/render/renderstates/qdepthtest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/renderstates/qdepthtest.h b/src/render/renderstates/qdepthtest.h
index e9b4275b6..bedec55e3 100644
--- a/src/render/renderstates/qdepthtest.h
+++ b/src/render/renderstates/qdepthtest.h
@@ -64,7 +64,7 @@ public:
};
Q_ENUM(DepthFunc)
- explicit QDepthTest(Qt3D::QNode *parent = 0);
+ explicit QDepthTest(Qt3DCore::QNode *parent = 0);
~QDepthTest();
DepthFunc func() const;
@@ -74,7 +74,7 @@ Q_SIGNALS:
void funcChanged();
protected:
- void copy(const Qt3D::QNode *ref) Q_DECL_OVERRIDE;
+ void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
private:
Q_DECLARE_PRIVATE(QDepthTest)