From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/small-table-example-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/small-table-example-example.html') 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 ){ - TQComboTableItem * item = new TQComboTableItem( &table, comboEntries, FALSE ); - item->setCurrentItem( i % 4 ); + TQComboTableItem * item = new TQComboTableItem( &table, comboEntries, FALSE ); + item->setCurrentItem( i % 4 ); table.setItem( i, 5, item ); } for ( int j = 0; j < numRows; ++j ) - table.setItem( j, 1, new TQCheckTableItem( &table, "Check me" ) ); + table.setItem( j, 1, new TQCheckTableItem( &table, "Check me" ) ); app.setMainWidget( &table ); table.show(); -- cgit v1.2.3