From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/appicon.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/appicon.html') 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; }

The application icon, typically displayed in the top-left corner of an application's top-level windows, is set by calling the -TQWidget::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 execution), it is necessary to employ another, platform-dependent @@ -85,7 +85,7 @@ application with the resulting .res file.

Setting the Application Icon on Mac OS X

The application icon, typically displayed in the application dock -area, is set by calling TQWidget::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. -- cgit v1.2.1