summaryrefslogtreecommitdiffstats
path: root/src/render/io/qabstractsceneloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/io/qabstractsceneloader.h')
-rw-r--r--src/render/io/qabstractsceneloader.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/render/io/qabstractsceneloader.h b/src/render/io/qabstractsceneloader.h
index 88af95577..66b41d265 100644
--- a/src/render/io/qabstractsceneloader.h
+++ b/src/render/io/qabstractsceneloader.h
@@ -49,13 +49,13 @@ namespace Qt3DRender {
class QAbstractSceneLoader;
class QAbstractSceneLoaderPrivate;
-class QT3DRENDERERSHARED_EXPORT QAbstractSceneLoader : public Qt3D::QComponent
+class QT3DRENDERERSHARED_EXPORT QAbstractSceneLoader : public Qt3DCore::QComponent
{
Q_OBJECT
Q_PROPERTY(QUrl source READ source WRITE setSource NOTIFY sourceChanged)
Q_PROPERTY(Status status READ status NOTIFY statusChanged)
public:
- explicit QAbstractSceneLoader(Qt3D::QNode *parent = 0);
+ explicit QAbstractSceneLoader(Qt3DCore::QNode *parent = 0);
~QAbstractSceneLoader();
enum Status {
@@ -76,8 +76,8 @@ Q_SIGNALS:
void statusChanged();
protected:
- QAbstractSceneLoader(QAbstractSceneLoaderPrivate &dd, Qt3D::QNode *parent = 0);
- void copy(const Qt3D::QNode *ref) Q_DECL_OVERRIDE;
+ QAbstractSceneLoader(QAbstractSceneLoaderPrivate &dd, Qt3DCore::QNode *parent = 0);
+ void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
private:
Q_DECLARE_PRIVATE(QAbstractSceneLoader)