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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/lights/qspotlight.h b/src/render/lights/qspotlight.h
index c22ef62e5..d262b3d97 100644
--- a/src/render/lights/qspotlight.h
+++ b/src/render/lights/qspotlight.h
@@ -52,7 +52,7 @@ class QT3DRENDERERSHARED_EXPORT QSpotLight : public QAbstractLight
Q_PROPERTY(float cutOffAngle READ cutOffAngle WRITE setCutOffAngle NOTIFY cutOffAngleChanged)
public:
- explicit QSpotLight(Qt3D::QNode *parent = 0);
+ explicit QSpotLight(Qt3DCore::QNode *parent = 0);
QVector3D direction() const;
float cutOffAngle() const;
@@ -65,8 +65,8 @@ Q_SIGNALS:
void cutOffAngleChanged();
protected:
- QSpotLight(QSpotLightPrivate &dd, Qt3D::QNode *parent = 0);
- void copy(const Qt3D::QNode *ref) Q_DECL_OVERRIDE;
+ QSpotLight(QSpotLightPrivate &dd, Qt3DCore::QNode *parent = 0);
+ void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
private:
Q_DECLARE_PRIVATE(QSpotLight)