summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qpointlight.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-08-31 15:14:17 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-10-13 07:15:15 +0000
commitaf40840eedf35404ba4b39e890c158e2328ff6ec (patch)
treece4ac1f925c34b56704c99bd332e0436e68dbecc /src/render/frontend/qpointlight.h
parent0269afd106da5d4d999585b3bdb1332a2c01af12 (diff)
Move Render aspect into the Qt3DRender namespace
Updated examples and tests accordingly. Change-Id: I8848a88472de2302aa072fa11f21ea934672b7e6 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/frontend/qpointlight.h')
-rw-r--r--src/render/frontend/qpointlight.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/render/frontend/qpointlight.h b/src/render/frontend/qpointlight.h
index 9cb652a29..076f8b3cd 100644
--- a/src/render/frontend/qpointlight.h
+++ b/src/render/frontend/qpointlight.h
@@ -34,14 +34,14 @@
**
****************************************************************************/
-#ifndef QT3D_QPOINTLIGHT_H
-#define QT3D_QPOINTLIGHT_H
+#ifndef QT3DRENDER_QPOINTLIGHT_H
+#define QT3DRENDER_QPOINTLIGHT_H
#include <Qt3DRenderer/qabstractlight.h>
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DRender {
class QPointLightPrivate;
@@ -50,16 +50,16 @@ class QT3DRENDERERSHARED_EXPORT QPointLight : public QAbstractLight
Q_OBJECT
public:
- explicit QPointLight(QNode *parent = 0);
+ explicit QPointLight(Qt3D::QNode *parent = 0);
protected:
Q_DECLARE_PRIVATE(QPointLight)
- QPointLight(QPointLightPrivate &dd, QNode *parent);
+ QPointLight(QPointLightPrivate &dd, Qt3D::QNode *parent);
QT3D_CLONEABLE(QPointLight)
};
-} // Qt3D
+} // namespace Qt3DRender
QT_END_NAMESPACE
-#endif // QT3D_QPOINTLIGHT_H
+#endif // QT3DRENDER_QPOINTLIGHT_H