summaryrefslogtreecommitdiffstats
path: root/src/scenegraph/coreapi/qsgcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenegraph/coreapi/qsgcontext.h')
-rw-r--r--src/scenegraph/coreapi/qsgcontext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scenegraph/coreapi/qsgcontext.h b/src/scenegraph/coreapi/qsgcontext.h
index 01772ee..90f7451 100644
--- a/src/scenegraph/coreapi/qsgcontext.h
+++ b/src/scenegraph/coreapi/qsgcontext.h
@@ -13,7 +13,7 @@ class RectangleNodeInterface;
class TextureNodeInterface;
class GlyphNodeInterface;
class Renderer;
-class TextureManager;
+class QSGTextureManager;
class QT_SCENEGRAPH_EXPORT QSGContext : public QObject
{
@@ -27,7 +27,7 @@ public:
Renderer *renderer() const;
- TextureManager *textureManager() const;
+ QSGTextureManager *textureManager() const;
void setRootNode(RootNode *node);
RootNode *rootNode() const;
@@ -42,7 +42,7 @@ public:
virtual TextureNodeInterface *createTextureNode();
virtual GlyphNodeInterface *createGlyphNode();
virtual Renderer *createRenderer();
- virtual TextureManager *createTextureManager();
+ virtual QSGTextureManager *createTextureManager();
signals:
void ready();