diff options
Diffstat (limited to 'doc/man/man3/tqwhatsthis.3qt')
-rw-r--r-- | doc/man/man3/tqwhatsthis.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqwhatsthis.3qt b/doc/man/man3/tqwhatsthis.3qt index a902b44e4..fb6d74365 100644 --- a/doc/man/man3/tqwhatsthis.3qt +++ b/doc/man/man3/tqwhatsthis.3qt @@ -70,7 +70,7 @@ QWhatsThis provides a single window with an explanatory text that pops up when t .PP To add "What's this?" text to a widget you simply call QWhatsThis::add() for the widget. For example, to assign text to a menu item, call QMenuData::setWhatsThis(); for a global accelerator key, call QAccel::setWhatsThis() and If you're using actions, use QAction::setWhatsThis(). .PP -The text can be either rich text or plain text. If you specify a rich text formatted string, it will be rendered using the default stylesheet. This makes it possible to embed images. See QStyleSheet::defaultSheet() for details. +The text can be either rich text or plain text. If you specify a rich text formatted string, it will be rendered using the default stylesheet. This makes it possible to embed images. See TQStyleSheet::defaultSheet() for details. .PP .nf .br @@ -114,7 +114,7 @@ When the widget is queried by the user the text() function of this QWhatsThis wi .SH "QWhatsThis::~QWhatsThis ()\fC [virtual]\fR" Destroys the object and frees any allocated resources. .SH "void QWhatsThis::add ( TQWidget * widget, const TQString & text )\fC [static]\fR" -Adds \fItext\fR as "What's this" help for \fIwidget\fR. If the text is rich text formatted (i.e. it contains markup) it will be rendered with the default stylesheet QStyleSheet::defaultSheet(). +Adds \fItext\fR as "What's this" help for \fIwidget\fR. If the text is rich text formatted (i.e. it contains markup) it will be rendered with the default stylesheet TQStyleSheet::defaultSheet(). .PP The text is destroyed if the widget is later destroyed, so it need not be explicitly removed. .PP |