summaryrefslogtreecommitdiffstats
path: root/doc/html/tqhideevent.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqhideevent.html')
-rw-r--r--doc/html/tqhideevent.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqhideevent.html b/doc/html/tqhideevent.html
index 07c84e5a5..9daf008e9 100644
--- a/doc/html/tqhideevent.html
+++ b/doc/html/tqhideevent.html
@@ -46,12 +46,12 @@ The TQHideEvent class provides an event which is sent after a widget is hidden.
<p>
<p> This event is sent just before <a href="tqwidget.html#hide">TQWidget::hide</a>() returns, and also
when a top-level window has been hidden (iconified) by the user.
-<p> If <a href="tqevent.html#spontaneous">spontaneous</a>() is TRUE the event originated outside the
+<p> If <a href="tqevent.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="tqwidget.html#isMinimized">TQWidget::isMinimized</a>() returns TRUE.
+<a href="tqwidget.html#isMinimized">TQWidget::isMinimized</a>() returns true.
<p> <p>See also <a href="tqshowevent.html">TQShowEvent</a> and <a href="events.html">Event Classes</a>.
<hr><h2>Member Function Documentation</h2>