summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap_blitter.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-03 20:20:44 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-03 20:31:37 +0200
commit5a919255146e15da8a99262a155a9a4b75e6cfdc (patch)
tree3e39f43e6670195c606af015975e076ce47cc190 /src/gui/image/qpixmap_blitter.cpp
parentecd9c29a964186d079c569b74f4ca9cf12ae5901 (diff)
QGuiApplication is not QPA specific
Rename files to reflect that QGuiApplication is going to be used everywhere.
Diffstat (limited to 'src/gui/image/qpixmap_blitter.cpp')
-rw-r--r--src/gui/image/qpixmap_blitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qpixmap_blitter.cpp b/src/gui/image/qpixmap_blitter.cpp
index a761d111fd..da1c8e135d 100644
--- a/src/gui/image/qpixmap_blitter.cpp
+++ b/src/gui/image/qpixmap_blitter.cpp
@@ -44,7 +44,7 @@
#include <qpainter.h>
#include <qimage.h>
-#include <private/qguiapplication_qpa_p.h>
+#include <private/qguiapplication_p.h>
#include <private/qblittable_p.h>
#include <private/qdrawhelper_p.h>