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-22 13:58:57 +0900 |
commit | 6d1638620f3da1664aa3b86c46852515fc78707c (patch) | |
tree | d8d2ca04431fee08138033dc6129f08a381b3334 /doc/html/EditDlg_8h-source.html | |
parent | 03d321be2d68dcdb1577ed5a72188265f92647f3 (diff) | |
download | kshowmail-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/EditDlg_8h-source.html')
-rw-r--r-- | doc/html/EditDlg_8h-source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/EditDlg_8h-source.html b/doc/html/EditDlg_8h-source.html index cdeaeaa..c028f31 100644 --- a/doc/html/EditDlg_8h-source.html +++ b/doc/html/EditDlg_8h-source.html @@ -42,7 +42,7 @@ <a name="l00025"></a>00025 TQ_OBJECT <a name="l00026"></a>00026 <a name="l00027"></a>00027 <span class="keyword">public</span>: -<a name="l00028"></a>00028 <a class="code" href="classEditDlg.html#1a0993a8c1b96893a290c3c7b8ce0a18">EditDlg</a>( TQWidget* parent = 0, <span class="keyword">const</span> <span class="keywordtype">char</span>* name = 0, <span class="keywordtype">bool</span> modal = FALSE, WFlags fl = 0 ); +<a name="l00028"></a>00028 <a class="code" href="classEditDlg.html#1a0993a8c1b96893a290c3c7b8ce0a18">EditDlg</a>( TQWidget* parent = 0, <span class="keyword">const</span> <span class="keywordtype">char</span>* name = 0, <span class="keywordtype">bool</span> modal = false, WFlags fl = 0 ); <a name="l00029"></a>00029 <a class="code" href="classEditDlg.html#d2ee10f87c785df1bd542d5a40f457c9">~EditDlg</a>(); <a name="l00030"></a>00030 <a name="l00031"></a><a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">00031</a> KTextBrowser* <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a>; |