summaryrefslogtreecommitdiffstats
path: root/src/variablelabel.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-16 14:46:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-16 19:50:11 +0900
commit274d46fb27d52c28871026a60c27dde7707dffbd (patch)
tree2c3eca843f48040f5ac96f229d8a64a084c07a7a /src/variablelabel.cpp
parentad7d68791224f03fa802e224edae25a55e875282 (diff)
downloadktechlab-274d46fb27d52c28871026a60c27dde7707dffbd.tar.gz
ktechlab-274d46fb27d52c28871026a60c27dde7707dffbd.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6d60c25b7d9b16dfaa39b524bf48ea4238130754)
Diffstat (limited to 'src/variablelabel.cpp')
-rw-r--r--src/variablelabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variablelabel.cpp b/src/variablelabel.cpp
index 6277b5b..c96d6ef 100644
--- a/src/variablelabel.cpp
+++ b/src/variablelabel.cpp
@@ -26,7 +26,7 @@ VariableLabel::VariableLabel( TextView * parent )
m_value = -1;
setMargin(1);
- setAutoMask( FALSE );
+ setAutoMask( false );
setFrameStyle( TQFrame::Plain | TQFrame::Box );
setLineWidth( 1 );
setAlignment( AlignAuto | AlignTop );