From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/sql-overview-table4-main-cpp.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/sql-overview-table4-main-cpp.html') diff --git a/doc/html/sql-overview-table4-main-cpp.html b/doc/html/sql-overview-table4-main-cpp.html index 9c113701c..dc5ab08f6 100644 --- a/doc/html/sql-overview-table4-main-cpp.html +++ b/doc/html/sql-overview-table4-main-cpp.html @@ -79,7 +79,7 @@ void StatusPicker::setStatusId( int statusid ) void CustomTable::paintField( TQPainter * p, const TQSqlField* field, - const TQRect & cr, bool b) + const TQRect & cr, bool b) { if ( !field ) return; @@ -90,7 +90,7 @@ void CustomTable::paintField( next() ) { text = query.value( 0 ).toString(); } - p->drawText( 2,2, cr.width()-4, cr.height()-4, fieldAlignment( field ), text ); + p->drawText( 2,2, cr.width()-4, cr.height()-4, fieldAlignment( field ), text ); } else { TQDataTable::paintField( p, field, cr, b) ; -- cgit v1.2.3