From 492bbdefd3655f55427761c324e90934157833fb Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 4 May 2011 09:11:33 +0200 Subject: Remove more QApp dependencies platformIntegration() lives in QGuiApplication QFont and QFontDatabase can live with QGuiApp only as well. --- src/gui/egl/qegl_qpa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/egl') 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 screens = pi->screens(); -- cgit v1.2.3