diff options
Diffstat (limited to 'doc/html/bigtable-example.html')
-rw-r--r-- | doc/html/bigtable-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/bigtable-example.html b/doc/html/bigtable-example.html index e903b3bbc..2ac840b6f 100644 --- a/doc/html/bigtable-example.html +++ b/doc/html/bigtable-example.html @@ -59,8 +59,8 @@ class MyTable : public <a href="ntqtable.html">TQTable</a> { public: MyTable( int r, int c ) : <a href="ntqtable.html">TQTable</a>( r, c ) { -<a name="x1291"></a> items.<a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); - widgets.<a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); +<a name="x1291"></a> items.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); + widgets.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); setCaption( tr( "A 1 Million x 1 Million Cell Table" ) ); setLeftMargin( fontMetrics().width( "W999999W" ) ); } @@ -71,9 +71,9 @@ public: <a name="x1287"></a> void clearCell( int r, int c ) { items.<a href="ntqintdict.html#remove">remove</a>( indexOf( r, c ) ); } void takeItem( <a href="qtableitem.html">TQTableItem</a> *item ) { - items.<a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>( FALSE ); + items.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( FALSE ); <a name="x1294"></a><a name="x1293"></a> items.<a href="ntqintdict.html#remove">remove</a>( indexOf( item-><a href="qtableitem.html#row">row</a>(), item-><a href="qtableitem.html#col">col</a>() ) ); - items.<a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); + items.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); } void insertWidget( int r, int c, TQWidget *w ) { widgets.<a href="ntqintdict.html#replace">replace</a>( indexOf( r, c ), w ); } <a href="tqwidget.html">TQWidget</a> *cellWidget( int r, int c ) const { return widgets.<a href="ntqintdict.html#find">find</a>( indexOf( r, c ) ); } |