diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-22 13:58:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-23 11:16:13 +0900 |
commit | df48ed078a0409e56f8d3373898f0797c3376ae7 (patch) | |
tree | 2c1eed4cc787375e3d3649b3bdf45a828b007b9e /doc/html/optiondialog_8cpp-source.html | |
parent | 3a620ec823de5283d9f4afe21d80eb5f3e13722e (diff) | |
download | kshowmail-df48ed078a0409e56f8d3373898f0797c3376ae7.tar.gz kshowmail-df48ed078a0409e56f8d3373898f0797c3376ae7.zip |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6d1638620f3da1664aa3b86c46852515fc78707c)
Diffstat (limited to 'doc/html/optiondialog_8cpp-source.html')
-rw-r--r-- | doc/html/optiondialog_8cpp-source.html | 2 |
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>->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); |