aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph/util/qsgsimpletexturenode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/scenegraph/util/qsgsimpletexturenode.h')
-rw-r--r--src/declarative/scenegraph/util/qsgsimpletexturenode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/scenegraph/util/qsgsimpletexturenode.h b/src/declarative/scenegraph/util/qsgsimpletexturenode.h
index b4d8b71962..44925be881 100644
--- a/src/declarative/scenegraph/util/qsgsimpletexturenode.h
+++ b/src/declarative/scenegraph/util/qsgsimpletexturenode.h
@@ -69,8 +69,8 @@ public:
private:
QSGGeometry m_geometry;
- QSGTextureMaterial m_opaque_material;
- QSGTextureMaterialWithOpacity m_material;
+ QSGOpaqueTextureMaterial m_opaque_material;
+ QSGTextureMaterial m_material;
QRectF m_rect;
};