diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/appicon.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/appicon.html')
-rw-r--r-- | doc/html/appicon.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/appicon.html b/doc/html/appicon.html index 420b5ebf4..21b8e32a0 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="qwidget.html#setIcon">TQWidget::setIcon</a>() method on top-level widgets. +<a href="ntqwidget.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="qwidget.html#setIcon">TQWidget::setIcon</a>() on a top-level widget. It +area, is set by calling <a href="ntqwidget.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. |