summaryrefslogtreecommitdiffstats
path: root/examples/sql/overview/table4/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/overview/table4/main.h')
-rw-r--r--examples/sql/overview/table4/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/overview/table4/main.h b/examples/sql/overview/table4/main.h
index d1d81894d..28e3ba2c0 100644
--- a/examples/sql/overview/table4/main.h
+++ b/examples/sql/overview/table4/main.h
@@ -36,7 +36,7 @@ class CustomTable : public TQDataTable
TQ_OBJECT
public:
CustomTable(
- TQSqlCursor *cursor, bool autoPopulate = FALSE,
+ TQSqlCursor *cursor, bool autoPopulate = false,
TQWidget * parent = 0, const char * name = 0 ) :
TQDataTable( cursor, autoPopulate, parent, name ) {}
void paintField(