summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/annotation_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/annotation_p.h')
-rw-r--r--src/render/materialsystem/annotation_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/materialsystem/annotation_p.h b/src/render/materialsystem/annotation_p.h
index b864d02d5..564fe1671 100644
--- a/src/render/materialsystem/annotation_p.h
+++ b/src/render/materialsystem/annotation_p.h
@@ -61,17 +61,17 @@ namespace Render {
class CriterionManager;
-class Annotation : public Qt3D::QBackendNode
+class Annotation : public Qt3DCore::QBackendNode
{
public:
Annotation();
~Annotation();
void cleanup();
- void updateFromPeer(Qt3D::QNode *criterion) Q_DECL_OVERRIDE;
+ void updateFromPeer(Qt3DCore::QNode *criterion) Q_DECL_OVERRIDE;
QVariant criterionValue() const;
QString criterionName() const;
- void sceneChangeEvent(const Qt3D::QSceneChangePtr &e) Q_DECL_OVERRIDE;
+ void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) Q_DECL_OVERRIDE;
bool operator ==(const Annotation &other);
bool operator !=(const Annotation &other);