summaryrefslogtreecommitdiffstats
path: root/doc/appicon.doc
diff options
context:
space:
mode:
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.