diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/qcloseevent.html | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt-7552c6d7.tar.gz tqt-7552c6d7.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qcloseevent.html')
-rw-r--r-- | doc/html/qcloseevent.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qcloseevent.html b/doc/html/qcloseevent.html index 89a8ab7cc..02d514b46 100644 --- a/doc/html/qcloseevent.html +++ b/doc/html/qcloseevent.html @@ -103,7 +103,7 @@ be hidden. If the widget's <a href="ntqt.html#WidgetFlags-enum">WDestructiveClos will also be destroyed. <p> <p>See also <a href="#ignore">ignore</a>() and <a href="tqwidget.html#hide">TQWidget::hide</a>(). -<p>Examples: <a href="qaction-application-example.html#x1128">action/application.cpp</a>, <a href="simple-application-example.html#x1545">application/application.cpp</a>, <a href="mdi-example.html#x2021">mdi/application.cpp</a>, <a href="popup-example.html#x1607">popup/popup.cpp</a>, and <a href="qwerty-example.html#x360">qwerty/qwerty.cpp</a>. +<p>Examples: <a href="tqaction-application-example.html#x1128">action/application.cpp</a>, <a href="simple-application-example.html#x1545">application/application.cpp</a>, <a href="mdi-example.html#x2021">mdi/application.cpp</a>, <a href="popup-example.html#x1607">popup/popup.cpp</a>, and <a href="qwerty-example.html#x360">qwerty/qwerty.cpp</a>. <h3 class=fn>void <a name="ignore"></a>TQCloseEvent::ignore () </h3> @@ -113,7 +113,7 @@ does not want the widget to be closed. <p> The close event is constructed with the accept flag cleared. <p> <p>See also <a href="#accept">accept</a>(). -<p>Examples: <a href="qaction-application-example.html#x1129">action/application.cpp</a>, <a href="simple-application-example.html#x1546">application/application.cpp</a>, <a href="mdi-example.html#x2022">mdi/application.cpp</a>, and <a href="qwerty-example.html#x361">qwerty/qwerty.cpp</a>. +<p>Examples: <a href="tqaction-application-example.html#x1129">action/application.cpp</a>, <a href="simple-application-example.html#x1546">application/application.cpp</a>, <a href="mdi-example.html#x2022">mdi/application.cpp</a>, and <a href="qwerty-example.html#x361">qwerty/qwerty.cpp</a>. <h3 class=fn>bool <a name="isAccepted"></a>TQCloseEvent::isAccepted () const </h3> |