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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qresizeevent.html b/doc/html/qresizeevent.html
index 24b0d77d2..3e92437b0 100644
--- a/doc/html/qresizeevent.html
+++ b/doc/html/qresizeevent.html
@@ -48,8 +48,8 @@ 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="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>.
+<p> The event handler <a href="tqwidget.html#resizeEvent">TQWidget::resizeEvent</a>() receives 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 )
@@ -66,7 +66,7 @@ The TQResizeEvent class contains event parameters for resize events.
</h3>
<p> Returns the new size of the widget, which is the same as
-<a href="ntqwidget.html#size">TQWidget::size</a>().
+<a href="tqwidget.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 -->