summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/scxml/pinball/doc/src/pinball.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/scxml/pinball/doc/src/pinball.qdoc b/examples/scxml/pinball/doc/src/pinball.qdoc
index 81a35aa..5cf9f1d 100644
--- a/examples/scxml/pinball/doc/src/pinball.qdoc
+++ b/examples/scxml/pinball/doc/src/pinball.qdoc
@@ -458,7 +458,7 @@
\printuntil };
The \c MainWindow class holds the pointer to the
- \c {Pinball *m_machine} which is the state machine
+ \c {QScxmlStateMachine *m_machine} which is the state machine
class automatically generated by Qt out of SCMXL file
and the pointer to the \c {Ui::MainWindow *m_ui} which
describes the GUI part. It also declares two helper methods.
@@ -469,7 +469,7 @@
The constructor of the \c MainWindow class
instantiates the GUI part of the application
- and stores the pointer to the passed \c Pinball state machine.
+ and stores the pointer to the passed \c QScxmlStateMachine.
It also initializes the GUI part and glues the
GUI part to the state machine by connecting
their communication interfaces together.