From 6d1638620f3da1664aa3b86c46852515fc78707c 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 --- doc/html/optiondialog_8cpp-source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/optiondialog_8cpp-source.html') diff --git a/doc/html/optiondialog_8cpp-source.html b/doc/html/optiondialog_8cpp-source.html index 05bcb11..27ecef7 100644 --- a/doc/html/optiondialog_8cpp-source.html +++ b/doc/html/optiondialog_8cpp-source.html @@ -251,7 +251,7 @@ 00234 filters.append (i18n("All files (*)")); 00235 TQFileInfo info (m_EditSoundFile->text ()); 00236 TQString dir = info.dirPath (); -00237 TQFileDialog dlg (this, "Sound File", TRUE); +00237 TQFileDialog dlg (this, "Sound File", true); 00238 dlg.setCaption (i18n("Select Sound File")); 00239 dlg.setDir (dir); 00240 dlg.setFilters (filters); -- cgit v1.2.3