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() */