diff options
Diffstat (limited to 'doc/html/statistics-example.html')
-rw-r--r-- | doc/html/statistics-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/statistics-example.html b/doc/html/statistics-example.html index 5e3a6ef4f..92b04e059 100644 --- a/doc/html/statistics-example.html +++ b/doc/html/statistics-example.html @@ -56,7 +56,7 @@ class TableItem : public <a href="qtableitem.html">TQTableItem</a> { public: TableItem( <a href="ntqtable.html">TQTable</a> *t, EditType et, const <a href="tqstring.html">TQString</a> &txt ) : <a href="qtableitem.html">TQTableItem</a>( t, et, txt ) {} - void paint( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, const <a href="ntqrect.html">TQRect</a> &cr, bool selected ); + void paint( <a href="tqpainter.html">TQPainter</a> *p, const <a href="tqcolorgroup.html">TQColorGroup</a> &cg, const <a href="tqrect.html">TQRect</a> &cr, bool selected ); }; class ComboItem : public <a href="qtableitem.html">TQTableItem</a> @@ -212,7 +212,7 @@ void <a name="f580"></a>Table::recalcSum( int, int col ) -<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> &cg, const <a href="ntqrect.html">TQRect</a> &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> &cg, const <a href="tqrect.html">TQRect</a> &cr, bool selected ) { <a href="tqcolorgroup.html">TQColorGroup</a> g( cg ); // last row is the sum row - we want to make it more visible by |