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/eventtransitions/main.cpp | |
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/eventtransitions/main.cpp')
-rw-r--r-- | examples/statemachine/eventtransitions/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/statemachine/eventtransitions/main.cpp b/examples/statemachine/eventtransitions/main.cpp index aba0c73..5959016 100644 --- a/examples/statemachine/eventtransitions/main.cpp +++ b/examples/statemachine/eventtransitions/main.cpp @@ -40,11 +40,6 @@ ****************************************************************************/ #include <QtGui> -#ifdef QT_STATEMACHINE_SOLUTION -#include <qstatemachine.h> -#include <qstate.h> -#include <qeventtransition.h> -#endif //! [0] class Window : public QWidget |