summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qannotation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qannotation.h')
-rw-r--r--src/render/materialsystem/qannotation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/materialsystem/qannotation.h b/src/render/materialsystem/qannotation.h
index 158ebdc77..e36bfe46e 100644
--- a/src/render/materialsystem/qannotation.h
+++ b/src/render/materialsystem/qannotation.h
@@ -47,13 +47,13 @@ namespace Qt3DRender {
class QAnnotationPrivate;
-class QT3DRENDERERSHARED_EXPORT QAnnotation : public Qt3D::QNode
+class QT3DRENDERERSHARED_EXPORT QAnnotation : public Qt3DCore::QNode
{
Q_OBJECT
Q_PROPERTY(QVariant value READ value WRITE setValue NOTIFY valueChanged)
Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged)
public:
- explicit QAnnotation(Qt3D::QNode *parent = 0);
+ explicit QAnnotation(Qt3DCore::QNode *parent = 0);
~QAnnotation();
void setValue(const QVariant &value);
@@ -67,7 +67,7 @@ Q_SIGNALS:
void valueChanged();
protected:
- void copy(const Qt3D::QNode *ref) Q_DECL_OVERRIDE;
+ void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
private:
Q_DECLARE_PRIVATE(QAnnotation)