summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qspotlight_p.h
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2016-04-26 09:56:42 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-04-28 07:50:56 +0000
commite1b2b6d0660fc73ca339d3a0e9bb62b2dc79126a (patch)
tree5c6ac3373549da0a7c50d5119d2757fdafa60219 /src/render/lights/qspotlight_p.h
parent7d124092eb40dac7829475a36f748688af2e47dc (diff)
Rename QLight to QAbstractLight
Change-Id: I3ee3f6e3c9eef554fce7d79407825894b1be2450 Task-number: QTBUG-51489 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/lights/qspotlight_p.h')
-rw-r--r--src/render/lights/qspotlight_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/lights/qspotlight_p.h b/src/render/lights/qspotlight_p.h
index 20d9b6042..19a132b34 100644
--- a/src/render/lights/qspotlight_p.h
+++ b/src/render/lights/qspotlight_p.h
@@ -51,7 +51,7 @@
// We mean it.
//
-#include <private/qlight_p.h>
+#include <private/qabstractlight_p.h>
QT_BEGIN_NAMESPACE
@@ -59,7 +59,7 @@ namespace Qt3DRender {
class QSpotLight;
-class QSpotLightPrivate : public QLightPrivate
+class QSpotLightPrivate : public QAbstractLightPrivate
{
public:
QSpotLightPrivate();