From 0881ed5059c46ce73e8241e6260b82b92f6d0e55 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 12:20:38 +0900 Subject: Rename ptr nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqapplication.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/ntqapplication.html') diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 22ce1183a..23534ff03 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -586,7 +586,7 @@ installed. Returns a list of all the widgets in the application.

The list is created using new and must be deleted by the caller. -

The list is empty (TQPtrList::isEmpty()) if there are no widgets. +

The list is empty (TQPtrList::isEmpty()) if there are no widgets.

Note that some of the widgets may be hidden.

Example that updates all widgets:

@@ -604,7 +604,7 @@ Returns a list of all the widgets in the application.
 file.
 

Warning: 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. -

See also topLevelWidgets(), TQWidget::visible, and TQPtrList::isEmpty(). +

See also topLevelWidgets(), TQWidget::visible, and TQPtrList::isEmpty().

TQString TQApplication::applicationDirPath ()

@@ -1638,7 +1638,7 @@ normally takes some time. Does nothing on other platforms. Returns a list of the top level widgets in the application.

The list is created using new and must be deleted by the caller. -

The list is empty (TQPtrList::isEmpty()) if there are no top level +

The list is empty (TQPtrList::isEmpty()) if there are no top level widgets.

Note that some of the top level widgets may be hidden, for example the tooltip if no tooltip is currently shown. @@ -1658,7 +1658,7 @@ the tooltip if no tooltip is currently shown.

Warning: Delete the list as soon you have finished using it. The widgets in the list may be deleted by someone else at any time. -

See also allWidgets(), TQWidget::isTopLevel, TQWidget::visible, and TQPtrList::isEmpty(). +

See also allWidgets(), TQWidget::isTopLevel, TQWidget::visible, and TQPtrList::isEmpty().

TQString TQApplication::translate ( const char * context, const char * sourceText, const char * comment = 0, Encoding encoding = DefaultCodec ) const

Note: This function is reentrant when TQt is built with thread support.

-- cgit v1.2.3