summaryrefslogtreecommitdiffstats
path: root/sip/tqt/tqinputdialog.sip
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:24:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 21:11:58 +0900
commit2d2a66210c4827dd2469d4fde55bf2c9aab81b5a (patch)
tree8a1b99c230b11fb6e679434055553504620119c7 /sip/tqt/tqinputdialog.sip
parentf89d120a2d4982896f0b5c00cee347a010f609a9 (diff)
downloadpytqt-r14.1.4.tar.gz
pytqt-r14.1.4.zip
Replace TRUE/FALSE with boolean values true/falser14.1.4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6cbdd25dc4c6b0987636b37b2046b1b9464e3d60)
Diffstat (limited to 'sip/tqt/tqinputdialog.sip')
-rw-r--r--sip/tqt/tqinputdialog.sip4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tqt/tqinputdialog.sip b/sip/tqt/tqinputdialog.sip
index f64baa7..11016b6 100644
--- a/sip/tqt/tqinputdialog.sip
+++ b/sip/tqt/tqinputdialog.sip
@@ -109,7 +109,7 @@ the <Literal>double</Literal> result and the <Literal>ok</Literal> flag.
<ParamDef>const TQString &amp;<Parameter>label</Parameter></ParamDef>
<ParamDef>const TQStringList &<Parameter>list</Parameter></ParamDef>
<ParamDef>int <Parameter>current</Parameter> = 0</ParamDef>
- <ParamDef>bool <Parameter>editable</Parameter> = TRUE</ParamDef>
+ <ParamDef>bool <Parameter>editable</Parameter> = true</ParamDef>
<ParamDef>bool *<Parameter>ok</Parameter> = 0</ParamDef>
<ParamDef>TQWidget *<Parameter>parent</Parameter> = 0</ParamDef>
<ParamDef>const char *<Parameter>name</Parameter> = 0</ParamDef>
@@ -146,7 +146,7 @@ public:
bool * = 0,TQWidget * = 0,const char * = 0);
static TQString getItem(const TQString &,const TQString &,
- const TQStringList &,int = 0,bool = TRUE,
+ const TQStringList &,int = 0,bool = true,
bool * = 0,TQWidget * = 0,const char * = 0);
private: