summaryrefslogtreecommitdiffstats
path: root/src/core/qbackendscenepropertychange.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/qbackendscenepropertychange.h')
-rw-r--r--src/core/qbackendscenepropertychange.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/qbackendscenepropertychange.h b/src/core/qbackendscenepropertychange.h
index 2b6ad71ef..49d92a556 100644
--- a/src/core/qbackendscenepropertychange.h
+++ b/src/core/qbackendscenepropertychange.h
@@ -40,7 +40,7 @@
#ifndef QT3DCORE_QBACKENDSCENEPROPERTYCHANGE_H
#define QT3DCORE_QBACKENDSCENEPROPERTYCHANGE_H
-#include <Qt3DCore/qscenepropertychange.h>
+#include <Qt3DCore/qnodepropertychange.h>
#include <Qt3DCore/qnodeid.h>
QT_BEGIN_NAMESPACE
@@ -50,7 +50,7 @@ namespace Qt3DCore {
class QBackendScenePropertyChangePrivate;
class QBackendNode;
-class QT3DCORESHARED_EXPORT QBackendScenePropertyChange : public QScenePropertyChange
+class QT3DCORESHARED_EXPORT QBackendScenePropertyChange : public QNodePropertyChange
{
public:
QBackendScenePropertyChange(ChangeFlag type, QNodeId subjectId,