summaryrefslogtreecommitdiffstats
path: root/src/input/backend/axis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/backend/axis.cpp')
-rw-r--r--src/input/backend/axis.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/backend/axis.cpp b/src/input/backend/axis.cpp
index 2d1d6751b..61bfc9e22 100644
--- a/src/input/backend/axis.cpp
+++ b/src/input/backend/axis.cpp
@@ -41,7 +41,7 @@
#include <Qt3DInput/qaxis.h>
#include <Qt3DInput/qaxisinput.h>
#include <Qt3DInput/private/qaxis_p.h>
-#include <Qt3DCore/qscenepropertychange.h>
+#include <Qt3DCore/qnodepropertychange.h>
#include <Qt3DCore/qbackendscenepropertychange.h>
QT_BEGIN_NAMESPACE
@@ -93,7 +93,7 @@ void Axis::setAxisValue(float axisValue)
void Axis::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)
{
- Qt3DCore::QScenePropertyChangePtr propertyChange = qSharedPointerCast<Qt3DCore::QScenePropertyChange>(e);
+ Qt3DCore::QNodePropertyChangePtr propertyChange = qSharedPointerCast<Qt3DCore::QNodePropertyChange>(e);
if (e->type() == Qt3DCore::NodeAdded) {
if (propertyChange->propertyName() == QByteArrayLiteral("input"))
m_inputs.push_back(propertyChange->value().value<Qt3DCore::QNodeId>());