summaryrefslogtreecommitdiffstats
path: root/arts/builder/portposdlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-17 22:24:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-28 21:07:20 +0900
commit8c5bf7fe3ada23d527631368ab77f5fa3844e359 (patch)
tree37252fd078ecdf32e46c526a0a6fee046979a14e /arts/builder/portposdlg.cpp
parent6ccc327f6f1f7f26a62f6c3099179d2e3aaddc7a (diff)
downloadtdemultimedia-8c5bf7fe.tar.gz
tdemultimedia-8c5bf7fe.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dd46b9bdeae872ed7682913c898931f1aa6d3d42)
Diffstat (limited to 'arts/builder/portposdlg.cpp')
-rw-r--r--arts/builder/portposdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/builder/portposdlg.cpp b/arts/builder/portposdlg.cpp
index 246f972c..2321d9e1 100644
--- a/arts/builder/portposdlg.cpp
+++ b/arts/builder/portposdlg.cpp
@@ -40,7 +40,7 @@
using namespace std;
-PortPosDlg::PortPosDlg(TQWidget *parent, Structure *structure) :TQDialog(parent,"Props", TRUE)
+PortPosDlg::PortPosDlg(TQWidget *parent, Structure *structure) :TQDialog(parent,"Props", true)
{
this->structure = structure;