summaryrefslogtreecommitdiffstats
path: root/doc/html/qhideevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qhideevent.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
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..159027769 100644
--- a/doc/html/qhideevent.html
+++ b/doc/html/qhideevent.html
@@ -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="ntqwidget.html#hide">TQWidget::hide</a>() returns, and also
+<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="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="tqwidget.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>