summaryrefslogtreecommitdiffstats
path: root/doc/html/commandentrydialog_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/commandentrydialog_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/commandentrydialog_8cpp-source.html')
-rw-r--r--doc/html/commandentrydialog_8cpp-source.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<a name="l00042"></a>00042 {
<a name="l00043"></a>00043 TQFileInfo info (<a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>-&gt;text ());
<a name="l00044"></a>00044 TQString dir = info.dirPath ();
-<a name="l00045"></a>00045 TQFileDialog dlg (<span class="keyword">this</span>, <span class="stringliteral">"Command"</span>, TRUE);
+<a name="l00045"></a>00045 TQFileDialog dlg (<span class="keyword">this</span>, <span class="stringliteral">"Command"</span>, true);
<a name="l00046"></a>00046 dlg.setCaption (i18n(<span class="stringliteral">"Select Command"</span>));
<a name="l00047"></a>00047 dlg.setDir (dir);
<a name="l00048"></a>00048 dlg.setMode (TQFileDialog::ExistingFile);