summaryrefslogtreecommitdiffstats
path: root/examples/sql/overview/table1/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/overview/table1/main.cpp')
-rw-r--r--examples/sql/overview/table1/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/overview/table1/main.cpp b/examples/sql/overview/table1/main.cpp
index d7e4eea5a..f9d538a8c 100644
--- a/examples/sql/overview/table1/main.cpp
+++ b/examples/sql/overview/table1/main.cpp
@@ -19,7 +19,7 @@ int main( int argc, char *argv[] )
if ( createConnections() ) {
TQSqlCursor staffCursor( "staff" );
- TQDataTable *staffTable = new TQDataTable( &staffCursor, TRUE );
+ TQDataTable *staffTable = new TQDataTable( &staffCursor, true );
app.setMainWidget( staffTable );
staffTable->refresh();
staffTable->show();