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/AlertDlg_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/AlertDlg_8h-source.html')
-rw-r--r-- | doc/html/AlertDlg_8h-source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/AlertDlg_8h-source.html b/doc/html/AlertDlg_8h-source.html index 8bc9043..bfdc89d 100644 --- a/doc/html/AlertDlg_8h-source.html +++ b/doc/html/AlertDlg_8h-source.html @@ -48,7 +48,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="classAlertDlg.html#b8b7463dbb2a1c27a84f3846db46027b">AlertDlg</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="classAlertDlg.html#b8b7463dbb2a1c27a84f3846db46027b">AlertDlg</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="classAlertDlg.html#268ce013bcd724380693d42f3bcae203">~AlertDlg</a>(); <a name="l00031"></a>00031 <a name="l00032"></a><a class="code" href="classAlertDlg.html#eb7788e0ac9452d9875139eb5a5117c4">00032</a> TQPushButton* <a class="code" href="classAlertDlg.html#eb7788e0ac9452d9875139eb5a5117c4">m_ButtonIgnore</a>; |