summaryrefslogtreecommitdiffstats
path: root/doc/html/table-statistics-statistics-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/table-statistics-statistics-cpp.html')
-rw-r--r--doc/html/table-statistics-statistics-cpp.html6
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 72e03d78..39dc96fe 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> &amp;cg, const <a href="ntqrect.html">TQRect</a> &amp;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> &amp;cg, const <a href="ntqrect.html">TQRect</a> &amp;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>()-&gt;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 );
}