summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl_p.h
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-06-09 00:54:37 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-06-09 00:54:37 (GMT)
commit1bbe23c5814dfda4cc6154c49e5bbf7c6ead7eba (patch)
treeb329314e78cadd712b17edb38c3f0f5753d9acd5 /src/opengl/qgl_p.h
parenta359abb4ccf5a2dc3bd1fac9836231677b3dc14f (diff)
downloadQt-1bbe23c5814dfda4cc6154c49e5bbf7c6ead7eba.zip
Qt-1bbe23c5814dfda4cc6154c49e5bbf7c6ead7eba.tar.gz
Qt-1bbe23c5814dfda4cc6154c49e5bbf7c6ead7eba.tar.bz2
Make OpenGL/ES 1.1 work again for Qt/Embedded
Reviewed-by: trustme
Diffstat (limited to 'src/opengl/qgl_p.h')
-rw-r--r--src/opengl/qgl_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h
index b3523d4..4af8598 100644
--- a/src/opengl/qgl_p.h
+++ b/src/opengl/qgl_p.h
@@ -428,8 +428,7 @@ private:
extern Q_OPENGL_EXPORT QGLShareRegister* qgl_share_reg();
#ifdef Q_WS_QWS
-class QOpenGLPaintEngine;
-extern QOpenGLPaintEngine* qt_qgl_paint_engine();
+extern QPaintEngine* qt_qgl_paint_engine();
extern EGLDisplay qt_qgl_egl_display();
#endif