summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qdirectionallight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/lights/qdirectionallight.h')
-rw-r--r--src/render/lights/qdirectionallight.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/lights/qdirectionallight.h b/src/render/lights/qdirectionallight.h
index c0fe1dfe7..6acc28721 100644
--- a/src/render/lights/qdirectionallight.h
+++ b/src/render/lights/qdirectionallight.h
@@ -37,7 +37,7 @@
#ifndef QT3DRENDER_QDIRECTIONALLIGHT_H
#define QT3DRENDER_QDIRECTIONALLIGHT_H
-#include <Qt3DRenderer/qabstractlight.h>
+#include <Qt3DRender/qabstractlight.h>
QT_BEGIN_NAMESPACE
@@ -45,7 +45,7 @@ namespace Qt3DRender {
class QDirectionalLightPrivate;
-class QT3DRENDERERSHARED_EXPORT QDirectionalLight : public QAbstractLight
+class QT3DRENDERSHARED_EXPORT QDirectionalLight : public QAbstractLight
{
Q_OBJECT
Q_PROPERTY(QVector3D direction READ direction WRITE setDirection NOTIFY directionChanged)