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 --- examples/demo/textdrawing/example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/demo/textdrawing') diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html index d492428e4..b0c7c1984 100644 --- a/examples/demo/textdrawing/example.html +++ b/examples/demo/textdrawing/example.html @@ -94,7 +94,7 @@ corner (both lines being flush with the right side of the label):

A TQLabel is often used as a label for another, interactive widget. For this use, TQLabel provides a handy mechanism for adding -an accelerator key (see TQAccel) that will set the keyboard focus to +an accelerator key (see TQAccel) that will set the keyboard focus to the other widget (called the TQLabel's "buddy"). Example:

     TQLineEdit* phoneEdit = new TQLineEdit( this, "phoneEdit" );
      TQLabel* phoneLabel = new TQLabel( phoneEdit, "&Phone:", this, "phoneLabel" );
@@ -235,7 +235,7 @@ left of its data entry widget (its "buddy"), somewhat like this:
 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(), setText(), TQAccel and setAlignment(). +

See also buddy(), setText(), TQAccel and setAlignment().

Examples: layout/layout.cpp

void TQLabel::setIndent ( int indent )

-- cgit v1.2.1