summaryrefslogtreecommitdiffstats
path: root/src/gui/egl
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-04 09:11:33 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-04 09:11:33 +0200
commit492bbdefd3655f55427761c324e90934157833fb (patch)
tree6dfaff4962a915d6486e91a025e7cdd9c01bb3f8 /src/gui/egl
parent54c9b1a80c04a5ecc685dc29e27a27de81d8cc1b (diff)
Remove more QApp dependencies
platformIntegration() lives in QGuiApplication QFont and QFontDatabase can live with QGuiApp only as well.
Diffstat (limited to 'src/gui/egl')
-rw-r--r--src/gui/egl/qegl_qpa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/egl/qegl_qpa.cpp b/src/gui/egl/qegl_qpa.cpp
index ec3ca93048..7785c03084 100644
--- a/src/gui/egl/qegl_qpa.cpp
+++ b/src/gui/egl/qegl_qpa.cpp
@@ -74,7 +74,7 @@ EGLNativePixmapType QEgl::nativePixmap(QPixmap* pixmap)
static QPlatformScreen *screenForDevice(QPaintDevice *device)
{
- QPlatformIntegration *pi = QApplicationPrivate::platformIntegration();
+ QPlatformIntegration *pi = QGuiApplicationPrivate::platformIntegration();
QList<QPlatformScreen *> screens = pi->screens();