summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlabel.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqlabel.html')
-rw-r--r--doc/html/tqlabel.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqlabel.html b/doc/html/tqlabel.html
index 9a53fbd8..f963b82b 100644
--- a/doc/html/tqlabel.html
+++ b/doc/html/tqlabel.html
@@ -131,7 +131,7 @@ label):
<p> A TQLabel is often used as a label for an interactive widget. For
this use TQLabel provides a useful mechanism for adding an
-accelerator key (see <a href="ntqaccel.html">TQAccel</a>) that will set the <a href="focus.html#keyboard-focus">keyboard focus</a> to
+accelerator key (see <a href="tqaccel.html">TQAccel</a>) that will set the <a href="focus.html#keyboard-focus">keyboard focus</a> to
the other widget (called the TQLabel's "buddy"). For example:
<pre>
<a href="tqlineedit.html">TQLineEdit</a>* phoneEdit = new <a href="tqlineedit.html">TQLineEdit</a>( this, "phoneEdit" );
@@ -263,7 +263,7 @@ user presses Alt+N, and to the Phone field when the user presses
Alt+P.
<p> To unset a previously set buddy, call this function with <em>buddy</em>
set to 0.
-<p> <p>See also <a href="#buddy">buddy</a>(), <a href="#text-prop">text</a>, <a href="ntqaccel.html">TQAccel</a>, and <a href="#alignment-prop">alignment</a>.
+<p> <p>See also <a href="#buddy">buddy</a>(), <a href="#text-prop">text</a>, <a href="tqaccel.html">TQAccel</a>, and <a href="#alignment-prop">alignment</a>.
<p>Examples: <a href="addressbook-example.html#x580">addressbook/centralwidget.cpp</a>, <a href="tutorial2-09.html#x2642">chart/optionsform.cpp</a>, and <a href="regexptester-example.html#x2482">regexptester/regexptester.cpp</a>.
<h3 class=fn>void <a name="setFont"></a>TQLabel::setFont ( const&nbsp;<a href="tqfont.html">TQFont</a>&nbsp;&amp;&nbsp;f )<tt> [virtual]</tt>