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/table-statistics-statistics-cpp.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-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/table-statistics-statistics-cpp.html')
-rw-r--r-- | doc/html/table-statistics-statistics-cpp.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/table-statistics-statistics-cpp.html b/doc/html/table-statistics-statistics-cpp.html index 72e03d781..39dc96fe2 100644 --- a/doc/html/table-statistics-statistics-cpp.html +++ b/doc/html/table-statistics-statistics-cpp.html @@ -151,13 +151,13 @@ void <a name="f147"></a>Table::recalcSum( int, int col ) -<a name="x2786"></a>void TableItem::<a href="qtableitem.html#paint">paint</a>( <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 ) +<a name="x2786"></a>void TableItem::<a href="qtableitem.html#paint">paint</a>( <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 ) { - <a href="qcolorgroup.html">TQColorGroup</a> g( cg ); + <a href="tqcolorgroup.html">TQColorGroup</a> g( cg ); // last row is the sum row - we want to make it more visible by // using a red background if ( <a href="qtableitem.html#row">row</a>() == <a href="qtableitem.html#table">table</a>()->numRows() - 1 ) -<a name="x2779"></a> g.<a href="qcolorgroup.html#setColor">setColor</a>( TQColorGroup::Base, red ); +<a name="x2779"></a> g.<a href="tqcolorgroup.html#setColor">setColor</a>( TQColorGroup::Base, red ); TQTableItem::<a href="qtableitem.html#paint">paint</a>( p, g, cr, selected ); } |