diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/man/man3/tqapplication.3qt | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz tqt-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqapplication.3qt')
-rw-r--r-- | doc/man/man3/tqapplication.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt index 7cb94cc41..bf39cc926 100644 --- a/doc/man/man3/tqapplication.3qt +++ b/doc/man/man3/tqapplication.3qt @@ -667,7 +667,7 @@ Returns a list of all the widgets in the application. .PP The list is created using \fCnew\fR and must be deleted by the caller. .PP -The list is empty (QPtrList::isEmpty()) if there are no widgets. +The list is empty (TQPtrList::isEmpty()) if there are no widgets. .PP Note that some of the widgets may be hidden. .PP @@ -697,7 +697,7 @@ The TQWidgetList class is defined in the \fCtqwidgetlist.h\fR header file. .PP \fBWarning:\fR Delete the list as soon as you have finished using it. The widgets in the list may be deleted by someone else at any time. .PP -See also topLevelWidgets(), TQWidget::visible, and QPtrList::isEmpty(). +See also topLevelWidgets(), TQWidget::visible, and TQPtrList::isEmpty(). .SH "TQString QApplication::applicationDirPath ()" Returns the directory that contains the application executable. .PP @@ -1549,7 +1549,7 @@ Returns a list of the top level widgets in the application. .PP The list is created using \fCnew\fR and must be deleted by the caller. .PP -The list is empty (QPtrList::isEmpty()) if there are no top level widgets. +The list is empty (TQPtrList::isEmpty()) if there are no top level widgets. .PP Note that some of the top level widgets may be hidden, for example the tooltip if no tooltip is currently shown. .PP @@ -1581,7 +1581,7 @@ Example: .PP \fBWarning:\fR Delete the list as soon you have finished using it. The widgets in the list may be deleted by someone else at any time. .PP -See also allWidgets(), TQWidget::isTopLevel, TQWidget::visible, and QPtrList::isEmpty(). +See also allWidgets(), TQWidget::isTopLevel, TQWidget::visible, and TQPtrList::isEmpty(). .SH "TQString QApplication::translate ( const char * context, const char * sourceText, const char * comment = 0, Encoding encoding = DefaultCodec ) const" \fBNote:\fR This function is reentrant when TQt is built with thread support.</p> Returns the translation text for \fIsourceText\fR, by querying the installed messages files. The message files are searched from the most recently installed message file back to the first installed message file. .PP |