summaryrefslogtreecommitdiffstats
path: root/doc/html/qresizeevent.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qresizeevent.html')
-rw-r--r--doc/html/qresizeevent.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qresizeevent.html b/doc/html/qresizeevent.html
index 20cb9e7d..24b0d77d 100644
--- a/doc/html/qresizeevent.html
+++ b/doc/html/qresizeevent.html
@@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }
<p>The TQResizeEvent class contains event parameters for resize events.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qevent-h.html">qevent.h</a>&gt;</tt>
-<p>Inherits <a href="qevent.html">TQEvent</a>.
+<p><tt>#include &lt;<a href="qevent-h.html">ntqevent.h</a>&gt;</tt>
+<p>Inherits <a href="ntqevent.html">TQEvent</a>.
<p><a href="qresizeevent-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -48,25 +48,25 @@ body { background: #ffffff; color: black; }
The TQResizeEvent class contains event parameters for resize events.
<p>
<p> Resize events are sent to widgets that have been resized.
-<p> The event handler <a href="qwidget.html#resizeEvent">TQWidget::resizeEvent</a>() receives resize events.
-<p> <p>See also <a href="qwidget.html#size-prop">TQWidget::size</a>, <a href="qwidget.html#geometry-prop">TQWidget::geometry</a>, and <a href="events.html">Event Classes</a>.
+<p> The event handler <a href="ntqwidget.html#resizeEvent">TQWidget::resizeEvent</a>() receives resize events.
+<p> <p>See also <a href="ntqwidget.html#size-prop">TQWidget::size</a>, <a href="ntqwidget.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="qsize.html">TQSize</a>&nbsp;&amp;&nbsp;size, const&nbsp;<a href="qsize.html">TQSize</a>&nbsp;&amp;&nbsp;oldSize )
+<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>
<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="qsize.html">TQSize</a>&nbsp;&amp; <a name="oldSize"></a>TQResizeEvent::oldSize () const
+<h3 class=fn>const&nbsp;<a href="ntqsize.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="qsize.html">TQSize</a>&nbsp;&amp; <a name="size"></a>TQResizeEvent::size () const
+<h3 class=fn>const&nbsp;<a href="ntqsize.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
-<a href="qwidget.html#size">TQWidget::size</a>().
+<a href="ntqwidget.html#size">TQWidget::size</a>().
<p>Examples: <a href="tutorial2-06.html#x2583">chart/canvasview.cpp</a> and <a href="life-example.html#x1895">life/life.cpp</a>.
<!-- eof -->