diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-31 15:40:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-03 10:27:13 +0900 |
commit | c281cf569124a6f2ab1aa60ea0486f7af6c89fe3 (patch) | |
tree | c51dccfa0996ddf41e33207708fdc9b07c8655ab /src/knutinstcomms.h | |
parent | 8ba7dc041400b5677437621978b3c19f19780978 (diff) | |
download | knutclient-r14.1.4.tar.gz knutclient-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 402beef97615e8fd3bb9ccbae7a5229877df4129)
Diffstat (limited to 'src/knutinstcomms.h')
-rw-r--r-- | src/knutinstcomms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knutinstcomms.h b/src/knutinstcomms.h index 5a7ce33..70b882e 100644 --- a/src/knutinstcomms.h +++ b/src/knutinstcomms.h @@ -53,7 +53,7 @@ public: * * @since 0.4 **/ - KNutInstComms(TQString* userName, TQString* userPassword, const TQString uName, const TQString password, KNutNet* const upsNet, TQWidget* parent = 0, const char* name = 0, bool const modal = TRUE); + KNutInstComms(TQString* userName, TQString* userPassword, const TQString uName, const TQString password, KNutNet* const upsNet, TQWidget* parent = 0, const char* name = 0, bool const modal = true); /** * Destruktor |