summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/technique.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/technique.cpp')
-rw-r--r--src/render/materialsystem/technique.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/materialsystem/technique.cpp b/src/render/materialsystem/technique.cpp
index 117aa82e0..268e7343a 100644
--- a/src/render/materialsystem/technique.cpp
+++ b/src/render/materialsystem/technique.cpp
@@ -48,7 +48,7 @@
#include <Qt3DRender/private/qtechnique_p.h>
#include <Qt3DRender/private/shader_p.h>
#include <Qt3DCore/private/qchangearbiter_p.h>
-#include <Qt3DCore/qscenepropertychange.h>
+#include <Qt3DCore/qnodepropertychange.h>
#include <QDebug>
@@ -128,7 +128,7 @@ void Technique::initializeFromPeer(const Qt3DCore::QNodeCreatedChangeBasePtr &ch
void Technique::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)
{
- QScenePropertyChangePtr propertyChange = qSharedPointerCast<QScenePropertyChange>(e);
+ QNodePropertyChangePtr propertyChange = qSharedPointerCast<QNodePropertyChange>(e);
switch (e->type()) {
case NodeUpdated: {