From 381e67f03155167cd9c1c0c3c4c3905196f287df Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Tue, 21 Apr 2009 14:53:34 +0200 Subject: compile. --- tests/auto/qstate/tst_qstate.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/auto/qstate/tst_qstate.cpp b/tests/auto/qstate/tst_qstate.cpp index f28c3fa..f79fcd4 100644 --- a/tests/auto/qstate/tst_qstate.cpp +++ b/tests/auto/qstate/tst_qstate.cpp @@ -9,7 +9,7 @@ #include "qstate.h" #include "qstatemachine.h" -#include "qtransition.h" +#include "qactiontransition.h" #include "qsignaltransition.h" #include "qstateaction.h" @@ -265,11 +265,11 @@ void tst_QState::assignPropertyTwice() QCOMPARE(object->property("fooBar").toInt(), 30); } -class EventTestTransition: public QTransition +class EventTestTransition: public QActionTransition { public: EventTestTransition(QEvent::Type type, QState *targetState) - : QTransition(QList() << targetState), m_type(type) + : QActionTransition(QList() << targetState), m_type(type) { } -- cgit v0.12