diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-04-21 11:03:04 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-04-21 11:03:04 (GMT) |
commit | 9ac25b0286f99e5c4d996a9e5b850cfe3eb8a5dd (patch) | |
tree | 5027209a6a47ce5b7b1ae93f590d6f833c4cd089 /examples/statemachine/pingpong | |
parent | dc71fa76ce663d81d0d573752fb4ae060cc73b91 (diff) | |
download | Qt-9ac25b0286f99e5c4d996a9e5b850cfe3eb8a5dd.zip Qt-9ac25b0286f99e5c4d996a9e5b850cfe3eb8a5dd.tar.gz Qt-9ac25b0286f99e5c4d996a9e5b850cfe3eb8a5dd.tar.bz2 |
include the right header
Diffstat (limited to 'examples/statemachine/pingpong')
-rw-r--r-- | examples/statemachine/pingpong/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/statemachine/pingpong/main.cpp b/examples/statemachine/pingpong/main.cpp index 3272524..00ff643 100644 --- a/examples/statemachine/pingpong/main.cpp +++ b/examples/statemachine/pingpong/main.cpp @@ -44,7 +44,7 @@ #ifdef QT_STATEMACHINE_SOLUTION #include <qstate.h> #include <qstatemachine.h> -#include <qtransition.h> +#include <qabstracttransition.h> #endif class PingEvent : public QEvent |