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 881c85f3e..2f3711459 100644
--- a/src/render/lights/qpointlight.h
+++ b/src/render/lights/qpointlight.h
@@ -37,7 +37,7 @@
#ifndef QT3DRENDER_QPOINTLIGHT_H
#define QT3DRENDER_QPOINTLIGHT_H
-#include <Qt3DRenderer/qabstractlight.h>
+#include <Qt3DRender/qabstractlight.h>
QT_BEGIN_NAMESPACE
@@ -45,7 +45,7 @@ namespace Qt3DRender {
class QPointLightPrivate;
-class QT3DRENDERERSHARED_EXPORT QPointLight : public QAbstractLight
+class QT3DRENDERSHARED_EXPORT QPointLight : public QAbstractLight
{
Q_OBJECT