summaryrefslogtreecommitdiffstats
path: root/doc/html/optiondialog_8cpp-source.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-22 13:58:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-22 13:58:57 +0900
commit6d1638620f3da1664aa3b86c46852515fc78707c (patch)
treed8d2ca04431fee08138033dc6129f08a381b3334 /doc/html/optiondialog_8cpp-source.html
parent03d321be2d68dcdb1577ed5a72188265f92647f3 (diff)
downloadkshowmail-6d1638620f3da1664aa3b86c46852515fc78707c.tar.gz
kshowmail-6d1638620f3da1664aa3b86c46852515fc78707c.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/optiondialog_8cpp-source.html')
-rw-r--r--doc/html/optiondialog_8cpp-source.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<a name="l00234"></a>00234 filters.append (i18n(<span class="stringliteral">"All files (*)"</span>));
<a name="l00235"></a>00235 TQFileInfo info (<a class="code" href="classOptionDlg.html#9254f6d43feea0d85b590d0feb394cb3">m_EditSoundFile</a>-&gt;text ());
<a name="l00236"></a>00236 TQString dir = info.dirPath ();
-<a name="l00237"></a>00237 TQFileDialog dlg (<span class="keyword">this</span>, <span class="stringliteral">"Sound File"</span>, TRUE);
+<a name="l00237"></a>00237 TQFileDialog dlg (<span class="keyword">this</span>, <span class="stringliteral">"Sound File"</span>, true);
<a name="l00238"></a>00238 dlg.setCaption (i18n(<span class="stringliteral">"Select Sound File"</span>));
<a name="l00239"></a>00239 dlg.setDir (dir);
<a name="l00240"></a>00240 dlg.setFilters (filters);