summaryrefslogtreecommitdiffstats
path: root/src/render/lights
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-11-22 15:32:43 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-11-23 15:01:57 +0000
commit91d4985e7b597457d024e67c64fe136c550c23fd (patch)
treee86d593891f930551277a23c116abebddffd5870 /src/render/lights
parent9ad3950c92ef5493a4f36428ce4e2731bb103581 (diff)
Fix includes of Qt classes
The convention <QtModule/QClass> should be used. Among other things, this makes generating Python bindings possible. Task-number: PYSIDE-487 Change-Id: I32f114377dd70d27dee71a44b05c81474eb5dac3 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/render/lights')
-rw-r--r--src/render/lights/qabstractlight.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/lights/qabstractlight.h b/src/render/lights/qabstractlight.h
index 33a88b215..24d7686fd 100644
--- a/src/render/lights/qabstractlight.h
+++ b/src/render/lights/qabstractlight.h
@@ -43,8 +43,8 @@
#include <Qt3DRender/qt3drender_global.h>
#include <Qt3DCore/qcomponent.h>
-#include <QVector3D>
-#include <QColor>
+#include <QtGui/QVector3D>
+#include <QtGui/QColor>
QT_BEGIN_NAMESPACE