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/twowaybutton | |
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/twowaybutton')
-rw-r--r-- | examples/statemachine/twowaybutton/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/statemachine/twowaybutton/main.cpp b/examples/statemachine/twowaybutton/main.cpp index a2c6e45..f5afeca 100644 --- a/examples/statemachine/twowaybutton/main.cpp +++ b/examples/statemachine/twowaybutton/main.cpp @@ -40,10 +40,6 @@ ****************************************************************************/ #include <QtGui> -#ifdef QT_STATEMACHINE_SOLUTION -#include <qstate.h> -#include <qstatemachine.h> -#endif //! [0] int main(int argc, char **argv) |