summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/materials-cpp/rotatingtrefoilknot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/materials-cpp/rotatingtrefoilknot.cpp')
-rw-r--r--examples/qt3d/materials-cpp/rotatingtrefoilknot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/materials-cpp/rotatingtrefoilknot.cpp b/examples/qt3d/materials-cpp/rotatingtrefoilknot.cpp
index 833d82d37..b27abcd36 100644
--- a/examples/qt3d/materials-cpp/rotatingtrefoilknot.cpp
+++ b/examples/qt3d/materials-cpp/rotatingtrefoilknot.cpp
@@ -36,7 +36,7 @@
#include "rotatingtrefoilknot.h"
-RotatingTrefoilKnot::RotatingTrefoilKnot(Qt3D::QNode *parent)
+RotatingTrefoilKnot::RotatingTrefoilKnot(Qt3DCore::QNode *parent)
: TrefoilKnot(parent)
, m_thetaAnimation(new QPropertyAnimation(this))
, m_phiAnimation(new QPropertyAnimation(this))