summaryrefslogtreecommitdiffstats
path: root/doc/html/showrecordelem_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-23 11:16:13 +0900
commitdf48ed078a0409e56f8d3373898f0797c3376ae7 (patch)
tree2c1eed4cc787375e3d3649b3bdf45a828b007b9e /doc/html/showrecordelem_8cpp-source.html
parent3a620ec823de5283d9f4afe21d80eb5f3e13722e (diff)
downloadkshowmail-df48ed07.tar.gz
kshowmail-df48ed07.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/showrecordelem_8cpp-source.html')
-rw-r--r--doc/html/showrecordelem_8cpp-source.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/showrecordelem_8cpp-source.html b/doc/html/showrecordelem_8cpp-source.html
index 6e4329c..4ccaa2c 100644
--- a/doc/html/showrecordelem_8cpp-source.html
+++ b/doc/html/showrecordelem_8cpp-source.html
@@ -78,7 +78,7 @@
<a name="l00061"></a>00061 TQString searchstring( TQString( <span class="stringliteral">"\r\n%1:"</span> ).arg( item ) );
<a name="l00062"></a>00062
<a name="l00063"></a>00063 <span class="comment">//searching...</span>
-<a name="l00064"></a>00064 <span class="keywordtype">int</span> pos1 = <a class="code" href="classShowRecordElem.html#ca732c6667cb0424aab679785d24256a">m_header</a>.find( searchstring, 0, FALSE );
+<a name="l00064"></a>00064 <span class="keywordtype">int</span> pos1 = <a class="code" href="classShowRecordElem.html#ca732c6667cb0424aab679785d24256a">m_header</a>.find( searchstring, 0, false );
<a name="l00065"></a>00065 <span class="keywordtype">int</span> pos2 = <a class="code" href="classShowRecordElem.html#ca732c6667cb0424aab679785d24256a">m_header</a>.find( <span class="charliteral">'\r'</span>, pos1 + 2 );
<a name="l00066"></a>00066
<a name="l00067"></a>00067 <span class="comment">//cut out the interesting content, if we have found a matching line</span>