summaryrefslogtreecommitdiffstats
path: root/src/core/bounds/qaxisalignedboundingbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/bounds/qaxisalignedboundingbox.h')
-rw-r--r--src/core/bounds/qaxisalignedboundingbox.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/bounds/qaxisalignedboundingbox.h b/src/core/bounds/qaxisalignedboundingbox.h
index c05917cf2..bf25fada3 100644
--- a/src/core/bounds/qaxisalignedboundingbox.h
+++ b/src/core/bounds/qaxisalignedboundingbox.h
@@ -34,8 +34,8 @@
**
****************************************************************************/
-#ifndef QT3D_QAXISALIGNEDBOUNDINGBOX_H
-#define QT3D_QAXISALIGNEDBOUNDINGBOX_H
+#ifndef QT3DCORE_QAXISALIGNEDBOUNDINGBOX_H
+#define QT3DCORE_QAXISALIGNEDBOUNDINGBOX_H
#include <Qt3DCore/qt3dcore_global.h>
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
class QDebug;
-namespace Qt3D {
+namespace Qt3DCore {
class QT3DCORESHARED_EXPORT QAxisAlignedBoundingBox
{
@@ -148,8 +148,8 @@ inline bool intersects(const QAxisAlignedBoundingBox &a,
return true;
}
-} // namespace Qt3D
+} // namespace Qt3DCore
QT_END_NAMESPACE
-#endif // QT3D_QAXISALIGNEDBOUNDINGBOX_H
+#endif // QT3DCORE_QAXISALIGNEDBOUNDINGBOX_H