aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util/qsgflatcolormaterial.h
diff options
context:
space:
mode:
authorJosh Faust <jfaust@suitabletech.com>2013-02-20 11:42:56 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-25 11:50:50 +0100
commitccba80ee3e7c13844a769e5cd2213f34842c674b (patch)
treecc81ec8ff099834d7733e2754f73109d2d3f74a7 /src/quick/scenegraph/util/qsgflatcolormaterial.h
parenta496e0874858a4b7d991c179c0e12df46c3d324c (diff)
Fix headers without Qt module directory name in their includes
Fixed headers to include the Qt module directory in their #include directives, e.g. <QtCore/QObject> instead of <QObject>. QTBUG-29797 Change-Id: I6f61973deb4e48158d3eff896afd81ca4b8ae960 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'src/quick/scenegraph/util/qsgflatcolormaterial.h')
-rw-r--r--src/quick/scenegraph/util/qsgflatcolormaterial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/util/qsgflatcolormaterial.h b/src/quick/scenegraph/util/qsgflatcolormaterial.h
index 97b8c14a9b..b24e5e7205 100644
--- a/src/quick/scenegraph/util/qsgflatcolormaterial.h
+++ b/src/quick/scenegraph/util/qsgflatcolormaterial.h
@@ -43,7 +43,7 @@
#define FLATCOLORMATERIAL_H
#include <QtQuick/qsgmaterial.h>
-#include <qcolor.h>
+#include <QtGui/qcolor.h>
QT_BEGIN_HEADER