summaryrefslogtreecommitdiffstats
path: root/doc/html/qhideevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qhideevent.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qhideevent.html')
-rw-r--r--doc/html/qhideevent.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qhideevent.html b/doc/html/qhideevent.html
index 357e7b90c..172fa09de 100644
--- a/doc/html/qhideevent.html
+++ b/doc/html/qhideevent.html
@@ -47,12 +47,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="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="ntqevent.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="ntqwidget.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>