summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativepixmapcache_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qdeclarativepixmapcache_p.h')
-rw-r--r--src/declarative/util/qdeclarativepixmapcache_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qdeclarativepixmapcache_p.h b/src/declarative/util/qdeclarativepixmapcache_p.h
index d74d8bfac5..b917693e3e 100644
--- a/src/declarative/util/qdeclarativepixmapcache_p.h
+++ b/src/declarative/util/qdeclarativepixmapcache_p.h
@@ -55,7 +55,7 @@ QT_MODULE(Declarative)
class QDeclarativeEngine;
class QDeclarativePixmapData;
-class QSGTextureRef;
+class QSGTexture;
class Q_DECLARATIVE_EXPORT QDeclarativePixmap
{
@@ -87,7 +87,7 @@ public:
const QPixmap &pixmap() const;
void setPixmap(const QPixmap &);
- QSGTextureRef texture() const;
+ QSGTexture *texture() const;
QRect rect() const;
int width() const;