summaryrefslogtreecommitdiffstats
path: root/src/sql/tqdatabrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/tqdatabrowser.h')
-rw-r--r--src/sql/tqdatabrowser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/tqdatabrowser.h b/src/sql/tqdatabrowser.h
index c1d715a3a..3fd8e9756 100644
--- a/src/sql/tqdatabrowser.h
+++ b/src/sql/tqdatabrowser.h
@@ -92,7 +92,7 @@ public:
TQStringList sort() const;
void setFilter( const TQString& filter );
TQString filter() const;
- virtual void setSqlCursor( TQSqlCursor* cursor, bool autoDelete = FALSE );
+ virtual void setSqlCursor( TQSqlCursor* cursor, bool autoDelete = false );
TQSqlCursor* sqlCursor() const;
virtual void setForm( TQSqlForm* form );
TQSqlForm* form();
@@ -113,7 +113,7 @@ public:
virtual void setAutoEdit( bool autoEdit );
bool autoEdit() const;
- virtual bool seek( int i, bool relative = FALSE );
+ virtual bool seek( int i, bool relative = false );
signals:
void firstRecordAvailable( bool available );