summaryrefslogtreecommitdiffstats
path: root/doc/html/sql-overview-table4-main-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/sql-overview-table4-main-cpp.html')
-rw-r--r--doc/html/sql-overview-table4-main-cpp.html4
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 9c113701..dc5ab08f 100644
--- a/doc/html/sql-overview-table4-main-cpp.html
+++ b/doc/html/sql-overview-table4-main-cpp.html
@@ -79,7 +79,7 @@ void <a name="f14"></a>StatusPicker::setStatusId( int statusid )
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> &amp; cr, bool b)
+ const <a href="tqrect.html">TQRect</a> &amp; cr, bool b)
{
if ( !field )
return;
@@ -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-&gt;<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 );
+ p-&gt;<a href="tqpainter.html#drawText">drawText</a>( 2,2, cr.<a href="tqrect.html#width">width</a>()-4, cr.<a href="tqrect.html#height">height</a>()-4, fieldAlignment( field ), text );
}
else {
TQDataTable::<a href="tqdatatable.html#paintField">paintField</a>( p, field, cr, b) ;