diff options
Diffstat (limited to 'doc/man/man3/tqwidget.3qt')
-rw-r--r-- | doc/man/man3/tqwidget.3qt | 10 |
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" |