summaryrefslogtreecommitdiffstats
path: root/doc/html/focus.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/focus.html')
-rw-r--r--doc/html/focus.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/focus.html b/doc/html/focus.html
index dbea82efc..14f27ae9a 100644
--- a/doc/html/focus.html
+++ b/doc/html/focus.html
@@ -68,8 +68,8 @@ keyboard focus to the next widget in a circular per-window list. Tab
moves focus along the circular list in one direction, Shift+Tab in the
other. The order in which Tab presses move from widget to widget is
called the tab order.
-<p> In TQt, this list is kept in the <a href="ntqfocusdata.html">TQFocusData</a> class. There is one
-<a href="ntqfocusdata.html">TQFocusData</a> object per window, and widgets automatically append
+<p> In TQt, this list is kept in the <a href="tqfocusdata.html">TQFocusData</a> class. There is one
+<a href="tqfocusdata.html">TQFocusData</a> object per window, and widgets automatically append
themselves to the end of it when <a href="tqwidget.html#setFocusPolicy">TQWidget::setFocusPolicy</a>() is
called with an appropriate <a href="tqwidget.html#FocusPolicy-enum">TQWidget::FocusPolicy</a>. You can customize
the tab order using <a href="tqwidget.html#setTabOrder">TQWidget::setTabOrder</a>(). (If you don't, Tab