summaryrefslogtreecommitdiffstats
path: root/doc/html/table-bigtable-main-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/table-bigtable-main-cpp.html')
-rw-r--r--doc/html/table-bigtable-main-cpp.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/table-bigtable-main-cpp.html b/doc/html/table-bigtable-main-cpp.html
index 8503de780..1c5419102 100644
--- a/doc/html/table-bigtable-main-cpp.html
+++ b/doc/html/table-bigtable-main-cpp.html
@@ -71,10 +71,10 @@ public:
items.<a href="ntqptrcollection.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="ntqwidget.html">TQWidget</a> *cellWidget( int r, int c ) const { return widgets.<a href="ntqintdict.html#find">find</a>( indexOf( r, c ) ); }
+ <a href="tqwidget.html">TQWidget</a> *cellWidget( int r, int c ) const { return widgets.<a href="ntqintdict.html#find">find</a>( indexOf( r, c ) ); }
void clearCellWidget( int r, int c )
{
-<a name="x1289"></a> <a href="ntqwidget.html">TQWidget</a> *w = widgets.<a href="ntqintdict.html#take">take</a>( indexOf( r, c ) );
+<a name="x1289"></a> <a href="tqwidget.html">TQWidget</a> *w = widgets.<a href="ntqintdict.html#take">take</a>( indexOf( r, c ) );
if ( w )
<a name="x1290"></a> w-&gt;<a href="tqobject.html#deleteLater">deleteLater</a>();
}
@@ -93,7 +93,7 @@ int main( int argc, char **argv )
MyTable table( numRows, numCols );
app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &amp;table );
-<a name="x1292"></a> table.<a href="ntqwidget.html#show">show</a>();
+<a name="x1292"></a> table.<a href="tqwidget.html#show">show</a>();
return app.<a href="ntqapplication.html#exec">exec</a>();
}
</pre><!-- eof -->