summaryrefslogtreecommitdiffstats
path: root/src/AboutDialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-16 14:47:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-16 19:52:29 +0900
commit4f7c336af2beeba0d370d2677801351fa94c5885 (patch)
tree0043202f2505428fe072ce8ac9952709a97d9664 /src/AboutDialog.cpp
parent0de781a294c6f3abba8562c9a7e2c215c7958445 (diff)
downloaduniversal-indent-gui-tqt-4f7c336af2beeba0d370d2677801351fa94c5885.tar.gz
universal-indent-gui-tqt-4f7c336af2beeba0d370d2677801351fa94c5885.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 87843223ab8cb466b09f6867aba997e7f053d380)
Diffstat (limited to 'src/AboutDialog.cpp')
-rw-r--r--src/AboutDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp
index 0af0152..855b7a3 100644
--- a/src/AboutDialog.cpp
+++ b/src/AboutDialog.cpp
@@ -28,7 +28,7 @@
// Displays a dialog window with information about UniversalIndentGUI
AboutDialog::AboutDialog(TQWidget *parent, WFlags flags) :
- AboutDialogBase(parent, NULL, FALSE, flags)
+ AboutDialogBase(parent, NULL, false, flags)
{
TQFont titleFont = titleLabel->font();
titleFont.setPointSize(20);