summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqheader.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqheader.html')
-rw-r--r--doc/html/ntqheader.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqheader.html b/doc/html/ntqheader.html
index 040f7fc71..029058659 100644
--- a/doc/html/ntqheader.html
+++ b/doc/html/ntqheader.html
@@ -366,13 +366,13 @@ See the <a href="ntqheader.html#offset-prop">"offset"</a> property for details.
<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQHeader::orientation () const
</h3><p>Returns the header's orientation.
See the <a href="ntqheader.html#orientation-prop">"orientation"</a> property for details.
-<h3 class=fn>void <a name="paintSection"></a>TQHeader::paintSection ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;index, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;fr )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="paintSection"></a>TQHeader::paintSection ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;index, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;fr )<tt> [virtual protected]</tt>
</h3>
Paints the section at position <em>index</em>, inside rectangle <em>fr</em>
(which uses widget coordinates) using painter <em>p</em>.
<p> Calls <a href="#paintSectionLabel">paintSectionLabel</a>().
-<h3 class=fn>void <a name="paintSectionLabel"></a>TQHeader::paintSectionLabel ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;index, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;fr )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="paintSectionLabel"></a>TQHeader::paintSectionLabel ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;index, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;fr )<tt> [virtual protected]</tt>
</h3>
Paints the label of the section at position <em>index</em>, inside
rectangle <em>fr</em> (which uses widget coordinates) using painter <em>p</em>.
@@ -400,7 +400,7 @@ happens.
</h3>
Resizes section <em>section</em> to <em>s</em> pixels wide (or high).
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="sRect"></a>TQHeader::sRect ( int&nbsp;index )<tt> [protected]</tt>
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="sRect"></a>TQHeader::sRect ( int&nbsp;index )<tt> [protected]</tt>
</h3>
Returns the rectangle covered by the section at index <em>index</em>.
@@ -430,7 +430,7 @@ that sorts the specified column (or row).
Returns the position (in pixels) at which the <em>section</em> starts.
<p> <p>See also <a href="#offset-prop">offset</a>.
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="sectionRect"></a>TQHeader::sectionRect ( int&nbsp;section ) const
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="sectionRect"></a>TQHeader::sectionRect ( int&nbsp;section ) const
</h3>
Returns the rectangle covered by section <em>section</em>.