summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/rogue.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/rogue.qdoc')
-rw-r--r--doc/src/examples/rogue.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/rogue.qdoc b/doc/src/examples/rogue.qdoc
index 3eb9249..4f9dc3f 100644
--- a/doc/src/examples/rogue.qdoc
+++ b/doc/src/examples/rogue.qdoc
@@ -194,7 +194,7 @@
\snippet examples/statemachine/rogue/movementtransition.h 1
- The KeyPress events come wrapped in \l{QWrappedEvent}s. \c event
+ The KeyPress events come wrapped in \l{QStateMachine::WrappedEvent}s. \c event
must be confirmed to be a wrapped event because Qt uses other
events internally. After that, it is simply a matter of checking
which key has been pressed.