summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qpointlight.h
diff options
context:
space:
mode:
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)
};