summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qclipplane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qclipplane.h')
-rw-r--r--src/render/renderstates/qclipplane.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/renderstates/qclipplane.h b/src/render/renderstates/qclipplane.h
index 7afa6c5e7..40ebfd9a5 100644
--- a/src/render/renderstates/qclipplane.h
+++ b/src/render/renderstates/qclipplane.h
@@ -50,14 +50,14 @@ class QT3DRENDERERSHARED_EXPORT QClipPlane : public QRenderState
Q_OBJECT
Q_PROPERTY(int plane READ plane WRITE setPlane NOTIFY planeChanged)
public:
- explicit QClipPlane(Qt3D::QNode *parent = 0);
+ explicit QClipPlane(Qt3DCore::QNode *parent = 0);
~QClipPlane();
int plane() const;
void setPlane(int);
protected:
- void copy(const Qt3D::QNode *ref) Q_DECL_FINAL;
+ void copy(const Qt3DCore::QNode *ref) Q_DECL_FINAL;
Q_SIGNALS:
void planeChanged();