summaryrefslogtreecommitdiffstats
path: root/doc/html/qsqlselectcursor-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qsqlselectcursor-h.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qsqlselectcursor-h.html')
-rw-r--r--doc/html/qsqlselectcursor-h.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qsqlselectcursor-h.html b/doc/html/qsqlselectcursor-h.html
index 0f96650e4..f95bce6fb 100644
--- a/doc/html/qsqlselectcursor-h.html
+++ b/doc/html/qsqlselectcursor-h.html
@@ -100,7 +100,7 @@ public:
bool select() { return TQSqlCursor::select(); }
protected:
- TQSqlIndex primaryIndex( bool = TRUE ) const { return TQSqlIndex(); }
+ TQSqlIndex primaryIndex( bool = true ) const { return TQSqlIndex(); }
TQSqlIndex index( const TQStringList&amp; ) const { return TQSqlIndex(); }
TQSqlIndex index( const TQString&amp; ) const { return TQSqlIndex(); }
TQSqlIndex index( const char* ) const { return TQSqlIndex(); }
@@ -111,20 +111,20 @@ protected:
void clear() {}
void setGenerated( const TQString&amp;, bool ) {}
void setGenerated( int, bool ) {}
- TQSqlRecord* editBuffer( bool = FALSE ) { return 0; }
+ TQSqlRecord* editBuffer( bool = false ) { return 0; }
TQSqlRecord* primeInsert() { return 0; }
TQSqlRecord* primeUpdate() { return 0; }
TQSqlRecord* primeDelete() { return 0; }
- int insert( bool = TRUE ) { return 0; }
- int update( bool = TRUE ) { return 0; }
- int del( bool = TRUE ) { return 0; }
+ int insert( bool = true ) { return 0; }
+ int update( bool = true ) { return 0; }
+ int del( bool = true ) { return 0; }
void setMode( int ) {}
void setSort( const TQSqlIndex&amp; ) {}
TQSqlIndex sort() const { return TQSqlIndex(); }
void setFilter( const TQString&amp; ) {}
TQString filter() const { return TQString::null; }
- void setName( const TQString&amp;, bool = TRUE ) {}
+ void setName( const TQString&amp;, bool = true ) {}
TQString name() const { return TQString::null; }
TQString toString( const TQString&amp; = TQString::null, const TQString&amp; = "," ) const { return TQString::null; }
bool select( const TQString &amp;, const TQSqlIndex&amp; = TQSqlIndex() );