From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqwidget.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqwidget.html') diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 8c567bc28..1063a49d2 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -731,7 +731,7 @@ can override the application's settings. On Windows, TQt can set whatever flags you want.

Example:

-    TQLabel *splashScreen = new TQLabel( 0, "mySplashScreen",
+    TQLabel *splashScreen = new TQLabel( 0, "mySplashScreen",
                                 WStyle_Customize | WStyle_Splash );
     
@@ -2002,7 +2002,7 @@ focus proxy.

void TQWidget::setFont ( const TQFont & ) [virtual]

Sets the font currently set for the widget. See the "font" property for details. -

Reimplemented in TQComboBox, TQLabel, and TQTabDialog. +

Reimplemented in TQComboBox, TQLabel, and TQTabDialog.

void TQWidget::setFont ( const TQFont & f, bool )

@@ -2686,12 +2686,12 @@ on top-level widgets. which means the widget will not receive any events in Whats This mode.

The widget may leave What's This mode by calling -TQWhatsThis::leaveWhatsThisMode(), with or without actually +TQWhatsThis::leaveWhatsThisMode(), with or without actually displaying any help text.

You can also reimplement customWhatsThis() if your widget is a "passive interactor" supposed to work under all circumstances. Simply don't call TQWhatsThis::leaveWhatsThisMode() in that case. -

See also TQWhatsThis::inWhatsThisMode() and TQWhatsThis::leaveWhatsThisMode(). +

See also TQWhatsThis::inWhatsThisMode() and TQWhatsThis::leaveWhatsThisMode().

Get this property's value with customWhatsThis().

bool enabled

-- cgit v1.2.3