From 7552c6d73043b1040139033f6864db48ae5446cf Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Tue, 2 Jul 2024 21:37:22 +0900
Subject: 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>
---
 doc/html/qresizeevent.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'doc/html/qresizeevent.html')

diff --git a/doc/html/qresizeevent.html b/doc/html/qresizeevent.html
index 3e92437b0..e837b1725 100644
--- a/doc/html/qresizeevent.html
+++ b/doc/html/qresizeevent.html
@@ -52,17 +52,17 @@ The TQResizeEvent class contains event parameters for resize events.
 <p> <p>See also <a href="tqwidget.html#size-prop">TQWidget::size</a>, <a href="tqwidget.html#geometry-prop">TQWidget::geometry</a>, and <a href="events.html">Event Classes</a>.
 
 <hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQResizeEvent"></a>TQResizeEvent::TQResizeEvent ( const&nbsp;<a href="ntqsize.html">TQSize</a>&nbsp;&amp;&nbsp;size, const&nbsp;<a href="ntqsize.html">TQSize</a>&nbsp;&amp;&nbsp;oldSize )
+<h3 class=fn><a name="TQResizeEvent"></a>TQResizeEvent::TQResizeEvent ( const&nbsp;<a href="tqsize.html">TQSize</a>&nbsp;&amp;&nbsp;size, const&nbsp;<a href="tqsize.html">TQSize</a>&nbsp;&amp;&nbsp;oldSize )
 </h3>
 
 <p> Constructs a resize event with the new and old widget sizes, <em>size</em> and <em>oldSize</em> respectively.
 
-<h3 class=fn>const&nbsp;<a href="ntqsize.html">TQSize</a>&nbsp;&amp; <a name="oldSize"></a>TQResizeEvent::oldSize () const
+<h3 class=fn>const&nbsp;<a href="tqsize.html">TQSize</a>&nbsp;&amp; <a name="oldSize"></a>TQResizeEvent::oldSize () const
 </h3>
 
 <p> Returns the old size of the widget.
 
-<h3 class=fn>const&nbsp;<a href="ntqsize.html">TQSize</a>&nbsp;&amp; <a name="size"></a>TQResizeEvent::size () const
+<h3 class=fn>const&nbsp;<a href="tqsize.html">TQSize</a>&nbsp;&amp; <a name="size"></a>TQResizeEvent::size () const
 </h3>
 
 <p> Returns the new size of the widget, which is the same as
-- 
cgit v1.2.1