summaryrefslogtreecommitdiffstats
path: root/src/render/texture/qtextureimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/texture/qtextureimage.h')
-rw-r--r--src/render/texture/qtextureimage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/texture/qtextureimage.h b/src/render/texture/qtextureimage.h
index f77c2d47e..51a612f37 100644
--- a/src/render/texture/qtextureimage.h
+++ b/src/render/texture/qtextureimage.h
@@ -52,7 +52,7 @@ class QT3DRENDERERSHARED_EXPORT QTextureImage : public QAbstractTextureImage
Q_PROPERTY(QUrl source READ source WRITE setSource NOTIFY sourceChanged)
public:
- explicit QTextureImage(Qt3D::QNode *parent = 0);
+ explicit QTextureImage(Qt3DCore::QNode *parent = 0);
~QTextureImage();
QUrl source() const;
@@ -64,7 +64,7 @@ Q_SIGNALS:
void sourceChanged();
protected:
- void copy(const Qt3D::QNode *ref) Q_DECL_OVERRIDE;
+ void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
private:
Q_DECLARE_PRIVATE(QTextureImage)