diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-06-04 12:11:01 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-06-04 12:12:18 (GMT) |
commit | 7e6b33b29057556903c37aadd0f48650641591fa (patch) | |
tree | ce709d5b2a8eeb9b5e0109f6c8c2394441fee07e /examples/statemachine/factorial | |
parent | 58900297b27f063b1b838a0c542218dd6d7246dd (diff) | |
download | Qt-7e6b33b29057556903c37aadd0f48650641591fa.zip Qt-7e6b33b29057556903c37aadd0f48650641591fa.tar.gz Qt-7e6b33b29057556903c37aadd0f48650641591fa.tar.bz2 |
kill usage of QT_STATEMACHINE_SOLUTION
The define no longer exists.
Diffstat (limited to 'examples/statemachine/factorial')
-rw-r--r-- | examples/statemachine/factorial/main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/statemachine/factorial/main.cpp b/examples/statemachine/factorial/main.cpp index 1065eb8..bf3f80e 100644 --- a/examples/statemachine/factorial/main.cpp +++ b/examples/statemachine/factorial/main.cpp @@ -41,12 +41,6 @@ #include <QtCore> #include <stdio.h> -#ifdef QT_STATEMACHINE_SOLUTION -#include <qstatemachine.h> -#include <qstate.h> -#include <qsignaltransition.h> -#include <qfinalstate.h> -#endif //! [0] class Factorial : public QObject |