summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqheader.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/ntqheader.html
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqheader.html')
-rw-r--r--doc/html/ntqheader.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqheader.html b/doc/html/ntqheader.html
index 47f29c363..040f7fc71 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="ntqpainter.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="ntqrect.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="ntqpainter.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="ntqrect.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>.