summaryrefslogtreecommitdiff
path: root/src/mtexturepixmapitem_egl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtexturepixmapitem_egl.cpp')
-rw-r--r--src/mtexturepixmapitem_egl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtexturepixmapitem_egl.cpp b/src/mtexturepixmapitem_egl.cpp
index ac900b8..7b718e7 100644
--- a/src/mtexturepixmapitem_egl.cpp
+++ b/src/mtexturepixmapitem_egl.cpp
@@ -167,7 +167,7 @@ MTexturePixmapItem::MTexturePixmapItem(Window window, MWindowPropertyCache *mpc,
QGLWidget *glwidget,
QGraphicsItem* parent)
: MCompositeWindow(window, mpc, parent),
- d(new MTexturePixmapPrivate(window, glwidget, this))
+ d(new MTexturePixmapPrivate(window, this))
{
if (!d->ctx)
d->ctx = const_cast<QGLContext *>(glwidget->context());