aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsggeometry.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/coreapi/qsggeometry.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/coreapi/qsggeometry.h')
-rw-r--r--src/quick/scenegraph/coreapi/qsggeometry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/coreapi/qsggeometry.h b/src/quick/scenegraph/coreapi/qsggeometry.h
index c9b44e86b0..cfed30cb36 100644
--- a/src/quick/scenegraph/coreapi/qsggeometry.h
+++ b/src/quick/scenegraph/coreapi/qsggeometry.h
@@ -44,7 +44,7 @@
#include <QtQuick/qtquickglobal.h>
#include <QtGui/qopengl.h>
-#include <QRectF>
+#include <QtCore/QRectF>
QT_BEGIN_HEADER