summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qbackingstore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel/qbackingstore.cpp')
-rw-r--r--src/widgets/kernel/qbackingstore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/kernel/qbackingstore.cpp b/src/widgets/kernel/qbackingstore.cpp
index 1ee66f09cc..5e0c158cec 100644
--- a/src/widgets/kernel/qbackingstore.cpp
+++ b/src/widgets/kernel/qbackingstore.cpp
@@ -48,9 +48,9 @@
#include <QtCore/qdebug.h>
#include <QtCore/qvarlengtharray.h>
#include <QtGui/qevent.h>
-#include <QtGui/qapplication.h>
+#include <QtWidgets/qapplication.h>
#include <QtGui/qpaintengine.h>
-#include <QtGui/qgraphicsproxywidget.h>
+#include <QtWidgets/qgraphicsproxywidget.h>
#include <private/qwidget_p.h>
#include <private/qapplication_p.h>