summaryrefslogtreecommitdiffstats
path: root/src/mainview.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-22 14:28:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-23 10:07:10 +0900
commit39876d710881d647fd0d755d31b620a7214cf9ff (patch)
tree0affcc87388c3f41ff8a5013910f9e35cd0da0a9 /src/mainview.h
parentf45740dc476004d43e63d94b746239e77dfef19e (diff)
downloadkvpnc-r14.1.4.tar.gz
kvpnc-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 b1606f1200c833b5a0896d6bfe08db8db8c6d81e)
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h
index e8bf453..6d748ba 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -36,7 +36,7 @@
class MainView : public MainViewBase {
public:
- MainView( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ MainView( TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 );
~MainView();
DebugOutputTextEdit *DebugOutput;