summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qpointlight.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/render/lights/qpointlight.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/render/lights/qpointlight.h')
-rw-r--r--src/render/lights/qpointlight.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/lights/qpointlight.h b/src/render/lights/qpointlight.h
index 076f8b3cd..881c85f3e 100644
--- a/src/render/lights/qpointlight.h
+++ b/src/render/lights/qpointlight.h
@@ -50,11 +50,11 @@ class QT3DRENDERERSHARED_EXPORT QPointLight : public QAbstractLight
Q_OBJECT
public:
- explicit QPointLight(Qt3D::QNode *parent = 0);
+ explicit QPointLight(Qt3DCore::QNode *parent = 0);
protected:
Q_DECLARE_PRIVATE(QPointLight)
- QPointLight(QPointLightPrivate &dd, Qt3D::QNode *parent);
+ QPointLight(QPointLightPrivate &dd, Qt3DCore::QNode *parent);
QT3D_CLONEABLE(QPointLight)
};