diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/qtableitem.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359.tar.gz tqt-a30f5359.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/qtableitem.html')
-rw-r--r-- | doc/html/qtableitem.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qtableitem.html b/doc/html/qtableitem.html index 283244908..551dbe477 100644 --- a/doc/html/qtableitem.html +++ b/doc/html/qtableitem.html @@ -301,7 +301,7 @@ sorting. The default implementation returns the <a href="#text">text</a>() of th relevant item. <p> <p>See also <a href="ntqtable.html#sorting-prop">TQTable::sorting</a>. -<h3 class=fn>void <a name="paint"></a>TQTableItem::paint ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqrect.html">TQRect</a> & cr, bool selected )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paint"></a>TQTableItem::paint ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqrect.html">TQRect</a> & cr, bool selected )<tt> [virtual]</tt> </h3> This virtual function is used to paint the contents of an item using the painter <em>p</em> in the rectangular area <em>cr</em> using the |