summaryrefslogtreecommitdiffstats
path: root/src/core/qboundingsphere.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-10-12 20:45:19 +0100
committerPaul Lemire <paul.lemire@kdab.com>2015-10-13 13:19:50 +0000
commit7c971e0e7791ab38d7d3d8ebc25468c44cbe49c5 (patch)
tree53197a9e5eb7501d6f5b497f70c25dad9c265a6f /src/core/qboundingsphere.h
parent0bfd20ad3b8eb3edec8d6317af9eb5504f8c0871 (diff)
Move Qt3DCore into Qt3DCore namespace
Update other aspects, tests and examples accordingly. Change-Id: Ib1bcf0bdf4f5aec4422dc0c80bfc32b27fb1a317 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/core/qboundingsphere.h')
-rw-r--r--src/core/qboundingsphere.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/qboundingsphere.h b/src/core/qboundingsphere.h
index 05f4b530c..4fd3a5f0a 100644
--- a/src/core/qboundingsphere.h
+++ b/src/core/qboundingsphere.h
@@ -34,15 +34,15 @@
**
****************************************************************************/
-#ifndef QT3D_QBOUDINGSPHERE_H
-#define QT3D_QBOUDINGSPHERE_H
+#ifndef QT3DCORE_QBOUDINGSPHERE_H
+#define QT3DCORE_QBOUDINGSPHERE_H
#include <Qt3DCore/qt3dcore_global.h>
#include <Qt3DCore/qboundingvolume.h>
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DCore {
class QT3DCORESHARED_EXPORT QBoundingSphere : public QBoundingVolume
{
@@ -54,8 +54,8 @@ public:
virtual float radius() const = 0;
};
-} // namespace Qt3D
+} // namespace Qt3DCore
QT_END_NAMESPACE
-#endif // QT3D_QBOUDINGSPHERE_H
+#endif // QT3DCORE_QBOUDINGSPHERE_H