summaryrefslogtreecommitdiffstats
path: root/doc/html/small-table-example-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/small-table-example-example.html')
-rw-r--r--doc/html/small-table-example-example.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/small-table-example-example.html b/doc/html/small-table-example-example.html
index a1d66d5bf..0ac7ce43a 100644
--- a/doc/html/small-table-example-example.html
+++ b/doc/html/small-table-example-example.html
@@ -83,12 +83,12 @@ int main( int argc, char **argv )
comboEntries << "one" << "two" << "three" << "four";
for ( int i = 0; i < numRows; ++i ){
- <a href="qcombotableitem.html">TQComboTableItem</a> * item = new <a href="qcombotableitem.html">TQComboTableItem</a>( &amp;table, comboEntries, FALSE );
-<a name="x2797"></a> item-&gt;<a href="qcombotableitem.html#setCurrentItem">setCurrentItem</a>( i % 4 );
+ <a href="tqcombotableitem.html">TQComboTableItem</a> * item = new <a href="tqcombotableitem.html">TQComboTableItem</a>( &amp;table, comboEntries, FALSE );
+<a name="x2797"></a> item-&gt;<a href="tqcombotableitem.html#setCurrentItem">setCurrentItem</a>( i % 4 );
<a name="x2803"></a> table.<a href="ntqtable.html#setItem">setItem</a>( i, 5, item );
}
for ( int j = 0; j &lt; numRows; ++j )
- table.<a href="ntqtable.html#setItem">setItem</a>( j, 1, new <a href="qchecktableitem.html">TQCheckTableItem</a>( &amp;table, "Check me" ) );
+ table.<a href="ntqtable.html#setItem">setItem</a>( j, 1, new <a href="tqchecktableitem.html">TQCheckTableItem</a>( &amp;table, "Check me" ) );
app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &amp;table );
table.<a href="tqwidget.html#show">show</a>();