summaryrefslogtreecommitdiffstats
path: root/src/wlassistant.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-28 19:54:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-29 19:00:27 +0900
commitc843d9d7e3d7631b30fe3fc8cf166ea341262a17 (patch)
tree68bba01d9abf2468d998b0e3577be3b17026e502 /src/wlassistant.h
parent8f4d683bf598cf305a97f76da7a852c80ae7b47b (diff)
downloadwlassistant-c843d9d7.tar.gz
wlassistant-c843d9d7.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 54ee84e58edeaf67efb666d8f7d4242a11e89fc6)
Diffstat (limited to 'src/wlassistant.h')
-rw-r--r--src/wlassistant.h2
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);