diff options
Diffstat (limited to 'doc/html/qfocusevent.html')
-rw-r--r-- | doc/html/qfocusevent.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qfocusevent.html b/doc/html/qfocusevent.html index 23e202ba7..eaa0cd81f 100644 --- a/doc/html/qfocusevent.html +++ b/doc/html/qfocusevent.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQFocusEvent class contains event parameters for widget focus events. <a href="#details">More...</a> -<p><tt>#include <<a href="qevent-h.html">qevent.h</a>></tt> -<p>Inherits <a href="qevent.html">TQEvent</a>. +<p><tt>#include <<a href="qevent-h.html">ntqevent.h</a>></tt> +<p>Inherits <a href="ntqevent.html">TQEvent</a>. <p><a href="qfocusevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -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="qwidget.html#focusInEvent">TQWidget::focusInEvent</a>() and -<a href="qwidget.html#focusOutEvent">TQWidget::focusOutEvent</a>() receive focus events. +<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> 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="qwidget.html#setFocus">TQWidget::setFocus</a>(), <a href="qwidget.html#focusPolicy-prop">TQWidget::focusPolicy</a>, and <a href="events.html">Event Classes</a>. +<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>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Reason-enum"></a>TQFocusEvent::Reason</h3> @@ -86,11 +86,11 @@ in force before the last setReason() call. about focus. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQFocusEvent"></a>TQFocusEvent::TQFocusEvent ( <a href="qevent.html#Type-enum">Type</a> type ) +<h3 class=fn><a name="TQFocusEvent"></a>TQFocusEvent::TQFocusEvent ( <a href="ntqevent.html#Type-enum">Type</a> type ) </h3> <p> Constructs a focus event object. -<p> The <em>type</em> parameter must be either <a href="qevent.html#Type-enum">TQEvent::FocusIn</a> or <a href="qevent.html#Type-enum">TQEvent::FocusOut</a>. +<p> The <em>type</em> parameter must be either <a href="ntqevent.html#Type-enum">TQEvent::FocusIn</a> or <a href="ntqevent.html#Type-enum">TQEvent::FocusOut</a>. <h3 class=fn>bool <a name="gotFocus"></a>TQFocusEvent::gotFocus () const </h3> |