summaryrefslogtreecommitdiffstats
path: root/src/gui/egl/qegl_qpa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/egl/qegl_qpa.cpp')
-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 167a65bab5..c3eb044b22 100644
--- a/src/gui/egl/qegl_qpa.cpp
+++ b/src/gui/egl/qegl_qpa.cpp
@@ -94,7 +94,7 @@ void QEglProperties::setPaintDeviceFormat(QPaintDevice *dev)
if (!dev)
return;
- // Find the QGLScreen for this paint device.
+ // Find the QOpenGLScreen for this paint device.
QPlatformScreen *screen = screenForDevice(dev);
if (!screen)
return;