summaryrefslogtreecommitdiffstats
path: root/doc/html/qfocusevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qfocusevent.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-8ac0e970.tar.gz
tqt-8ac0e970.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qfocusevent.html')
-rw-r--r--doc/html/qfocusevent.html6
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>