summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qspotlight_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qspotlight_p.h')
-rw-r--r--src/render/frontend/qspotlight_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/render/frontend/qspotlight_p.h b/src/render/frontend/qspotlight_p.h
index d05ec446d..673438a33 100644
--- a/src/render/frontend/qspotlight_p.h
+++ b/src/render/frontend/qspotlight_p.h
@@ -34,14 +34,14 @@
**
****************************************************************************/
-#ifndef QT3D_QSPOTLIGHT_P_H
-#define QT3D_QSPOTLIGHT_P_H
+#ifndef QT3DRENDER_QSPOTLIGHT_P_H
+#define QT3DRENDER_QSPOTLIGHT_P_H
#include <private/qabstractlight_p.h>
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DRender {
class QT3DRENDERERSHARED_EXPORT QSpotLightPrivate : public QAbstractLightPrivate
{
@@ -53,8 +53,8 @@ public:
QVector3D m_direction;
};
-} // Qt3D
+} // namespace Qt3DRender
QT_END_NAMESPACE
-#endif // QT3D_QSPOTLIGHT_P_H
+#endif // QT3DRENDER_QSPOTLIGHT_P_H