summaryrefslogtreecommitdiffstats
path: root/sip/tqtsql
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tqtsql')
-rw-r--r--sip/tqtsql/tqsqlcursor.sip4
-rw-r--r--sip/tqtsql/tqsqlselectcursor.sip2
2 files changed, 3 insertions, 3 deletions
diff --git a/sip/tqtsql/tqsqlcursor.sip b/sip/tqtsql/tqsqlcursor.sip
index 76f258e..4d85be9 100644
--- a/sip/tqtsql/tqsqlcursor.sip
+++ b/sip/tqtsql/tqsqlcursor.sip
@@ -24,7 +24,7 @@
<Sect2><Title>TQSqlCursor (TQt v3+)</Title>
<FuncSynopsis>
<FuncDef>virtual int <Function>del</Function></FuncDef>
- <ParamDef>bool <Parameter>invalidate</Parameter> = TRUE</ParamDef>
+ <ParamDef>bool <Parameter>invalidate</Parameter> = true</ParamDef>
</FuncSynopsis>
<Para>
This has been renamed <Literal>delRecords</Literal> in Python.
@@ -33,7 +33,7 @@ This has been renamed <Literal>delRecords</Literal> in Python.
<FuncSynopsis>
<FuncDef>virtual int <Function>del</Function></FuncDef>
<ParamDef>const TQString &amp;<Parameter>filter</Parameter></ParamDef>
- <ParamDef>bool <Parameter>invalidate</Parameter> = TRUE</ParamDef>
+ <ParamDef>bool <Parameter>invalidate</Parameter> = true</ParamDef>
</FuncSynopsis>
<Para>
This has been renamed <Literal>delRecords</Literal> in Python.
diff --git a/sip/tqtsql/tqsqlselectcursor.sip b/sip/tqtsql/tqsqlselectcursor.sip
index a33fee3..147c38c 100644
--- a/sip/tqtsql/tqsqlselectcursor.sip
+++ b/sip/tqtsql/tqsqlselectcursor.sip
@@ -24,7 +24,7 @@
<Sect2><Title>TQSqlSelectCursor (TQt v3.2.0+)</Title>
<FuncSynopsis>
<FuncDef>int <Function>del</Function></FuncDef>
- <ParamDef>bool <Parameter>invalidate</Parameter> = TRUE</ParamDef>
+ <ParamDef>bool <Parameter>invalidate</Parameter> = true</ParamDef>
</FuncSynopsis>
<Para>
This has been renamed <Literal>delRecords</Literal> in Python.