From df48ed078a0409e56f8d3373898f0797c3376ae7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 22 Mar 2025 13:58:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit 6d1638620f3da1664aa3b86c46852515fc78707c) --- doc/html/commandentrydialog_8cpp-source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/commandentrydialog_8cpp-source.html') diff --git a/doc/html/commandentrydialog_8cpp-source.html b/doc/html/commandentrydialog_8cpp-source.html index 990a260..3e409b0 100644 --- a/doc/html/commandentrydialog_8cpp-source.html +++ b/doc/html/commandentrydialog_8cpp-source.html @@ -59,7 +59,7 @@ 00042 { 00043 TQFileInfo info (m_EditPath->text ()); 00044 TQString dir = info.dirPath (); -00045 TQFileDialog dlg (this, "Command", TRUE); +00045 TQFileDialog dlg (this, "Command", true); 00046 dlg.setCaption (i18n("Select Command")); 00047 dlg.setDir (dir); 00048 dlg.setMode (TQFileDialog::ExistingFile); -- cgit v1.2.3