summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlabel.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-25 15:36:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:36 +0900
commit0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch)
tree0ef68a6a92087957855c7607ac176821d10d049d /doc/html/tqlabel.html
parent7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff)
downloadtqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz
tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>