From 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Aug 2024 15:36:25 +0900 Subject: Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro --- doc/html/tqlabel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqlabel.html') diff --git a/doc/html/tqlabel.html b/doc/html/tqlabel.html index 9a53fbd89..f963b82b6 100644 --- a/doc/html/tqlabel.html +++ b/doc/html/tqlabel.html @@ -131,7 +131,7 @@ label):

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 TQAccel) that will set the keyboard focus to +accelerator key (see TQAccel) that will set the keyboard focus to the other widget (called the TQLabel's "buddy"). For example:

     TQLineEdit* phoneEdit = new TQLineEdit( this, "phoneEdit" );
@@ -263,7 +263,7 @@ user presses Alt+N, and to the Phone field when the user presses
 Alt+P.
 

To unset a previously set buddy, call this function with buddy set to 0. -

See also buddy(), text, TQAccel, and alignment. +

See also buddy(), text, TQAccel, and alignment.

Examples: addressbook/centralwidget.cpp, chart/optionsform.cpp, and regexptester/regexptester.cpp.

void TQLabel::setFont ( const TQFont & f ) [virtual] -- cgit v1.2.1