summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlfield-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqsqlfield-h.html')
-rw-r--r--doc/html/tqsqlfield-h.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqsqlfield-h.html b/doc/html/tqsqlfield-h.html
index b1f0ebebe..2cf90faa1 100644
--- a/doc/html/tqsqlfield-h.html
+++ b/doc/html/tqsqlfield-h.html
@@ -111,7 +111,7 @@ public:
bool isNull() const;
virtual void setReadOnly( bool readOnly );
bool isReadOnly() const;
- void clear( bool nullify = TRUE );
+ void clear( bool nullify = true );
TQVariant::Type type() const;
private:
@@ -154,11 +154,11 @@ public:
int prec = -1,
const TQVariant& defValue = TQVariant(),
int sqlType = 0,
- bool generated = TRUE,
- bool trim = FALSE,
- bool calculated = FALSE );
+ bool generated = true,
+ bool trim = false,
+ bool calculated = false );
TQSqlFieldInfo( const TQSqlFieldInfo & other );
- TQSqlFieldInfo( const TQSqlField & other, bool generated = TRUE );
+ TQSqlFieldInfo( const TQSqlField & other, bool generated = true );
virtual ~TQSqlFieldInfo();
TQSqlFieldInfo& operator=( const TQSqlFieldInfo& other );
bool operator==( const TQSqlFieldInfo& f ) const;