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/CommandDlg_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/CommandDlg_8h-source.html')
-rw-r--r-- | doc/html/CommandDlg_8h-source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/CommandDlg_8h-source.html b/doc/html/CommandDlg_8h-source.html index 89cf9c7..d5548b2 100644 --- a/doc/html/CommandDlg_8h-source.html +++ b/doc/html/CommandDlg_8h-source.html @@ -43,7 +43,7 @@ <a name="l00026"></a>00026 TQ_OBJECT <a name="l00027"></a>00027 <a name="l00028"></a>00028 <span class="keyword">public</span>: -<a name="l00029"></a>00029 <a class="code" href="classCommandDlg.html#00435683972414b1f2ca8bcb9e1dbc91">CommandDlg</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="classCommandDlg.html#00435683972414b1f2ca8bcb9e1dbc91">CommandDlg</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="l00030"></a>00030 <a class="code" href="classCommandDlg.html#0eb54248bcf1851da5c2c054582b1e99">~CommandDlg</a>(); <a name="l00031"></a>00031 <a name="l00032"></a><a class="code" href="classCommandDlg.html#15cdabaf87020ef1ead6ecd7e61d1dea">00032</a> TQPushButton* <a class="code" href="classCommandDlg.html#15cdabaf87020ef1ead6ecd7e61d1dea">m_ButtonOk</a>; |