summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/qlerpblend/tst_qlerpblend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/animation/qlerpblend/tst_qlerpblend.cpp')
-rw-r--r--tests/auto/animation/qlerpblend/tst_qlerpblend.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/animation/qlerpblend/tst_qlerpblend.cpp b/tests/auto/animation/qlerpblend/tst_qlerpblend.cpp
index 6bd6bb324..25e403007 100644
--- a/tests/auto/animation/qlerpblend/tst_qlerpblend.cpp
+++ b/tests/auto/animation/qlerpblend/tst_qlerpblend.cpp
@@ -29,7 +29,7 @@
#include <QtTest/QTest>
#include <Qt3DAnimation/qlerpblend.h>
-#include <Qt3DAnimation/qanimationclip.h>
+#include <Qt3DAnimation/qanimationcliploader.h>
#include <Qt3DAnimation/private/qlerpblend_p.h>
#include <QObject>
#include <QSignalSpy>
@@ -84,8 +84,8 @@ private Q_SLOTS:
{
// GIVEN
Qt3DAnimation::QLerpBlend lerpBlend;
- Qt3DAnimation::QAnimationClip clip1;
- Qt3DAnimation::QAnimationClip clip2;
+ Qt3DAnimation::QAnimationClipLoader clip1;
+ Qt3DAnimation::QAnimationClipLoader clip2;
lerpBlend.addClip(&clip1);
lerpBlend.addClip(&clip2);