summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/kernel/qwindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qwindow.cpp b/src/gui/kernel/qwindow.cpp
index f09edfe88e..2307df37ac 100644
--- a/src/gui/kernel/qwindow.cpp
+++ b/src/gui/kernel/qwindow.cpp
@@ -1609,10 +1609,10 @@ QAccessibleInterface *QWindow::accessibleRoot() const
}
/*!
- \fn QWindow::focusObjectChanged(QObject *focusObject)
+ \fn QWindow::focusObjectChanged(QObject *object)
- This signal is emitted when final receiver of events tied to focus is
- changed to \a focusObject.
+ This signal is emitted when the final receiver of events tied to focus
+ is changed to \a object.
\sa focusObject()
*/