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/EditDlg_8h-source.html | |
parent | 3a620ec823de5283d9f4afe21d80eb5f3e13722e (diff) | |
download | kshowmail-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/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>; |