summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qalphatest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qalphatest.cpp')
-rw-r--r--src/render/frontend/qalphatest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/frontend/qalphatest.cpp b/src/render/frontend/qalphatest.cpp
index 1fb92db3a..34071c52d 100644
--- a/src/render/frontend/qalphatest.cpp
+++ b/src/render/frontend/qalphatest.cpp
@@ -42,7 +42,7 @@
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DRender {
class QAlphaTestPrivate : public QRenderStatePrivate
{
@@ -107,6 +107,6 @@ void QAlphaTest::setClamp(float clamp)
}
}
-} // Qt3D
+} // namespace Qt3DRender
QT_END_NAMESPACE