aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgpathview.cpp
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-07-28 13:18:25 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-07-29 14:06:41 +0200
commit68c74921dfe30a147c8350c03b3f8f41942cb09c (patch)
tree153234e5cac77e4672506018a146ace534b8db9f /src/declarative/items/qsgpathview.cpp
parent9bfdaadd36cdb5254d808688aa8485e5a592937d (diff)
Build against refactor.
Diffstat (limited to 'src/declarative/items/qsgpathview.cpp')
-rw-r--r--src/declarative/items/qsgpathview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/items/qsgpathview.cpp b/src/declarative/items/qsgpathview.cpp
index e10575cf7b..0bc45fd037 100644
--- a/src/declarative/items/qsgpathview.cpp
+++ b/src/declarative/items/qsgpathview.cpp
@@ -48,8 +48,8 @@
#include <private/qlistmodelinterface_p.h>
#include <QtGui/qevent.h>
-#include <QtGui/qgraphicssceneevent.h>
-#include <QtGui/qapplication.h>
+#include <QtWidgets/qgraphicssceneevent.h>
+#include <QtWidgets/qapplication.h>
#include <QtCore/qmath.h>
#include <math.h>