summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgraphicssystem_gl_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/qgraphicssystem_gl_p.h')
-rw-r--r--src/opengl/qgraphicssystem_gl_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgraphicssystem_gl_p.h b/src/opengl/qgraphicssystem_gl_p.h
index 5829dccea9..40c6013d14 100644
--- a/src/opengl/qgraphicssystem_gl_p.h
+++ b/src/opengl/qgraphicssystem_gl_p.h
@@ -65,7 +65,7 @@ public:
QGLGraphicsSystem(bool useX11GL);
QPixmapData *createPixmapData(QPixmapData::PixelType type) const;
- QWindowSurface *createWindowSurface(QWidget *widget) const;
+ QWindowSurface *createWindowSurface(QWindow *window) const;
#ifdef QGL_USE_TEXTURE_POOL
void releaseCachedResources();