summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/moveblocks.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/moveblocks.qdoc')
-rw-r--r--doc/src/examples/moveblocks.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/examples/moveblocks.qdoc b/doc/src/examples/moveblocks.qdoc
index 7e423071e..97fbe7710 100644
--- a/doc/src/examples/moveblocks.qdoc
+++ b/doc/src/examples/moveblocks.qdoc
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: Qt Software Information (qt-info@nokia.com)
+** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the documentation of the Qt Toolkit.
**
@@ -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$
**
****************************************************************************/
@@ -169,7 +169,7 @@
remember which state was the last state to which we transitioned.
\snippet examples/animation/moveblocks/main.cpp 11
-
+
We select the next state we are going to transition to, and post a
\c StateSwitchEvent, which we know will trigger the \c
StateSwitchTransition to the selected state.
@@ -198,8 +198,8 @@
\section1 The StateSwitchEvent Class
\c StateSwitchEvent inherits QEvent, and holds a number that has
- been assigned to a state and state switch transition by \c
- StateSwitcher. We have already seen how it is used to trigger \c
+ been assigned to a state and state switch transition by
+ \c StateSwitcher. We have already seen how it is used to trigger
\c{StateSwitchTransition}s in \c StateSwitcher.
\snippet examples/animation/moveblocks/main.cpp 15