summaryrefslogtreecommitdiffstats
path: root/doc/appicon.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/appicon.doc
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.tar.gz
tqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'doc/appicon.doc')
-rw-r--r--doc/appicon.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/appicon.doc b/doc/appicon.doc
index 32ad1967..0764cab0 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.