diff options
Diffstat (limited to 'doc/html/qfocusevent.html')
-rw-r--r-- | doc/html/qfocusevent.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qfocusevent.html b/doc/html/qfocusevent.html index eaa0cd81f..e4ce49089 100644 --- a/doc/html/qfocusevent.html +++ b/doc/html/qfocusevent.html @@ -62,12 +62,12 @@ Tab or Backtab), the window system, popup menus, keyboard shortcuts or other application specific reasons. The reason for a particular focus event is returned by <a href="#reason">reason</a>() in the appropriate event handler. -<p> The event handlers <a href="ntqwidget.html#focusInEvent">TQWidget::focusInEvent</a>() and -<a href="ntqwidget.html#focusOutEvent">TQWidget::focusOutEvent</a>() receive focus events. +<p> The event handlers <a href="tqwidget.html#focusInEvent">TQWidget::focusInEvent</a>() and +<a href="tqwidget.html#focusOutEvent">TQWidget::focusOutEvent</a>() receive focus events. <p> Use <a href="#setReason">setReason</a>() to set the reason for all focus events, and <a href="#resetReason">resetReason</a>() to set the reason for all focus events to the reason in force before the last setReason() call. -<p> <p>See also <a href="ntqwidget.html#setFocus">TQWidget::setFocus</a>(), <a href="ntqwidget.html#focusPolicy-prop">TQWidget::focusPolicy</a>, and <a href="events.html">Event Classes</a>. +<p> <p>See also <a href="tqwidget.html#setFocus">TQWidget::setFocus</a>(), <a href="tqwidget.html#focusPolicy-prop">TQWidget::focusPolicy</a>, and <a href="events.html">Event Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Reason-enum"></a>TQFocusEvent::Reason</h3> |