summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxblendedimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxblendedimage.h')
-rw-r--r--src/declarative/fx/qfxblendedimage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxblendedimage.h b/src/declarative/fx/qfxblendedimage.h
index 4e6204d..baf4b64 100644
--- a/src/declarative/fx/qfxblendedimage.h
+++ b/src/declarative/fx/qfxblendedimage.h
@@ -99,8 +99,8 @@ private:
GLTexture prim;
GLTexture sec;
#endif
- QFxPixmap primPix;
- QFxPixmap secPix;
+ QPixmap primPix;
+ QPixmap secPix;
};
QML_DECLARE_TYPE(QFxBlendedImage)