summaryrefslogtreecommitdiffstats
path: root/doc/src/05-runtime/1-event-processing.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/05-runtime/1-event-processing.qdoc')
-rw-r--r--doc/src/05-runtime/1-event-processing.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/05-runtime/1-event-processing.qdoc b/doc/src/05-runtime/1-event-processing.qdoc
index 6bf57259..73f613e1 100644
--- a/doc/src/05-runtime/1-event-processing.qdoc
+++ b/doc/src/05-runtime/1-event-processing.qdoc
@@ -95,7 +95,7 @@ runtime, a piece of logic gets created representing this action. When
the onSelect event is fired and later processed, the interested logic
will be notified and the slide change will occur.
-\note Behavior event registrations (created with \l {Qt3DSBehavior}{QML Behavior}
+\note Behavior event registrations (created with \l {Behavior}{QML Behavior}
registerForEvent) work similarly to the logic described above. If a
behavior registers explicitly for a certain event and in the handler calls
goToSlide, essentially the same things happen.