From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/html/table-statistics-statistics-cpp.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/table-statistics-statistics-cpp.html') 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 Table::recalcSum( int, int col ) -void TableItem::paint( TQPainter *p, const TQColorGroup &cg, const TQRect &cr, bool selected ) +void TableItem::paint( TQPainter *p, const TQColorGroup &cg, const TQRect &cr, bool selected ) { - TQColorGroup g( cg ); + TQColorGroup g( cg ); // last row is the sum row - we want to make it more visible by // using a red background if ( row() == table()->numRows() - 1 ) - g.setColor( TQColorGroup::Base, red ); + g.setColor( TQColorGroup::Base, red ); TQTableItem::paint( p, g, cr, selected ); } -- cgit v1.2.3