diff options
Diffstat (limited to 'doc/html/qhideevent.html')
-rw-r--r-- | doc/html/qhideevent.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qhideevent.html b/doc/html/qhideevent.html index 288d37ec6..357e7b90c 100644 --- a/doc/html/qhideevent.html +++ b/doc/html/qhideevent.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQHideEvent class provides an event which is sent after a widget is hidden. <a href="#details">More...</a> -<p><tt>#include <<a href="qevent-h.html">qevent.h</a>></tt> -<p>Inherits <a href="qevent.html">TQEvent</a>. +<p><tt>#include <<a href="qevent-h.html">ntqevent.h</a>></tt> +<p>Inherits <a href="ntqevent.html">TQEvent</a>. <p><a href="qhideevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -45,14 +45,14 @@ body { background: #ffffff; color: black; } The TQHideEvent class provides an event which is sent after a widget is hidden. <p> -<p> This event is sent just before <a href="qwidget.html#hide">TQWidget::hide</a>() returns, and also +<p> This event is sent just before <a href="ntqwidget.html#hide">TQWidget::hide</a>() returns, and also when a top-level window has been hidden (iconified) by the user. -<p> If <a href="qevent.html#spontaneous">spontaneous</a>() is TRUE the event originated outside the +<p> If <a href="ntqevent.html#spontaneous">spontaneous</a>() is TRUE the event originated outside the application, i.e. the user hid the window using the window manager controls, either by iconifying the window or by switching to another virtual desktop where the window isn't visible. The window will become hidden but not withdrawn. If the window was iconified, -<a href="qwidget.html#isMinimized">TQWidget::isMinimized</a>() returns TRUE. +<a href="ntqwidget.html#isMinimized">TQWidget::isMinimized</a>() returns TRUE. <p> <p>See also <a href="qshowevent.html">TQShowEvent</a> and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> |