diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-28 19:54:40 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-28 19:54:40 +0900 |
| commit | 54ee84e58edeaf67efb666d8f7d4242a11e89fc6 (patch) | |
| tree | 9415b671cc378d9644f06f7e1d6a217be0816adf /src/wlassistant.h | |
| parent | 8f1aef64b2a93fc90f1333329631b9b64cf10697 (diff) | |
| download | wlassistant-54ee84e58edeaf67efb666d8f7d4242a11e89fc6.tar.gz wlassistant-54ee84e58edeaf67efb666d8f7d4242a11e89fc6.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/wlassistant.h')
| -rw-r--r-- | src/wlassistant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wlassistant.h b/src/wlassistant.h index 0bb3497..7e25ca8 100644 --- a/src/wlassistant.h +++ b/src/wlassistant.h @@ -42,7 +42,7 @@ class WirelessAssistant : public mainWindow public: /*$PUBLIC_FUNCTIONS$*/ - WirelessAssistant(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + WirelessAssistant(TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); ~WirelessAssistant(); static TQString getVal(const TQString & str, const TQString & rxs); |
