summaryrefslogtreecommitdiffstats
path: root/doc/focus.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/focus.doc')
-rw-r--r--doc/focus.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/focus.doc b/doc/focus.doc
index 4c5083d7f..1bb562922 100644
--- a/doc/focus.doc
+++ b/doc/focus.doc
@@ -89,8 +89,8 @@ 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.
-In Qt, this list is kept in the \l QFocusData class. There is one
-QFocusData object per window, and widgets automatically append
+In Qt, this list is kept in the \l TQFocusData class. There is one
+TQFocusData object per window, and widgets automatically append
themselves to the end of it when \l TQWidget::setFocusPolicy() is
called with an appropriate \l TQWidget::FocusPolicy. You can customize
the tab order using \l TQWidget::setTabOrder(). (If you don't, Tab