diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/appicon.doc | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/appicon.doc')
-rw-r--r-- | doc/appicon.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/appicon.doc b/doc/appicon.doc index 32ad19676..0764cab02 100644 --- a/doc/appicon.doc +++ b/doc/appicon.doc @@ -19,7 +19,7 @@ The application icon, typically displayed in the top-left corner of an application's top-level windows, is set by calling the -QWidget::setIcon() method on top-level widgets. +TQWidget::setIcon() method on top-level widgets. In order to change the icon of the executable application file itself, as it is presented on the desktop (i.e. prior to application @@ -60,7 +60,7 @@ application with the resulting .res file. \section1 Setting the Application Icon on Mac OS X The application icon, typically displayed in the application dock -area, is set by calling QWidget::setIcon() on a top-level widget. It +area, is set by calling TQWidget::setIcon() on a top-level widget. It is possible that the program could appear in the application dock area before the function call, in which case a default icon will appear during the bouncing animation. |