summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/rogue/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/statemachine/rogue/window.h')
-rw-r--r--examples/statemachine/rogue/window.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/statemachine/rogue/window.h b/examples/statemachine/rogue/window.h
index bcd86bd8a1..50b40d1913 100644
--- a/examples/statemachine/rogue/window.h
+++ b/examples/statemachine/rogue/window.h
@@ -34,7 +34,7 @@
** met: http://www.gnu.org/copyleft/gpl.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at http://www.qtsoftware.com/contact.
+** contact the sales department at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
@@ -44,9 +44,11 @@
#include <QWidget>
+QT_BEGIN_NAMESPACE
class QState;
class QStateMachine;
class QTransition;
+QT_END_NAMESPACE
#define WIDTH 35
#define HEIGHT 20