summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwidget.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
commit0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch)
treebe5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/man/man3/tqwidget.3qt
parent1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff)
downloadtqt-0e787fb7.tar.gz
tqt-0e787fb7.zip
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqwidget.3qt')
-rw-r--r--doc/man/man3/tqwidget.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt
index bc612f78d..3d4822f35 100644
--- a/doc/man/man3/tqwidget.3qt
+++ b/doc/man/man3/tqwidget.3qt
@@ -1146,7 +1146,7 @@ Example:
.PP
.nf
.br
- QLabel *splashScreen = new QLabel( 0, "mySplashScreen",
+ TQLabel *splashScreen = new TQLabel( 0, "mySplashScreen",
.br
WStyle_Customize | WStyle_Splash );
.br
@@ -2079,7 +2079,7 @@ See also focusProxy().
.SH "void TQWidget::setFont ( const TQFont & )\fC [virtual]\fR"
Sets the font currently set for the widget. See the "font" property for details.
.PP
-Reimplemented in QComboBox, QLabel, and QTabDialog.
+Reimplemented in QComboBox, TQLabel, and QTabDialog.
.SH "void TQWidget::setFont ( const TQFont & f, bool )"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
@@ -2646,11 +2646,11 @@ This property holds whether the widget wants to handle What's This help manually
.PP
The default implementation of customWhatsThis() returns FALSE, which means the widget will not receive any events in Whats This mode.
.PP
-The widget may leave What's This mode by calling QWhatsThis::leaveWhatsThisMode(), with or without actually displaying any help text.
+The widget may leave What's This mode by calling TQWhatsThis::leaveWhatsThisMode(), with or without actually displaying any help text.
.PP
-You can also reimplement customWhatsThis() if your widget is a" passive interactor" supposed to work under all circumstances. Simply don't call QWhatsThis::leaveWhatsThisMode() in that case.
+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.
.PP
-See also QWhatsThis::inWhatsThisMode() and QWhatsThis::leaveWhatsThisMode().
+See also TQWhatsThis::inWhatsThisMode() and TQWhatsThis::leaveWhatsThisMode().
.PP
Get this property's value with customWhatsThis().
.SH "bool enabled"