diff options
Diffstat (limited to 'doc/html/sqltable-example.html')
-rw-r--r-- | doc/html/sqltable-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/sqltable-example.html b/doc/html/sqltable-example.html index f64e0b984..b11a6e827 100644 --- a/doc/html/sqltable-example.html +++ b/doc/html/sqltable-example.html @@ -103,7 +103,7 @@ int main( int argc, char ** argv ) a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &table ); <a name="x2452"></a> table.<a href="tqdatatable.html#refresh">refresh</a>(); /* load data */ - table.<a href="ntqwidget.html#show">show</a>(); /* show widget */ + table.<a href="tqwidget.html#show">show</a>(); /* show widget */ return a.<a href="ntqapplication.html#exec">exec</a>(); } |