summaryrefslogtreecommitdiffstats
path: root/examples/statemachine
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-08-10 11:26:01 +0200
committerhjk <qtc-committer@nokia.com>2009-08-10 15:17:25 +0200
commit4fe7c464be95fbbcb663a21f9519024486123248 (patch)
treeb23117352eae6123e4cb8de90789baa55e7e2b6c /examples/statemachine
parent2a1dcf7a47d81ad8b492c312dfd5e422ba2e3cd0 (diff)
Compile fix with namespaces
Diffstat (limited to 'examples/statemachine')
-rw-r--r--examples/statemachine/rogue/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/statemachine/rogue/window.h b/examples/statemachine/rogue/window.h
index bcd86bd8a1..1df566d8d1 100644
--- a/examples/statemachine/rogue/window.h
+++ b/examples/statemachine/rogue/window.h
@@ -44,9 +44,11 @@
#include <QWidget>
+QT_BEGIN_NAMESPACE
class QState;
class QStateMachine;
class QTransition;
+QT_END_NAMESPACE
#define WIDTH 35
#define HEIGHT 20