diff options
Diffstat (limited to 'doc/html/ntqwidget.html')
-rw-r--r-- | doc/html/ntqwidget.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqwidget.html b/doc/html/ntqwidget.html index f10de98ba..dae28b81b 100644 --- a/doc/html/ntqwidget.html +++ b/doc/html/ntqwidget.html @@ -2723,7 +2723,7 @@ explicitly disabled. <p>Set this property's value with <a href="#setEnabled">setEnabled</a>() and get this property's value with <a href="#isEnabled">isEnabled</a>(). <h3 class=fn>bool <a name="focus-prop"></a>focus</h3> <p>This property holds whether this widget (or its focus proxy) has the keyboard input focus. -<p>Effectively equivalent to <tt>qApp->focusWidget() == this</tt>. +<p>Effectively equivalent to <tt>tqApp->focusWidget() == this</tt>. <p> <p>See also <a href="#setFocus">setFocus</a>(), <a href="#clearFocus">clearFocus</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, and <a href="ntqapplication.html#focusWidget">TQApplication::focusWidget</a>(). <p>Get this property's value with <a href="#hasFocus">hasFocus</a>(). |