diff options
author | Michele Calgaro <[email protected]> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/sql-overview-table4-main-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 <[email protected]>
Diffstat (limited to 'doc/html/sql-overview-table4-main-cpp.html')
-rw-r--r-- | doc/html/sql-overview-table4-main-cpp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/sql-overview-table4-main-cpp.html b/doc/html/sql-overview-table4-main-cpp.html index d51883d46..9c113701c 100644 --- a/doc/html/sql-overview-table4-main-cpp.html +++ b/doc/html/sql-overview-table4-main-cpp.html @@ -78,7 +78,7 @@ void <a name="f14"></a>StatusPicker::setStatusId( int statusid ) } -void CustomTable::<a href="tqdatatable.html#paintField">paintField</a>( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a>* field, +void CustomTable::<a href="tqdatatable.html#paintField">paintField</a>( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a>* field, const <a href="ntqrect.html">TQRect</a> & cr, bool b) { if ( !field ) @@ -90,7 +90,7 @@ void CustomTable::<a href="tqdatatable.html#paintField">paintField</a>( <a href= if ( query.<a href="tqsqlquery.html#next">next</a>() ) { text = query.<a href="tqsqlquery.html#value">value</a>( 0 ).toString(); } - p-><a href="ntqpainter.html#drawText">drawText</a>( 2,2, cr.<a href="ntqrect.html#width">width</a>()-4, cr.<a href="ntqrect.html#height">height</a>()-4, fieldAlignment( field ), text ); + p-><a href="tqpainter.html#drawText">drawText</a>( 2,2, cr.<a href="ntqrect.html#width">width</a>()-4, cr.<a href="ntqrect.html#height">height</a>()-4, fieldAlignment( field ), text ); } else { TQDataTable::<a href="tqdatatable.html#paintField">paintField</a>( p, field, cr, b) ; |