summaryrefslogtreecommitdiffstats
path: root/src/core/qboundingsphere.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/qboundingsphere.cpp')
-rw-r--r--src/core/qboundingsphere.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/qboundingsphere.cpp b/src/core/qboundingsphere.cpp
index 80af217c2..c6f9980e3 100644
--- a/src/core/qboundingsphere.cpp
+++ b/src/core/qboundingsphere.cpp
@@ -38,7 +38,7 @@
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DCore {
QBoundingSphere::QBoundingSphere()
{
@@ -48,6 +48,6 @@ QBoundingSphere::~QBoundingSphere()
{
}
-} // namespace Qt3D
+} // namespace Qt3DCore
QT_END_NAMESPACE