summaryrefslogtreecommitdiffstats
path: root/doc/html/qchecklistitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qchecklistitem.html')
-rw-r--r--doc/html/qchecklistitem.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qchecklistitem.html b/doc/html/qchecklistitem.html
index 322823ad..579c4469 100644
--- a/doc/html/qchecklistitem.html
+++ b/doc/html/qchecklistitem.html
@@ -170,14 +170,14 @@ Toggle check box or set radio button to on.
Returns TRUE if the item is tristate; otherwise returns FALSE.
<p> <p>See also <a href="#setTristate">setTristate</a>().
-<h3 class=fn>void <a name="paintCell"></a>TQCheckListItem::paintCell ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, int&nbsp;column, int&nbsp;width, int&nbsp;align )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="paintCell"></a>TQCheckListItem::paintCell ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, int&nbsp;column, int&nbsp;width, int&nbsp;align )<tt> [virtual]</tt>
</h3>
Paints the item using the painter <em>p</em> and the color group <em>cg</em>.
The item is in column <em>column</em>, has width <em>width</em> and has
alignment <em>align</em>. (See TQt::AlignmentFlags for valid alignments.)
<p>Reimplemented from <a href="qlistviewitem.html#paintCell">TQListViewItem</a>.
-<h3 class=fn>void <a name="paintFocus"></a>TQCheckListItem::paintFocus ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="paintFocus"></a>TQCheckListItem::paintFocus ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [virtual]</tt>
</h3>
Draws the focus rectangle <em>r</em> using the color group <em>cg</em> on the
painter <em>p</em>.