summaryrefslogtreecommitdiffstats
path: root/doc/html/appicon.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/appicon.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-8ac0e970.tar.gz
tqt-8ac0e970.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 f23c008f7..9de213742 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.