summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qdepthtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qdepthtest.h')
-rw-r--r--src/render/frontend/qdepthtest.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/render/frontend/qdepthtest.h b/src/render/frontend/qdepthtest.h
index e58dc25e7..e9b4275b6 100644
--- a/src/render/frontend/qdepthtest.h
+++ b/src/render/frontend/qdepthtest.h
@@ -35,14 +35,14 @@
**
****************************************************************************/
-#ifndef QT3D_QDEPTHTEST_H
-#define QT3D_QDEPTHTEST_H
+#ifndef QT3DRENDER_QDEPTHTEST_H
+#define QT3DRENDER_QDEPTHTEST_H
#include <Qt3DRenderer/qrenderstate.h>
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DRender {
class QDepthTestPrivate;
@@ -64,7 +64,7 @@ public:
};
Q_ENUM(DepthFunc)
- explicit QDepthTest(QNode *parent = 0);
+ explicit QDepthTest(Qt3D::QNode *parent = 0);
~QDepthTest();
DepthFunc func() const;
@@ -74,15 +74,15 @@ Q_SIGNALS:
void funcChanged();
protected:
- void copy(const QNode *ref) Q_DECL_OVERRIDE;
+ void copy(const Qt3D::QNode *ref) Q_DECL_OVERRIDE;
private:
Q_DECLARE_PRIVATE(QDepthTest)
QT3D_CLONEABLE(QDepthTest)
};
-} // Qt3D
+} // namespace Qt3DRender
QT_END_NAMESPACE
-#endif // QT3D_QDEPTHTEST_H
+#endif // QT3DRENDER_QDEPTHTEST_H