summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsizegrip.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsizegrip.html')
-rw-r--r--doc/html/ntqsizegrip.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqsizegrip.html b/doc/html/ntqsizegrip.html
index faf977270..62cdb39f6 100644
--- a/doc/html/ntqsizegrip.html
+++ b/doc/html/ntqsizegrip.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQSizeGrip class provides a corner-grip for resizing a top-level window.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qsizegrip-h.html">ntqsizegrip.h</a>&gt;</tt>
-<p>Inherits <a href="ntqwidget.html">TQWidget</a>.
+<p>Inherits <a href="tqwidget.html">TQWidget</a>.
<p><a href="qsizegrip-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -68,7 +68,7 @@ widget, so if you have a status bar (e.g. you are using
<p> <p>See also <a href="ntqstatusbar.html">TQStatusBar</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="application.html">Main Window and Related Classes</a>, and <a href="basic.html">Basic Widgets</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQSizeGrip"></a>TQSizeGrip::TQSizeGrip ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQSizeGrip"></a>TQSizeGrip::TQSizeGrip ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a resize corner called <em>name</em>, as a child widget of <em>parent</em>.
@@ -81,24 +81,24 @@ Destroys the size grip.
Resizes the top-level widget containing this widget. The event is
in <em>e</em>.
-<p>Reimplemented from <a href="ntqwidget.html#mouseMoveEvent">TQWidget</a>.
+<p>Reimplemented from <a href="tqwidget.html#mouseMoveEvent">TQWidget</a>.
<h3 class=fn>void <a name="mousePressEvent"></a>TQSizeGrip::mousePressEvent ( <a href="qmouseevent.html">TQMouseEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
Primes the resize operation. The event is in <em>e</em>.
-<p>Reimplemented from <a href="ntqwidget.html#mousePressEvent">TQWidget</a>.
+<p>Reimplemented from <a href="tqwidget.html#mousePressEvent">TQWidget</a>.
<h3 class=fn>void <a name="paintEvent"></a>TQSizeGrip::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
Paints the resize grip. Resize grips are usually rendered as small
diagonal textured lines in the lower-right corner. The event is in
<em>e</em>.
-<p>Reimplemented from <a href="ntqwidget.html#paintEvent">TQWidget</a>.
+<p>Reimplemented from <a href="tqwidget.html#paintEvent">TQWidget</a>.
<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQSizeGrip::sizeHint () const<tt> [virtual]</tt>
</h3>
Returns the size grip's size hint; this is a small size.
-<p>Reimplemented from <a href="ntqwidget.html#sizeHint">TQWidget</a>.
+<p>Reimplemented from <a href="tqwidget.html#sizeHint">TQWidget</a>.
<!-- eof -->
<hr><p>
This file is part of the <a href="index.html">TQt toolkit</a>.