summaryrefslogtreecommitdiffstats
path: root/doc/html/appicon.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/appicon.html')
-rw-r--r--doc/html/appicon.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/appicon.html b/doc/html/appicon.html
index f23c008f..9de21374 100644
--- a/doc/html/appicon.html
+++ b/doc/html/appicon.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
<p> The application icon, typically displayed in the top-left corner of an
application's top-level windows, is set by calling the
-<a href="ntqwidget.html#setIcon">TQWidget::setIcon</a>() method on top-level widgets.
+<a href="tqwidget.html#setIcon">TQWidget::setIcon</a>() method on top-level widgets.
<p> In order to change the icon of the executable application file
itself, as it is presented on the desktop (i.e. prior to application
execution), it is necessary to employ another, platform-dependent
@@ -85,7 +85,7 @@ application with the resulting .res file.
<p> <h2> Setting the Application Icon on Mac OS X
</h2>
<a name="2"></a><p> The application icon, typically displayed in the application dock
-area, is set by calling <a href="ntqwidget.html#setIcon">TQWidget::setIcon</a>() on a top-level widget. It
+area, is set by calling <a href="tqwidget.html#setIcon">TQWidget::setIcon</a>() 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.