diff options
Diffstat (limited to 'doc/html/focus.html')
-rw-r--r-- | doc/html/focus.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/focus.html b/doc/html/focus.html index 7ab9b64ef..f1719d283 100644 --- a/doc/html/focus.html +++ b/doc/html/focus.html @@ -127,7 +127,7 @@ click-to-focus. </h3> <a name="1-3"></a><p> It's not unusual for keyboard shortcuts to move the focus. This can happen implicitly by opening modal dialogs, but also explicitly using -focus accelerators such as those provided by <a href="ntqlabel.html#setBuddy">TQLabel::setBuddy</a>(), <a href="ntqgroupbox.html">TQGroupBox</a> and <a href="ntqtabbar.html">TQTabBar</a>. +focus accelerators such as those provided by <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>(), <a href="ntqgroupbox.html">TQGroupBox</a> and <a href="ntqtabbar.html">TQTabBar</a>. <p> We advise supporting shortcut focus for all widgets that the user may want to jump to. For example, a tab dialog can have keyboard shortcuts for each of its pages, so the user can press e.g. Alt+P to step to the |