summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qspotlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/lights/qspotlight.h')
-rw-r--r--src/render/lights/qspotlight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/lights/qspotlight.h b/src/render/lights/qspotlight.h
index 8902708a3..760508b79 100644
--- a/src/render/lights/qspotlight.h
+++ b/src/render/lights/qspotlight.h
@@ -48,7 +48,7 @@ namespace Qt3DRender {
class QSpotLightPrivate;
-class QT3DRENDERSHARED_EXPORT QSpotLight : public QAbstractLight
+class Q_3DRENDERSHARED_EXPORT QSpotLight : public QAbstractLight
{
Q_OBJECT
Q_PROPERTY(float constantAttenuation READ constantAttenuation WRITE setConstantAttenuation NOTIFY constantAttenuationChanged)