aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/animation/qanimationgroupjob/tst_qanimationgroupjob.cpp
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2012-02-21 11:06:57 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-21 05:35:37 +0100
commit2b508c59bd676bc8a44897c1ddf4a8ad14177905 (patch)
treeeacebd46732fbecadf83b8e147c1bab648a0832c /tests/auto/declarative/animation/qanimationgroupjob/tst_qanimationgroupjob.cpp
parent15bb4b57e808cbff2a92cf8132958dc924db5a60 (diff)
Renames QAnimation2ChangeListener to QAnimationJobChangeListener
Change-Id: I921b252380d095fb878b4e5d36df0b5a13a3888f Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'tests/auto/declarative/animation/qanimationgroupjob/tst_qanimationgroupjob.cpp')
-rw-r--r--tests/auto/declarative/animation/qanimationgroupjob/tst_qanimationgroupjob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/animation/qanimationgroupjob/tst_qanimationgroupjob.cpp b/tests/auto/declarative/animation/qanimationgroupjob/tst_qanimationgroupjob.cpp
index 196f917a1f..2bb974af7d 100644
--- a/tests/auto/declarative/animation/qanimationgroupjob/tst_qanimationgroupjob.cpp
+++ b/tests/auto/declarative/animation/qanimationgroupjob/tst_qanimationgroupjob.cpp
@@ -112,7 +112,7 @@ private:
int id;
};
-class StateChangeListener: public QAnimation2ChangeListener
+class StateChangeListener: public QAnimationJobChangeListener
{
public:
virtual void animationStateChanged(QAbstractAnimationJob *, QAbstractAnimationJob::State newState, QAbstractAnimationJob::State)