summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/html/AlertDlg_8cpp-source.html12
-rw-r--r--doc/html/AlertDlg_8h-source.html2
-rw-r--r--doc/html/CommandDlg_8cpp-source.html6
-rw-r--r--doc/html/CommandDlg_8h-source.html2
-rw-r--r--doc/html/CommandEntryDlg_8cpp-source.html4
-rw-r--r--doc/html/CommandEntryDlg_8h-source.html2
-rw-r--r--doc/html/EditDlg_8cpp-source.html6
-rw-r--r--doc/html/EditDlg_8h-source.html2
-rw-r--r--doc/html/FilterDlg_8cpp-source.html6
-rw-r--r--doc/html/FilterDlg_8h-source.html2
-rw-r--r--doc/html/FilterEntryDlg_8cpp-source.html20
-rw-r--r--doc/html/FilterEntryDlg_8h-source.html2
-rw-r--r--doc/html/OptionDlg_8cpp-source.html42
-rw-r--r--doc/html/OptionDlg_8h-source.html2
-rw-r--r--doc/html/ServerDlg_8cpp-source.html6
-rw-r--r--doc/html/ServerDlg_8h-source.html2
-rw-r--r--doc/html/classAlertDialog-members.html2
-rw-r--r--doc/html/classAlertDlg-members.html2
-rw-r--r--doc/html/classAlertDlg.html6
-rw-r--r--doc/html/classCommandDialog-members.html2
-rw-r--r--doc/html/classCommandDlg-members.html2
-rw-r--r--doc/html/classCommandDlg.html4
-rw-r--r--doc/html/classCommandEntryDialog-members.html2
-rw-r--r--doc/html/classCommandEntryDlg-members.html2
-rw-r--r--doc/html/classCommandEntryDlg.html4
-rw-r--r--doc/html/classConfigElem.html46
-rw-r--r--doc/html/classConfigList.html110
-rw-r--r--doc/html/classEditDialog-members.html2
-rw-r--r--doc/html/classEditDlg-members.html2
-rw-r--r--doc/html/classEditDlg.html4
-rw-r--r--doc/html/classFilterDialog-members.html2
-rw-r--r--doc/html/classFilterDlg-members.html2
-rw-r--r--doc/html/classFilterDlg.html4
-rw-r--r--doc/html/classFilterEntryDialog-members.html2
-rw-r--r--doc/html/classFilterEntryDlg-members.html2
-rw-r--r--doc/html/classFilterEntryDlg.html4
-rw-r--r--doc/html/classKShowMailApp.html2
-rw-r--r--doc/html/classOptionDialog-members.html2
-rw-r--r--doc/html/classOptionDlg-members.html2
-rw-r--r--doc/html/classOptionDlg.html4
-rw-r--r--doc/html/classServerDlg-members.html2
-rw-r--r--doc/html/classServerDlg.html4
-rw-r--r--doc/html/classShowRecord.html14
-rw-r--r--doc/html/classShowRecordElem.html16
-rw-r--r--doc/html/commandentrydialog_8cpp-source.html2
-rw-r--r--doc/html/configelem_8cpp-source.html4
-rw-r--r--doc/html/configlist_8cpp-source.html34
-rw-r--r--doc/html/decodeRFC2047_8cpp-source.html16
-rw-r--r--doc/html/filterlist_8cpp-source.html2
-rw-r--r--doc/html/namespaceTypes.html2
-rw-r--r--doc/html/optiondialog_8cpp-source.html2
-rw-r--r--doc/html/showrecord_8cpp-source.html2
-rw-r--r--doc/html/showrecordelem_8cpp-source.html2
53 files changed, 218 insertions, 218 deletions
diff --git a/doc/html/AlertDlg_8cpp-source.html b/doc/html/AlertDlg_8cpp-source.html
index 575eb90..68d84ae 100644
--- a/doc/html/AlertDlg_8cpp-source.html
+++ b/doc/html/AlertDlg_8cpp-source.html
@@ -208,7 +208,7 @@
<a name="l00191"></a>00191 <span class="comment"> * name 'name' and widget flags set to 'f'.</span>
<a name="l00192"></a>00192 <span class="comment"> *</span>
<a name="l00193"></a>00193 <span class="comment"> * The dialog will by default be modeless, unless you set 'modal' to</span>
-<a name="l00194"></a>00194 <span class="comment"> * TRUE to construct a modal dialog.</span>
+<a name="l00194"></a>00194 <span class="comment"> * true to construct a modal dialog.</span>
<a name="l00195"></a>00195 <span class="comment"> */</span>
<a name="l00196"></a><a class="code" href="classAlertDlg.html#b8b7463dbb2a1c27a84f3846db46027b">00196</a> <a class="code" href="classAlertDlg.html#b8b7463dbb2a1c27a84f3846db46027b">AlertDlg::AlertDlg</a>( TQWidget* parent, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keywordtype">bool</span> modal, WFlags fl )
<a name="l00197"></a>00197 : TQDialog( parent, name, modal, fl ),
@@ -228,15 +228,15 @@
<a name="l00211"></a>00211
<a name="l00212"></a>00212 <a class="code" href="classAlertDlg.html#68460203169eb997f60e1d487309399a">PixmapLabel2</a> = <span class="keyword">new</span> TQLabel( <span class="keyword">this</span>, <span class="stringliteral">"PixmapLabel2"</span> );
<a name="l00213"></a>00213 <a class="code" href="classAlertDlg.html#68460203169eb997f60e1d487309399a">PixmapLabel2</a>-&gt;setPixmap( <a class="code" href="classAlertDlg.html#8309795df6391db4e19bf7d3c2c0a4b5">image0</a> );
-<a name="l00214"></a>00214 <a class="code" href="classAlertDlg.html#68460203169eb997f60e1d487309399a">PixmapLabel2</a>-&gt;setScaledContents( TRUE );
+<a name="l00214"></a>00214 <a class="code" href="classAlertDlg.html#68460203169eb997f60e1d487309399a">PixmapLabel2</a>-&gt;setScaledContents( true );
<a name="l00215"></a>00215
<a name="l00216"></a>00216 <a class="code" href="classAlertDlg.html#7ff66f74b2fcc1c1ebe7b9c48c9478ca">AlertDlgLayout</a>-&gt;addMultiCellWidget( <a class="code" href="classAlertDlg.html#68460203169eb997f60e1d487309399a">PixmapLabel2</a>, 0, 1, 0, 0 );
<a name="l00217"></a>00217
<a name="l00218"></a>00218 <a class="code" href="classAlertDlg.html#6c55122d5c924676559a12d39863488e">TQLabel_1</a> = <span class="keyword">new</span> TQLabel( <span class="keyword">this</span>, <span class="stringliteral">"TQLabel_1"</span> );
<a name="l00219"></a>00219 TQFont TQLabel_1_font( <a class="code" href="classAlertDlg.html#6c55122d5c924676559a12d39863488e">TQLabel_1</a>-&gt;font() );
<a name="l00220"></a>00220 TQLabel_1_font.setPointSize( 14 );
-<a name="l00221"></a>00221 TQLabel_1_font.setBold( TRUE );
-<a name="l00222"></a>00222 TQLabel_1_font.setItalic( TRUE );
+<a name="l00221"></a>00221 TQLabel_1_font.setBold( true );
+<a name="l00222"></a>00222 TQLabel_1_font.setItalic( true );
<a name="l00223"></a>00223 <a class="code" href="classAlertDlg.html#6c55122d5c924676559a12d39863488e">TQLabel_1</a>-&gt;setFont( TQLabel_1_font );
<a name="l00224"></a>00224
<a name="l00225"></a>00225 <a class="code" href="classAlertDlg.html#7ff66f74b2fcc1c1ebe7b9c48c9478ca">AlertDlgLayout</a>-&gt;addMultiCellWidget( <a class="code" href="classAlertDlg.html#6c55122d5c924676559a12d39863488e">TQLabel_1</a>, 0, 0, 1, 2 );
@@ -244,8 +244,8 @@
<a name="l00227"></a>00227 <a class="code" href="classAlertDlg.html#2993a64823b3edf7874709d2108ce3d7">TQLabel_2</a> = <span class="keyword">new</span> TQLabel( <span class="keyword">this</span>, <span class="stringliteral">"TQLabel_2"</span> );
<a name="l00228"></a>00228 TQFont TQLabel_2_font( <a class="code" href="classAlertDlg.html#2993a64823b3edf7874709d2108ce3d7">TQLabel_2</a>-&gt;font() );
<a name="l00229"></a>00229 TQLabel_2_font.setPointSize( 14 );
-<a name="l00230"></a>00230 TQLabel_2_font.setBold( TRUE );
-<a name="l00231"></a>00231 TQLabel_2_font.setItalic( TRUE );
+<a name="l00230"></a>00230 TQLabel_2_font.setBold( true );
+<a name="l00231"></a>00231 TQLabel_2_font.setItalic( true );
<a name="l00232"></a>00232 <a class="code" href="classAlertDlg.html#2993a64823b3edf7874709d2108ce3d7">TQLabel_2</a>-&gt;setFont( TQLabel_2_font );
<a name="l00233"></a>00233
<a name="l00234"></a>00234 <a class="code" href="classAlertDlg.html#7ff66f74b2fcc1c1ebe7b9c48c9478ca">AlertDlgLayout</a>-&gt;addMultiCellWidget( <a class="code" href="classAlertDlg.html#2993a64823b3edf7874709d2108ce3d7">TQLabel_2</a>, 1, 1, 1, 2 );
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>;
diff --git a/doc/html/CommandDlg_8cpp-source.html b/doc/html/CommandDlg_8cpp-source.html
index 0745fbb..1c40837 100644
--- a/doc/html/CommandDlg_8cpp-source.html
+++ b/doc/html/CommandDlg_8cpp-source.html
@@ -41,14 +41,14 @@
<a name="l00024"></a>00024 <span class="comment"> * name 'name' and widget flags set to 'f'.</span>
<a name="l00025"></a>00025 <span class="comment"> *</span>
<a name="l00026"></a>00026 <span class="comment"> * The dialog will by default be modeless, unless you set 'modal' to</span>
-<a name="l00027"></a>00027 <span class="comment"> * TRUE to construct a modal dialog.</span>
+<a name="l00027"></a>00027 <span class="comment"> * true to construct a modal dialog.</span>
<a name="l00028"></a>00028 <span class="comment"> */</span>
<a name="l00029"></a><a class="code" href="classCommandDlg.html#00435683972414b1f2ca8bcb9e1dbc91">00029</a> <a class="code" href="classCommandDlg.html#00435683972414b1f2ca8bcb9e1dbc91">CommandDlg::CommandDlg</a>( TQWidget* parent, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keywordtype">bool</span> modal, WFlags fl )
<a name="l00030"></a>00030 : TQDialog( parent, name, modal, fl )
<a name="l00031"></a>00031 {
<a name="l00032"></a>00032 <span class="keywordflow">if</span> ( !name )
<a name="l00033"></a>00033 setName( <span class="stringliteral">"CommandDlg"</span> );
-<a name="l00034"></a>00034 setSizeGripEnabled( FALSE );
+<a name="l00034"></a>00034 setSizeGripEnabled( false );
<a name="l00035"></a>00035 <a class="code" href="classCommandDlg.html#f4d0781c175dda013e4eb5d512edf6ac">CommandDlgLayout</a> = <span class="keyword">new</span> TQGridLayout( <span class="keyword">this</span>, 1, 1, 11, 6, <span class="stringliteral">"CommandDlgLayout"</span>);
<a name="l00036"></a>00036
<a name="l00037"></a>00037 <a class="code" href="classCommandDlg.html#bb726a94053a9e1aba96babad4e5c024">Layout6</a> = <span class="keyword">new</span> TQHBoxLayout( 0, 0, 6, <span class="stringliteral">"Layout6"</span>);
@@ -91,7 +91,7 @@
<a name="l00074"></a>00074
<a name="l00075"></a>00075 <a class="code" href="classCommandDlg.html#11cd0e642b8082cc53342e640bb9491d">TQGroupBox_1Layout</a>-&gt;addWidget( <a class="code" href="classCommandDlg.html#30ea515a9e24cabfb15d4243f4173e7e">m_ButtonDelete</a>, 1, 3 );
<a name="l00076"></a>00076
-<a name="l00077"></a>00077 <a class="code" href="classCommandDlg.html#96835ee0557e2288d0254beefc2469de">m_ComboCommand</a> = <span class="keyword">new</span> TQComboBox( FALSE, <a class="code" href="classCommandDlg.html#cd6dd884317f748cf736cb9f66a8e06c">TQGroupBox_1</a>, <span class="stringliteral">"m_ComboCommand"</span> );
+<a name="l00077"></a>00077 <a class="code" href="classCommandDlg.html#96835ee0557e2288d0254beefc2469de">m_ComboCommand</a> = <span class="keyword">new</span> TQComboBox( false, <a class="code" href="classCommandDlg.html#cd6dd884317f748cf736cb9f66a8e06c">TQGroupBox_1</a>, <span class="stringliteral">"m_ComboCommand"</span> );
<a name="l00078"></a>00078 <a class="code" href="classCommandDlg.html#96835ee0557e2288d0254beefc2469de">m_ComboCommand</a>-&gt;setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)0, 0, 0, <a class="code" href="classCommandDlg.html#96835ee0557e2288d0254beefc2469de">m_ComboCommand</a>-&gt;sizePolicy().hasHeightForWidth() ) );
<a name="l00079"></a>00079 <a class="code" href="classCommandDlg.html#96835ee0557e2288d0254beefc2469de">m_ComboCommand</a>-&gt;setInsertionPolicy( TQComboBox::AtTop );
<a name="l00080"></a>00080
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>;
diff --git a/doc/html/CommandEntryDlg_8cpp-source.html b/doc/html/CommandEntryDlg_8cpp-source.html
index df1339c..2dec343 100644
--- a/doc/html/CommandEntryDlg_8cpp-source.html
+++ b/doc/html/CommandEntryDlg_8cpp-source.html
@@ -42,14 +42,14 @@
<a name="l00025"></a>00025 <span class="comment"> * name 'name' and widget flags set to 'f'.</span>
<a name="l00026"></a>00026 <span class="comment"> *</span>
<a name="l00027"></a>00027 <span class="comment"> * The dialog will by default be modeless, unless you set 'modal' to</span>
-<a name="l00028"></a>00028 <span class="comment"> * TRUE to construct a modal dialog.</span>
+<a name="l00028"></a>00028 <span class="comment"> * true to construct a modal dialog.</span>
<a name="l00029"></a>00029 <span class="comment"> */</span>
<a name="l00030"></a><a class="code" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">00030</a> <a class="code" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">CommandEntryDlg::CommandEntryDlg</a>( TQWidget* parent, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keywordtype">bool</span> modal, WFlags fl )
<a name="l00031"></a>00031 : TQDialog( parent, name, modal, fl )
<a name="l00032"></a>00032 {
<a name="l00033"></a>00033 <span class="keywordflow">if</span> ( !name )
<a name="l00034"></a>00034 setName( <span class="stringliteral">"CommandEntryDlg"</span> );
-<a name="l00035"></a>00035 setSizeGripEnabled( FALSE );
+<a name="l00035"></a>00035 setSizeGripEnabled( false );
<a name="l00036"></a>00036 <a class="code" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a> = <span class="keyword">new</span> TQVBoxLayout( <span class="keyword">this</span>, 11, 6, <span class="stringliteral">"CommandEntryDlgLayout"</span>);
<a name="l00037"></a>00037
<a name="l00038"></a>00038 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a> = <span class="keyword">new</span> TQGroupBox( <span class="keyword">this</span>, <span class="stringliteral">"TQGroupBox_1"</span> );
diff --git a/doc/html/CommandEntryDlg_8h-source.html b/doc/html/CommandEntryDlg_8h-source.html
index c0c6920..b5d0286 100644
--- a/doc/html/CommandEntryDlg_8h-source.html
+++ b/doc/html/CommandEntryDlg_8h-source.html
@@ -44,7 +44,7 @@
<a name="l00027"></a>00027 TQ_OBJECT
<a name="l00028"></a>00028
<a name="l00029"></a>00029 <span class="keyword">public</span>:
-<a name="l00030"></a>00030 <a class="code" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">CommandEntryDlg</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="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">CommandEntryDlg</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="l00031"></a>00031 <a class="code" href="classCommandEntryDlg.html#48a980d2b11d91a2848724261ad28ae7">~CommandEntryDlg</a>();
<a name="l00032"></a>00032
<a name="l00033"></a><a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">00033</a> TQGroupBox* <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">TQGroupBox_1</a>;
diff --git a/doc/html/EditDlg_8cpp-source.html b/doc/html/EditDlg_8cpp-source.html
index 009679b..8967c66 100644
--- a/doc/html/EditDlg_8cpp-source.html
+++ b/doc/html/EditDlg_8cpp-source.html
@@ -40,7 +40,7 @@
<a name="l00023"></a>00023 <span class="comment"> * name 'name' and widget flags set to 'f'.</span>
<a name="l00024"></a>00024 <span class="comment"> *</span>
<a name="l00025"></a>00025 <span class="comment"> * The dialog will by default be modeless, unless you set 'modal' to</span>
-<a name="l00026"></a>00026 <span class="comment"> * TRUE to construct a modal dialog.</span>
+<a name="l00026"></a>00026 <span class="comment"> * true to construct a modal dialog.</span>
<a name="l00027"></a>00027 <span class="comment"> */</span>
<a name="l00028"></a><a class="code" href="classEditDlg.html#1a0993a8c1b96893a290c3c7b8ce0a18">00028</a> <a class="code" href="classEditDlg.html#1a0993a8c1b96893a290c3c7b8ce0a18">EditDlg::EditDlg</a>( TQWidget* parent, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keywordtype">bool</span> modal, WFlags fl )
<a name="l00029"></a>00029 : TQDialog( parent, name, modal, fl )
@@ -55,8 +55,8 @@
<a name="l00038"></a>00038 <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a> = <span class="keyword">new</span> KTextBrowser( <span class="keyword">this</span>, <span class="stringliteral">"m_Edit"</span> );
<a name="l00039"></a>00039 <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a>-&gt;setFocusPolicy( KTextBrowser::TabFocus );
<a name="l00040"></a>00040 <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a>-&gt;setTextFormat( KTextBrowser::AutoText );
-<a name="l00041"></a>00041 <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a>-&gt;setReadOnly( TRUE );
-<a name="l00042"></a>00042 <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a>-&gt;setUndoRedoEnabled( FALSE );
+<a name="l00041"></a>00041 <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a>-&gt;setReadOnly( true );
+<a name="l00042"></a>00042 <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a>-&gt;setUndoRedoEnabled( false );
<a name="l00043"></a>00043 <a class="code" href="classEditDlg.html#121ab750fca3f5077ec34c90edc8fb2e">EditDlgLayout</a>-&gt;addWidget( <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a> );
<a name="l00044"></a>00044
<a name="l00045"></a>00045 <a class="code" href="classEditDlg.html#7b993caff60b9567e77dd966e0a03d12">layout3</a> = <span class="keyword">new</span> TQHBoxLayout( 0, 0, 6, <span class="stringliteral">"layout3"</span>);
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>;
diff --git a/doc/html/FilterDlg_8cpp-source.html b/doc/html/FilterDlg_8cpp-source.html
index cb61bc5..891df2e 100644
--- a/doc/html/FilterDlg_8cpp-source.html
+++ b/doc/html/FilterDlg_8cpp-source.html
@@ -43,14 +43,14 @@
<a name="l00026"></a>00026 <span class="comment"> * name 'name' and widget flags set to 'f'.</span>
<a name="l00027"></a>00027 <span class="comment"> *</span>
<a name="l00028"></a>00028 <span class="comment"> * The dialog will by default be modeless, unless you set 'modal' to</span>
-<a name="l00029"></a>00029 <span class="comment"> * TRUE to construct a modal dialog.</span>
+<a name="l00029"></a>00029 <span class="comment"> * true to construct a modal dialog.</span>
<a name="l00030"></a>00030 <span class="comment"> */</span>
<a name="l00031"></a><a class="code" href="classFilterDlg.html#b3d673e89d2ec101b0224796624deb18">00031</a> <a class="code" href="classFilterDlg.html#b3d673e89d2ec101b0224796624deb18">FilterDlg::FilterDlg</a>( TQWidget* parent, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keywordtype">bool</span> modal, WFlags fl )
<a name="l00032"></a>00032 : TQDialog( parent, name, modal, fl )
<a name="l00033"></a>00033 {
<a name="l00034"></a>00034 <span class="keywordflow">if</span> ( !name )
<a name="l00035"></a>00035 setName( <span class="stringliteral">"FilterDlg"</span> );
-<a name="l00036"></a>00036 setSizeGripEnabled( FALSE );
+<a name="l00036"></a>00036 setSizeGripEnabled( false );
<a name="l00037"></a>00037 <a class="code" href="classFilterDlg.html#a239a88e6ccce2b0362e84af28f6d99d">FilterDlgLayout</a> = <span class="keyword">new</span> TQGridLayout( <span class="keyword">this</span>, 1, 1, 11, 6, <span class="stringliteral">"FilterDlgLayout"</span>);
<a name="l00038"></a>00038
<a name="l00039"></a>00039 <a class="code" href="classFilterDlg.html#2677d339dadc77d10ac703d2e6feaf4c">Layout6</a> = <span class="keyword">new</span> TQHBoxLayout( 0, 0, 6, <span class="stringliteral">"Layout6"</span>);
@@ -94,7 +94,7 @@
<a name="l00077"></a>00077 <a class="code" href="classFilterDlg.html#9689f90e362266e0e27c8193b6b0ddcd">TQGroupBox_1Layout</a> = <span class="keyword">new</span> TQGridLayout( <a class="code" href="classFilterDlg.html#28e7c0c7d110f9536c11386f6c96eabe">TQGroupBox_1</a>-&gt;layout() );
<a name="l00078"></a>00078 <a class="code" href="classFilterDlg.html#9689f90e362266e0e27c8193b6b0ddcd">TQGroupBox_1Layout</a>-&gt;setAlignment( TQt::AlignTop );
<a name="l00079"></a>00079
-<a name="l00080"></a>00080 <a class="code" href="classFilterDlg.html#8d14bf57a0a9a0fd6b9993a2e70010de">_comboFilter</a> = <span class="keyword">new</span> TQComboBox( FALSE, <a class="code" href="classFilterDlg.html#28e7c0c7d110f9536c11386f6c96eabe">TQGroupBox_1</a>, <span class="stringliteral">"_comboFilter"</span> );
+<a name="l00080"></a>00080 <a class="code" href="classFilterDlg.html#8d14bf57a0a9a0fd6b9993a2e70010de">_comboFilter</a> = <span class="keyword">new</span> TQComboBox( false, <a class="code" href="classFilterDlg.html#28e7c0c7d110f9536c11386f6c96eabe">TQGroupBox_1</a>, <span class="stringliteral">"_comboFilter"</span> );
<a name="l00081"></a>00081 <a class="code" href="classFilterDlg.html#8d14bf57a0a9a0fd6b9993a2e70010de">_comboFilter</a>-&gt;setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)0, 0, 0, <a class="code" href="classFilterDlg.html#8d14bf57a0a9a0fd6b9993a2e70010de">_comboFilter</a>-&gt;sizePolicy().hasHeightForWidth() ) );
<a name="l00082"></a>00082 <a class="code" href="classFilterDlg.html#8d14bf57a0a9a0fd6b9993a2e70010de">_comboFilter</a>-&gt;setInsertionPolicy( TQComboBox::AtTop );
<a name="l00083"></a>00083
diff --git a/doc/html/FilterDlg_8h-source.html b/doc/html/FilterDlg_8h-source.html
index 7cbdcd4..64a59ac 100644
--- a/doc/html/FilterDlg_8h-source.html
+++ b/doc/html/FilterDlg_8h-source.html
@@ -45,7 +45,7 @@
<a name="l00028"></a>00028 TQ_OBJECT
<a name="l00029"></a>00029
<a name="l00030"></a>00030 <span class="keyword">public</span>:
-<a name="l00031"></a>00031 <a class="code" href="classFilterDlg.html#b3d673e89d2ec101b0224796624deb18">FilterDlg</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="l00031"></a>00031 <a class="code" href="classFilterDlg.html#b3d673e89d2ec101b0224796624deb18">FilterDlg</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="l00032"></a>00032 <a class="code" href="classFilterDlg.html#fd1a9b90d89f6969633df9607e761704">~FilterDlg</a>();
<a name="l00033"></a>00033
<a name="l00034"></a><a class="code" href="classFilterDlg.html#d987eb9d40d5286157e5f85a218d34b6">00034</a> TQPushButton* <a class="code" href="classFilterDlg.html#d987eb9d40d5286157e5f85a218d34b6">_buttonOk</a>;
diff --git a/doc/html/FilterEntryDlg_8cpp-source.html b/doc/html/FilterEntryDlg_8cpp-source.html
index 969bf12..f642188 100644
--- a/doc/html/FilterEntryDlg_8cpp-source.html
+++ b/doc/html/FilterEntryDlg_8cpp-source.html
@@ -44,19 +44,19 @@
<a name="l00027"></a>00027 <span class="comment"> * name 'name' and widget flags set to 'f'.</span>
<a name="l00028"></a>00028 <span class="comment"> *</span>
<a name="l00029"></a>00029 <span class="comment"> * The dialog will by default be modeless, unless you set 'modal' to</span>
-<a name="l00030"></a>00030 <span class="comment"> * TRUE to construct a modal dialog.</span>
+<a name="l00030"></a>00030 <span class="comment"> * true to construct a modal dialog.</span>
<a name="l00031"></a>00031 <span class="comment"> */</span>
<a name="l00032"></a><a class="code" href="classFilterEntryDlg.html#1004374888df731e496fa55652f85cc8">00032</a> <a class="code" href="classFilterEntryDlg.html#1004374888df731e496fa55652f85cc8">FilterEntryDlg::FilterEntryDlg</a>( TQWidget* parent, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keywordtype">bool</span> modal, WFlags fl )
<a name="l00033"></a>00033 : TQDialog( parent, name, modal, fl )
<a name="l00034"></a>00034 {
<a name="l00035"></a>00035 <span class="keywordflow">if</span> ( !name )
<a name="l00036"></a>00036 setName( <span class="stringliteral">"FilterEntryDlg"</span> );
-<a name="l00037"></a>00037 setSizeGripEnabled( FALSE );
+<a name="l00037"></a>00037 setSizeGripEnabled( false );
<a name="l00038"></a>00038 <a class="code" href="classFilterEntryDlg.html#2b727644e2fcbecf1b0242531d13d8e2">FilterEntryDlgLayout</a> = <span class="keyword">new</span> TQGridLayout( <span class="keyword">this</span>, 1, 1, 11, 6, <span class="stringliteral">"FilterEntryDlgLayout"</span>);
<a name="l00039"></a>00039
<a name="l00040"></a>00040 <a class="code" href="classFilterEntryDlg.html#b53212305f82709bdcb7a0b89109067b">_editName</a> = <span class="keyword">new</span> TQLineEdit( <span class="keyword">this</span>, <span class="stringliteral">"_editName"</span> );
-<a name="l00041"></a>00041 <a class="code" href="classFilterEntryDlg.html#b53212305f82709bdcb7a0b89109067b">_editName</a>-&gt;setEnabled( TRUE );
-<a name="l00042"></a>00042 <a class="code" href="classFilterEntryDlg.html#b53212305f82709bdcb7a0b89109067b">_editName</a>-&gt;setReadOnly( TRUE );
+<a name="l00041"></a>00041 <a class="code" href="classFilterEntryDlg.html#b53212305f82709bdcb7a0b89109067b">_editName</a>-&gt;setEnabled( true );
+<a name="l00042"></a>00042 <a class="code" href="classFilterEntryDlg.html#b53212305f82709bdcb7a0b89109067b">_editName</a>-&gt;setReadOnly( true );
<a name="l00043"></a>00043
<a name="l00044"></a>00044 <a class="code" href="classFilterEntryDlg.html#2b727644e2fcbecf1b0242531d13d8e2">FilterEntryDlgLayout</a>-&gt;addWidget( <a class="code" href="classFilterEntryDlg.html#b53212305f82709bdcb7a0b89109067b">_editName</a>, 0, 0 );
<a name="l00045"></a>00045
@@ -69,11 +69,11 @@
<a name="l00052"></a>00052 <a class="code" href="classFilterEntryDlg.html#8eb928f8d6c49a507fb0d04ceb0f8b03">TQGroupBox_1Layout</a> = <span class="keyword">new</span> TQGridLayout( <a class="code" href="classFilterEntryDlg.html#9754a074eab995074ea0b2b031367fad">TQGroupBox_1</a>-&gt;layout() );
<a name="l00053"></a>00053 <a class="code" href="classFilterEntryDlg.html#8eb928f8d6c49a507fb0d04ceb0f8b03">TQGroupBox_1Layout</a>-&gt;setAlignment( TQt::AlignTop );
<a name="l00054"></a>00054
-<a name="l00055"></a>00055 <a class="code" href="classFilterEntryDlg.html#b628cb3487c2c507b0362c5a4d9354f1">_comboItem1</a> = <span class="keyword">new</span> TQComboBox( FALSE, <a class="code" href="classFilterEntryDlg.html#9754a074eab995074ea0b2b031367fad">TQGroupBox_1</a>, <span class="stringliteral">"_comboItem1"</span> );
+<a name="l00055"></a>00055 <a class="code" href="classFilterEntryDlg.html#b628cb3487c2c507b0362c5a4d9354f1">_comboItem1</a> = <span class="keyword">new</span> TQComboBox( false, <a class="code" href="classFilterEntryDlg.html#9754a074eab995074ea0b2b031367fad">TQGroupBox_1</a>, <span class="stringliteral">"_comboItem1"</span> );
<a name="l00056"></a>00056
<a name="l00057"></a>00057 <a class="code" href="classFilterEntryDlg.html#8eb928f8d6c49a507fb0d04ceb0f8b03">TQGroupBox_1Layout</a>-&gt;addMultiCellWidget( <a class="code" href="classFilterEntryDlg.html#b628cb3487c2c507b0362c5a4d9354f1">_comboItem1</a>, 0, 0, 0, 1 );
<a name="l00058"></a>00058
-<a name="l00059"></a>00059 <a class="code" href="classFilterEntryDlg.html#74a26ce520b1e93127fba8720b6a6ab5">_comboExpression1</a> = <span class="keyword">new</span> TQComboBox( FALSE, <a class="code" href="classFilterEntryDlg.html#9754a074eab995074ea0b2b031367fad">TQGroupBox_1</a>, <span class="stringliteral">"_comboExpression1"</span> );
+<a name="l00059"></a>00059 <a class="code" href="classFilterEntryDlg.html#74a26ce520b1e93127fba8720b6a6ab5">_comboExpression1</a> = <span class="keyword">new</span> TQComboBox( false, <a class="code" href="classFilterEntryDlg.html#9754a074eab995074ea0b2b031367fad">TQGroupBox_1</a>, <span class="stringliteral">"_comboExpression1"</span> );
<a name="l00060"></a>00060
<a name="l00061"></a>00061 <a class="code" href="classFilterEntryDlg.html#8eb928f8d6c49a507fb0d04ceb0f8b03">TQGroupBox_1Layout</a>-&gt;addMultiCellWidget( <a class="code" href="classFilterEntryDlg.html#74a26ce520b1e93127fba8720b6a6ab5">_comboExpression1</a>, 0, 0, 2, 3 );
<a name="l00062"></a>00062
@@ -81,7 +81,7 @@
<a name="l00064"></a>00064
<a name="l00065"></a>00065 <a class="code" href="classFilterEntryDlg.html#8eb928f8d6c49a507fb0d04ceb0f8b03">TQGroupBox_1Layout</a>-&gt;addMultiCellWidget( <a class="code" href="classFilterEntryDlg.html#c123c8dc1c93f960ee8eb5bcda9c7d10">_editMatch1</a>, 1, 1, 0, 3 );
<a name="l00066"></a>00066
-<a name="l00067"></a>00067 <a class="code" href="classFilterEntryDlg.html#c6204e4ab3214c1eb1a9296c49264b57">_comboSecondCondition</a> = <span class="keyword">new</span> TQComboBox( FALSE, <a class="code" href="classFilterEntryDlg.html#9754a074eab995074ea0b2b031367fad">TQGroupBox_1</a>, <span class="stringliteral">"_comboSecondCondition"</span> );
+<a name="l00067"></a>00067 <a class="code" href="classFilterEntryDlg.html#c6204e4ab3214c1eb1a9296c49264b57">_comboSecondCondition</a> = <span class="keyword">new</span> TQComboBox( false, <a class="code" href="classFilterEntryDlg.html#9754a074eab995074ea0b2b031367fad">TQGroupBox_1</a>, <span class="stringliteral">"_comboSecondCondition"</span> );
<a name="l00068"></a>00068
<a name="l00069"></a>00069 <a class="code" href="classFilterEntryDlg.html#8eb928f8d6c49a507fb0d04ceb0f8b03">TQGroupBox_1Layout</a>-&gt;addMultiCellWidget( <a class="code" href="classFilterEntryDlg.html#c6204e4ab3214c1eb1a9296c49264b57">_comboSecondCondition</a>, 3, 3, 0, 3 );
<a name="l00070"></a>00070
@@ -102,18 +102,18 @@
<a name="l00085"></a>00085 <a class="code" href="classFilterEntryDlg.html#2b727644e2fcbecf1b0242531d13d8e2">FilterEntryDlgLayout</a>-&gt;addWidget( <a class="code" href="classFilterEntryDlg.html#9754a074eab995074ea0b2b031367fad">TQGroupBox_1</a>, 1, 0 );
<a name="l00086"></a>00086
<a name="l00087"></a>00087 <a class="code" href="classFilterEntryDlg.html#c58a17294df3e20dbd8c45800557a556">_groupBox2</a> = <span class="keyword">new</span> TQGroupBox( <span class="keyword">this</span>, <span class="stringliteral">"_groupBox2"</span> );
-<a name="l00088"></a>00088 <a class="code" href="classFilterEntryDlg.html#c58a17294df3e20dbd8c45800557a556">_groupBox2</a>-&gt;setEnabled( FALSE );
+<a name="l00088"></a>00088 <a class="code" href="classFilterEntryDlg.html#c58a17294df3e20dbd8c45800557a556">_groupBox2</a>-&gt;setEnabled( false );
<a name="l00089"></a>00089 <a class="code" href="classFilterEntryDlg.html#c58a17294df3e20dbd8c45800557a556">_groupBox2</a>-&gt;setColumnLayout(0, TQt::Vertical );
<a name="l00090"></a>00090 <a class="code" href="classFilterEntryDlg.html#c58a17294df3e20dbd8c45800557a556">_groupBox2</a>-&gt;layout()-&gt;setSpacing( 6 );
<a name="l00091"></a>00091 <a class="code" href="classFilterEntryDlg.html#c58a17294df3e20dbd8c45800557a556">_groupBox2</a>-&gt;layout()-&gt;setMargin( 11 );
<a name="l00092"></a>00092 <a class="code" href="classFilterEntryDlg.html#536464a92836517d91f31f61b60307d9">_groupBox2Layout</a> = <span class="keyword">new</span> TQGridLayout( <a class="code" href="classFilterEntryDlg.html#c58a17294df3e20dbd8c45800557a556">_groupBox2</a>-&gt;layout() );
<a name="l00093"></a>00093 <a class="code" href="classFilterEntryDlg.html#536464a92836517d91f31f61b60307d9">_groupBox2Layout</a>-&gt;setAlignment( TQt::AlignTop );
<a name="l00094"></a>00094
-<a name="l00095"></a>00095 <a class="code" href="classFilterEntryDlg.html#fc6a944b6a9cd41f717fa3c63bfc61cc">_comboItem2</a> = <span class="keyword">new</span> TQComboBox( FALSE, <a class="code" href="classFilterEntryDlg.html#c58a17294df3e20dbd8c45800557a556">_groupBox2</a>, <span class="stringliteral">"_comboItem2"</span> );
+<a name="l00095"></a>00095 <a class="code" href="classFilterEntryDlg.html#fc6a944b6a9cd41f717fa3c63bfc61cc">_comboItem2</a> = <span class="keyword">new</span> TQComboBox( false, <a class="code" href="classFilterEntryDlg.html#c58a17294df3e20dbd8c45800557a556">_groupBox2</a>, <span class="stringliteral">"_comboItem2"</span> );
<a name="l00096"></a>00096
<a name="l00097"></a>00097 <a class="code" href="classFilterEntryDlg.html#536464a92836517d91f31f61b60307d9">_groupBox2Layout</a>-&gt;addMultiCellWidget( <a class="code" href="classFilterEntryDlg.html#fc6a944b6a9cd41f717fa3c63bfc61cc">_comboItem2</a>, 0, 0, 0, 1 );
<a name="l00098"></a>00098
-<a name="l00099"></a>00099 <a class="code" href="classFilterEntryDlg.html#f5a5b18bc147e4d78d1c8f62ec82b316">_comboExpression2</a> = <span class="keyword">new</span> TQComboBox( FALSE, <a class="code" href="classFilterEntryDlg.html#c58a17294df3e20dbd8c45800557a556">_groupBox2</a>, <span class="stringliteral">"_comboExpression2"</span> );
+<a name="l00099"></a>00099 <a class="code" href="classFilterEntryDlg.html#f5a5b18bc147e4d78d1c8f62ec82b316">_comboExpression2</a> = <span class="keyword">new</span> TQComboBox( false, <a class="code" href="classFilterEntryDlg.html#c58a17294df3e20dbd8c45800557a556">_groupBox2</a>, <span class="stringliteral">"_comboExpression2"</span> );
<a name="l00100"></a>00100
<a name="l00101"></a>00101 <a class="code" href="classFilterEntryDlg.html#536464a92836517d91f31f61b60307d9">_groupBox2Layout</a>-&gt;addMultiCellWidget( <a class="code" href="classFilterEntryDlg.html#f5a5b18bc147e4d78d1c8f62ec82b316">_comboExpression2</a>, 0, 0, 2, 3 );
<a name="l00102"></a>00102
diff --git a/doc/html/FilterEntryDlg_8h-source.html b/doc/html/FilterEntryDlg_8h-source.html
index 207de30..051d6e6 100644
--- a/doc/html/FilterEntryDlg_8h-source.html
+++ b/doc/html/FilterEntryDlg_8h-source.html
@@ -46,7 +46,7 @@
<a name="l00029"></a>00029 TQ_OBJECT
<a name="l00030"></a>00030
<a name="l00031"></a>00031 <span class="keyword">public</span>:
-<a name="l00032"></a>00032 <a class="code" href="classFilterEntryDlg.html#1004374888df731e496fa55652f85cc8">FilterEntryDlg</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="l00032"></a>00032 <a class="code" href="classFilterEntryDlg.html#1004374888df731e496fa55652f85cc8">FilterEntryDlg</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="l00033"></a>00033 <a class="code" href="classFilterEntryDlg.html#4ae287b415afeba0a50ea57eb4fe83e2">~FilterEntryDlg</a>();
<a name="l00034"></a>00034
<a name="l00035"></a><a class="code" href="classFilterEntryDlg.html#b53212305f82709bdcb7a0b89109067b">00035</a> TQLineEdit* <a class="code" href="classFilterEntryDlg.html#b53212305f82709bdcb7a0b89109067b">_editName</a>;
diff --git a/doc/html/OptionDlg_8cpp-source.html b/doc/html/OptionDlg_8cpp-source.html
index a2f61d6..db0879e 100644
--- a/doc/html/OptionDlg_8cpp-source.html
+++ b/doc/html/OptionDlg_8cpp-source.html
@@ -47,7 +47,7 @@
<a name="l00030"></a>00030 <span class="comment"> * name 'name' and widget flags set to 'f'.</span>
<a name="l00031"></a>00031 <span class="comment"> *</span>
<a name="l00032"></a>00032 <span class="comment"> * The dialog will by default be modeless, unless you set 'modal' to</span>
-<a name="l00033"></a>00033 <span class="comment"> * TRUE to construct a modal dialog.</span>
+<a name="l00033"></a>00033 <span class="comment"> * true to construct a modal dialog.</span>
<a name="l00034"></a>00034 <span class="comment"> */</span>
<a name="l00035"></a><a class="code" href="classOptionDlg.html#05e56abcb224cbcb9c3bae64ba76175a">00035</a> <a class="code" href="classOptionDlg.html#05e56abcb224cbcb9c3bae64ba76175a">OptionDlg::OptionDlg</a>( TQWidget* parent, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keywordtype">bool</span> modal, WFlags fl )
<a name="l00036"></a>00036 : TQDialog( parent, name, modal, fl )
@@ -55,7 +55,7 @@
<a name="l00038"></a>00038 <span class="keywordflow">if</span> ( !name )
<a name="l00039"></a>00039 setName( <span class="stringliteral">"OptionDlg"</span> );
<a name="l00040"></a>00040 setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)1, 0, 0, sizePolicy().hasHeightForWidth() ) );
-<a name="l00041"></a>00041 setSizeGripEnabled( FALSE );
+<a name="l00041"></a>00041 setSizeGripEnabled( false );
<a name="l00042"></a>00042 <a class="code" href="classOptionDlg.html#f2a78d5c1e7ebdd2074d1cfc2f553cb1">OptionDlgLayout</a> = <span class="keyword">new</span> TQVBoxLayout( <span class="keyword">this</span>, 11, 6, <span class="stringliteral">"OptionDlgLayout"</span>);
<a name="l00043"></a>00043
<a name="l00044"></a>00044 <a class="code" href="classOptionDlg.html#e1726cfcdf38d53e958fbd6fc5267ea6">TQGroupBox_1</a> = <span class="keyword">new</span> TQGroupBox( <span class="keyword">this</span>, <span class="stringliteral">"TQGroupBox_1"</span> );
@@ -88,7 +88,7 @@
<a name="l00071"></a>00071
<a name="l00072"></a>00072 <a class="code" href="classOptionDlg.html#ee0fdccec7e23ca2b31bcb556215f9d9">TQGroupBox_1Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#f5351545a58dc835af0f6b73f63ca155">m_ButtonAdd</a>, 1, 0 );
<a name="l00073"></a>00073
-<a name="l00074"></a>00074 <a class="code" href="classOptionDlg.html#dda3f84fb59db208ce6d71ff1500b679">m_ComboAccount</a> = <span class="keyword">new</span> TQComboBox( FALSE, <a class="code" href="classOptionDlg.html#e1726cfcdf38d53e958fbd6fc5267ea6">TQGroupBox_1</a>, <span class="stringliteral">"m_ComboAccount"</span> );
+<a name="l00074"></a>00074 <a class="code" href="classOptionDlg.html#dda3f84fb59db208ce6d71ff1500b679">m_ComboAccount</a> = <span class="keyword">new</span> TQComboBox( false, <a class="code" href="classOptionDlg.html#e1726cfcdf38d53e958fbd6fc5267ea6">TQGroupBox_1</a>, <span class="stringliteral">"m_ComboAccount"</span> );
<a name="l00075"></a>00075 <a class="code" href="classOptionDlg.html#dda3f84fb59db208ce6d71ff1500b679">m_ComboAccount</a>-&gt;setFocusPolicy( TQComboBox::TabFocus );
<a name="l00076"></a>00076 <a class="code" href="classOptionDlg.html#dda3f84fb59db208ce6d71ff1500b679">m_ComboAccount</a>-&gt;setInsertionPolicy( TQComboBox::AtTop );
<a name="l00077"></a>00077
@@ -134,9 +134,9 @@
<a name="l00117"></a>00117 <a class="code" href="classOptionDlg.html#882ee3747dbf7b9ee57341152bc7ab29">tabLayout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#65ee72e62bd25ed5ac2d1e6b1ae46e50">TQLabel_4</a>, 4, 2 );
<a name="l00118"></a>00118
<a name="l00119"></a>00119 <a class="code" href="classOptionDlg.html#fec35e84e60d7114d8dc21d3accf5c26">m_SpinPop3Timer</a> = <span class="keyword">new</span> TQSpinBox( <a class="code" href="classOptionDlg.html#c4375613aa106b60fc026aa006b0f39d">tab</a>, <span class="stringliteral">"m_SpinPop3Timer"</span> );
-<a name="l00120"></a>00120 <a class="code" href="classOptionDlg.html#fec35e84e60d7114d8dc21d3accf5c26">m_SpinPop3Timer</a>-&gt;setMouseTracking( FALSE );
+<a name="l00120"></a>00120 <a class="code" href="classOptionDlg.html#fec35e84e60d7114d8dc21d3accf5c26">m_SpinPop3Timer</a>-&gt;setMouseTracking( false );
<a name="l00121"></a>00121 <a class="code" href="classOptionDlg.html#fec35e84e60d7114d8dc21d3accf5c26">m_SpinPop3Timer</a>-&gt;setFocusPolicy( TQSpinBox::StrongFocus );
-<a name="l00122"></a>00122 <a class="code" href="classOptionDlg.html#fec35e84e60d7114d8dc21d3accf5c26">m_SpinPop3Timer</a>-&gt;setAcceptDrops( FALSE );
+<a name="l00122"></a>00122 <a class="code" href="classOptionDlg.html#fec35e84e60d7114d8dc21d3accf5c26">m_SpinPop3Timer</a>-&gt;setAcceptDrops( false );
<a name="l00123"></a>00123 <a class="code" href="classOptionDlg.html#fec35e84e60d7114d8dc21d3accf5c26">m_SpinPop3Timer</a>-&gt;setMaxValue( 300 );
<a name="l00124"></a>00124
<a name="l00125"></a>00125 <a class="code" href="classOptionDlg.html#882ee3747dbf7b9ee57341152bc7ab29">tabLayout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#fec35e84e60d7114d8dc21d3accf5c26">m_SpinPop3Timer</a>, 4, 1 );
@@ -187,27 +187,27 @@
<a name="l00170"></a>00170 <a class="code" href="classOptionDlg.html#c6b96b8af4e30c921bd2c381fccebfbe">GroupBox3Layout</a>-&gt;setAlignment( TQt::AlignTop );
<a name="l00171"></a>00171
<a name="l00172"></a>00172 <a class="code" href="classOptionDlg.html#6379a589358b6110cfa48798a30951ab">m_CheckActive</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#ce0fb5a41c2702f3a3f37d390c54fd0e">GroupBox3</a>, <span class="stringliteral">"m_CheckActive"</span> );
-<a name="l00173"></a>00173 <a class="code" href="classOptionDlg.html#6379a589358b6110cfa48798a30951ab">m_CheckActive</a>-&gt;setChecked( TRUE );
+<a name="l00173"></a>00173 <a class="code" href="classOptionDlg.html#6379a589358b6110cfa48798a30951ab">m_CheckActive</a>-&gt;setChecked( true );
<a name="l00174"></a>00174 <a class="code" href="classOptionDlg.html#c6b96b8af4e30c921bd2c381fccebfbe">GroupBox3Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#6379a589358b6110cfa48798a30951ab">m_CheckActive</a> );
<a name="l00175"></a>00175
<a name="l00176"></a>00176 <a class="code" href="classOptionDlg.html#1fdb0d9cfac85bbef22d749e40dd9376">m_CheckAccount1</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#ce0fb5a41c2702f3a3f37d390c54fd0e">GroupBox3</a>, <span class="stringliteral">"m_CheckAccount1"</span> );
-<a name="l00177"></a>00177 <a class="code" href="classOptionDlg.html#1fdb0d9cfac85bbef22d749e40dd9376">m_CheckAccount1</a>-&gt;setChecked( TRUE );
+<a name="l00177"></a>00177 <a class="code" href="classOptionDlg.html#1fdb0d9cfac85bbef22d749e40dd9376">m_CheckAccount1</a>-&gt;setChecked( true );
<a name="l00178"></a>00178 <a class="code" href="classOptionDlg.html#c6b96b8af4e30c921bd2c381fccebfbe">GroupBox3Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#1fdb0d9cfac85bbef22d749e40dd9376">m_CheckAccount1</a> );
<a name="l00179"></a>00179
<a name="l00180"></a>00180 <a class="code" href="classOptionDlg.html#b1e0581d2cf52c0337d42bbc898a2fc2">m_CheckServer</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#ce0fb5a41c2702f3a3f37d390c54fd0e">GroupBox3</a>, <span class="stringliteral">"m_CheckServer"</span> );
-<a name="l00181"></a>00181 <a class="code" href="classOptionDlg.html#b1e0581d2cf52c0337d42bbc898a2fc2">m_CheckServer</a>-&gt;setChecked( TRUE );
+<a name="l00181"></a>00181 <a class="code" href="classOptionDlg.html#b1e0581d2cf52c0337d42bbc898a2fc2">m_CheckServer</a>-&gt;setChecked( true );
<a name="l00182"></a>00182 <a class="code" href="classOptionDlg.html#c6b96b8af4e30c921bd2c381fccebfbe">GroupBox3Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#b1e0581d2cf52c0337d42bbc898a2fc2">m_CheckServer</a> );
<a name="l00183"></a>00183
<a name="l00184"></a>00184 <a class="code" href="classOptionDlg.html#e7595a79588cccd851e00714b0b47d94">m_CheckUser</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#ce0fb5a41c2702f3a3f37d390c54fd0e">GroupBox3</a>, <span class="stringliteral">"m_CheckUser"</span> );
-<a name="l00185"></a>00185 <a class="code" href="classOptionDlg.html#e7595a79588cccd851e00714b0b47d94">m_CheckUser</a>-&gt;setChecked( TRUE );
+<a name="l00185"></a>00185 <a class="code" href="classOptionDlg.html#e7595a79588cccd851e00714b0b47d94">m_CheckUser</a>-&gt;setChecked( true );
<a name="l00186"></a>00186 <a class="code" href="classOptionDlg.html#c6b96b8af4e30c921bd2c381fccebfbe">GroupBox3Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#e7595a79588cccd851e00714b0b47d94">m_CheckUser</a> );
<a name="l00187"></a>00187
<a name="l00188"></a>00188 <a class="code" href="classOptionDlg.html#d20b2cce97a72b706dfb29ddc93f1766">m_CheckMessages</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#ce0fb5a41c2702f3a3f37d390c54fd0e">GroupBox3</a>, <span class="stringliteral">"m_CheckMessages"</span> );
-<a name="l00189"></a>00189 <a class="code" href="classOptionDlg.html#d20b2cce97a72b706dfb29ddc93f1766">m_CheckMessages</a>-&gt;setChecked( TRUE );
+<a name="l00189"></a>00189 <a class="code" href="classOptionDlg.html#d20b2cce97a72b706dfb29ddc93f1766">m_CheckMessages</a>-&gt;setChecked( true );
<a name="l00190"></a>00190 <a class="code" href="classOptionDlg.html#c6b96b8af4e30c921bd2c381fccebfbe">GroupBox3Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#d20b2cce97a72b706dfb29ddc93f1766">m_CheckMessages</a> );
<a name="l00191"></a>00191
<a name="l00192"></a>00192 <a class="code" href="classOptionDlg.html#bbd14d7cfd0662a8089e83be0809d46f">m_CheckSize1</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#ce0fb5a41c2702f3a3f37d390c54fd0e">GroupBox3</a>, <span class="stringliteral">"m_CheckSize1"</span> );
-<a name="l00193"></a>00193 <a class="code" href="classOptionDlg.html#bbd14d7cfd0662a8089e83be0809d46f">m_CheckSize1</a>-&gt;setChecked( TRUE );
+<a name="l00193"></a>00193 <a class="code" href="classOptionDlg.html#bbd14d7cfd0662a8089e83be0809d46f">m_CheckSize1</a>-&gt;setChecked( true );
<a name="l00194"></a>00194 <a class="code" href="classOptionDlg.html#c6b96b8af4e30c921bd2c381fccebfbe">GroupBox3Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#bbd14d7cfd0662a8089e83be0809d46f">m_CheckSize1</a> );
<a name="l00195"></a>00195 <a class="code" href="classOptionDlg.html#6702f780899bc9461d21c29cfb7b4757">tabLayout_2</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#ce0fb5a41c2702f3a3f37d390c54fd0e">GroupBox3</a> );
<a name="l00196"></a>00196
@@ -221,47 +221,47 @@
<a name="l00204"></a>00204
<a name="l00205"></a>00205 <a class="code" href="classOptionDlg.html#c24185842afb01977653ac479eb88b1a">m_CheckNumber</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#2118ff2ffbe9047193b4e7db7c5cf3e4">GroupBox2</a>, <span class="stringliteral">"m_CheckNumber"</span> );
<a name="l00206"></a>00206 <a class="code" href="classOptionDlg.html#c24185842afb01977653ac479eb88b1a">m_CheckNumber</a>-&gt;setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)5, 0, 0, <a class="code" href="classOptionDlg.html#c24185842afb01977653ac479eb88b1a">m_CheckNumber</a>-&gt;sizePolicy().hasHeightForWidth() ) );
-<a name="l00207"></a>00207 <a class="code" href="classOptionDlg.html#c24185842afb01977653ac479eb88b1a">m_CheckNumber</a>-&gt;setChecked( TRUE );
+<a name="l00207"></a>00207 <a class="code" href="classOptionDlg.html#c24185842afb01977653ac479eb88b1a">m_CheckNumber</a>-&gt;setChecked( true );
<a name="l00208"></a>00208 <a class="code" href="classOptionDlg.html#ff1d366304c7718769b465292708ddf2">GroupBox2Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#c24185842afb01977653ac479eb88b1a">m_CheckNumber</a> );
<a name="l00209"></a>00209
<a name="l00210"></a>00210 <a class="code" href="classOptionDlg.html#445e189070032f170afbdfc945e304d2">m_CheckAccount2</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#2118ff2ffbe9047193b4e7db7c5cf3e4">GroupBox2</a>, <span class="stringliteral">"m_CheckAccount2"</span> );
<a name="l00211"></a>00211 <a class="code" href="classOptionDlg.html#445e189070032f170afbdfc945e304d2">m_CheckAccount2</a>-&gt;setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)5, 0, 0, <a class="code" href="classOptionDlg.html#445e189070032f170afbdfc945e304d2">m_CheckAccount2</a>-&gt;sizePolicy().hasHeightForWidth() ) );
-<a name="l00212"></a>00212 <a class="code" href="classOptionDlg.html#445e189070032f170afbdfc945e304d2">m_CheckAccount2</a>-&gt;setChecked( TRUE );
+<a name="l00212"></a>00212 <a class="code" href="classOptionDlg.html#445e189070032f170afbdfc945e304d2">m_CheckAccount2</a>-&gt;setChecked( true );
<a name="l00213"></a>00213 <a class="code" href="classOptionDlg.html#ff1d366304c7718769b465292708ddf2">GroupBox2Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#445e189070032f170afbdfc945e304d2">m_CheckAccount2</a> );
<a name="l00214"></a>00214
<a name="l00215"></a>00215 <a class="code" href="classOptionDlg.html#5f20a2cdfc1bb8be22fb4c8480ffd727">m_CheckFrom</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#2118ff2ffbe9047193b4e7db7c5cf3e4">GroupBox2</a>, <span class="stringliteral">"m_CheckFrom"</span> );
<a name="l00216"></a>00216 <a class="code" href="classOptionDlg.html#5f20a2cdfc1bb8be22fb4c8480ffd727">m_CheckFrom</a>-&gt;setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)5, 0, 0, <a class="code" href="classOptionDlg.html#5f20a2cdfc1bb8be22fb4c8480ffd727">m_CheckFrom</a>-&gt;sizePolicy().hasHeightForWidth() ) );
-<a name="l00217"></a>00217 <a class="code" href="classOptionDlg.html#5f20a2cdfc1bb8be22fb4c8480ffd727">m_CheckFrom</a>-&gt;setChecked( TRUE );
+<a name="l00217"></a>00217 <a class="code" href="classOptionDlg.html#5f20a2cdfc1bb8be22fb4c8480ffd727">m_CheckFrom</a>-&gt;setChecked( true );
<a name="l00218"></a>00218 <a class="code" href="classOptionDlg.html#ff1d366304c7718769b465292708ddf2">GroupBox2Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#5f20a2cdfc1bb8be22fb4c8480ffd727">m_CheckFrom</a> );
<a name="l00219"></a>00219
<a name="l00220"></a>00220 <a class="code" href="classOptionDlg.html#3a9edd5103bdf56db01a979aa930d30a">m_CheckTo</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#2118ff2ffbe9047193b4e7db7c5cf3e4">GroupBox2</a>, <span class="stringliteral">"m_CheckTo"</span> );
<a name="l00221"></a>00221 <a class="code" href="classOptionDlg.html#3a9edd5103bdf56db01a979aa930d30a">m_CheckTo</a>-&gt;setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)5, 0, 0, <a class="code" href="classOptionDlg.html#3a9edd5103bdf56db01a979aa930d30a">m_CheckTo</a>-&gt;sizePolicy().hasHeightForWidth() ) );
-<a name="l00222"></a>00222 <a class="code" href="classOptionDlg.html#3a9edd5103bdf56db01a979aa930d30a">m_CheckTo</a>-&gt;setChecked( TRUE );
+<a name="l00222"></a>00222 <a class="code" href="classOptionDlg.html#3a9edd5103bdf56db01a979aa930d30a">m_CheckTo</a>-&gt;setChecked( true );
<a name="l00223"></a>00223 <a class="code" href="classOptionDlg.html#ff1d366304c7718769b465292708ddf2">GroupBox2Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#3a9edd5103bdf56db01a979aa930d30a">m_CheckTo</a> );
<a name="l00224"></a>00224
<a name="l00225"></a>00225 <a class="code" href="classOptionDlg.html#f92fbbd7d979799bd4c6b61a733c99cf">m_CheckSubject</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#2118ff2ffbe9047193b4e7db7c5cf3e4">GroupBox2</a>, <span class="stringliteral">"m_CheckSubject"</span> );
<a name="l00226"></a>00226 <a class="code" href="classOptionDlg.html#f92fbbd7d979799bd4c6b61a733c99cf">m_CheckSubject</a>-&gt;setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)5, 0, 0, <a class="code" href="classOptionDlg.html#f92fbbd7d979799bd4c6b61a733c99cf">m_CheckSubject</a>-&gt;sizePolicy().hasHeightForWidth() ) );
-<a name="l00227"></a>00227 <a class="code" href="classOptionDlg.html#f92fbbd7d979799bd4c6b61a733c99cf">m_CheckSubject</a>-&gt;setChecked( TRUE );
+<a name="l00227"></a>00227 <a class="code" href="classOptionDlg.html#f92fbbd7d979799bd4c6b61a733c99cf">m_CheckSubject</a>-&gt;setChecked( true );
<a name="l00228"></a>00228 <a class="code" href="classOptionDlg.html#ff1d366304c7718769b465292708ddf2">GroupBox2Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#f92fbbd7d979799bd4c6b61a733c99cf">m_CheckSubject</a> );
<a name="l00229"></a>00229
<a name="l00230"></a>00230 <a class="code" href="classOptionDlg.html#428705f2ded0cf3981eea054903729e3">m_CheckDate</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#2118ff2ffbe9047193b4e7db7c5cf3e4">GroupBox2</a>, <span class="stringliteral">"m_CheckDate"</span> );
<a name="l00231"></a>00231 <a class="code" href="classOptionDlg.html#428705f2ded0cf3981eea054903729e3">m_CheckDate</a>-&gt;setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)5, 0, 0, <a class="code" href="classOptionDlg.html#428705f2ded0cf3981eea054903729e3">m_CheckDate</a>-&gt;sizePolicy().hasHeightForWidth() ) );
-<a name="l00232"></a>00232 <a class="code" href="classOptionDlg.html#428705f2ded0cf3981eea054903729e3">m_CheckDate</a>-&gt;setChecked( TRUE );
+<a name="l00232"></a>00232 <a class="code" href="classOptionDlg.html#428705f2ded0cf3981eea054903729e3">m_CheckDate</a>-&gt;setChecked( true );
<a name="l00233"></a>00233 <a class="code" href="classOptionDlg.html#ff1d366304c7718769b465292708ddf2">GroupBox2Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#428705f2ded0cf3981eea054903729e3">m_CheckDate</a> );
<a name="l00234"></a>00234
<a name="l00235"></a>00235 <a class="code" href="classOptionDlg.html#ffcca9b555e6fd49b0b98df4f1e95390">m_CheckSize2</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#2118ff2ffbe9047193b4e7db7c5cf3e4">GroupBox2</a>, <span class="stringliteral">"m_CheckSize2"</span> );
<a name="l00236"></a>00236 <a class="code" href="classOptionDlg.html#ffcca9b555e6fd49b0b98df4f1e95390">m_CheckSize2</a>-&gt;setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)5, 0, 0, <a class="code" href="classOptionDlg.html#ffcca9b555e6fd49b0b98df4f1e95390">m_CheckSize2</a>-&gt;sizePolicy().hasHeightForWidth() ) );
-<a name="l00237"></a>00237 <a class="code" href="classOptionDlg.html#ffcca9b555e6fd49b0b98df4f1e95390">m_CheckSize2</a>-&gt;setChecked( TRUE );
+<a name="l00237"></a>00237 <a class="code" href="classOptionDlg.html#ffcca9b555e6fd49b0b98df4f1e95390">m_CheckSize2</a>-&gt;setChecked( true );
<a name="l00238"></a>00238 <a class="code" href="classOptionDlg.html#ff1d366304c7718769b465292708ddf2">GroupBox2Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#ffcca9b555e6fd49b0b98df4f1e95390">m_CheckSize2</a> );
<a name="l00239"></a>00239
<a name="l00240"></a>00240 <a class="code" href="classOptionDlg.html#29a9e036f6fec07d149814c96a5c5d6d">m_CheckContent</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#2118ff2ffbe9047193b4e7db7c5cf3e4">GroupBox2</a>, <span class="stringliteral">"m_CheckContent"</span> );
<a name="l00241"></a>00241 <a class="code" href="classOptionDlg.html#29a9e036f6fec07d149814c96a5c5d6d">m_CheckContent</a>-&gt;setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)5, 0, 0, <a class="code" href="classOptionDlg.html#29a9e036f6fec07d149814c96a5c5d6d">m_CheckContent</a>-&gt;sizePolicy().hasHeightForWidth() ) );
-<a name="l00242"></a>00242 <a class="code" href="classOptionDlg.html#29a9e036f6fec07d149814c96a5c5d6d">m_CheckContent</a>-&gt;setChecked( TRUE );
+<a name="l00242"></a>00242 <a class="code" href="classOptionDlg.html#29a9e036f6fec07d149814c96a5c5d6d">m_CheckContent</a>-&gt;setChecked( true );
<a name="l00243"></a>00243 <a class="code" href="classOptionDlg.html#ff1d366304c7718769b465292708ddf2">GroupBox2Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#29a9e036f6fec07d149814c96a5c5d6d">m_CheckContent</a> );
<a name="l00244"></a>00244
<a name="l00245"></a>00245 <a class="code" href="classOptionDlg.html#882382906f749f464e23b7d68e354060">m_CheckState</a> = <span class="keyword">new</span> TQCheckBox( <a class="code" href="classOptionDlg.html#2118ff2ffbe9047193b4e7db7c5cf3e4">GroupBox2</a>, <span class="stringliteral">"m_CheckState"</span> );
<a name="l00246"></a>00246 <a class="code" href="classOptionDlg.html#882382906f749f464e23b7d68e354060">m_CheckState</a>-&gt;setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)5, 0, 0, <a class="code" href="classOptionDlg.html#882382906f749f464e23b7d68e354060">m_CheckState</a>-&gt;sizePolicy().hasHeightForWidth() ) );
-<a name="l00247"></a>00247 <a class="code" href="classOptionDlg.html#882382906f749f464e23b7d68e354060">m_CheckState</a>-&gt;setChecked( TRUE );
+<a name="l00247"></a>00247 <a class="code" href="classOptionDlg.html#882382906f749f464e23b7d68e354060">m_CheckState</a>-&gt;setChecked( true );
<a name="l00248"></a>00248 <a class="code" href="classOptionDlg.html#ff1d366304c7718769b465292708ddf2">GroupBox2Layout</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#882382906f749f464e23b7d68e354060">m_CheckState</a> );
<a name="l00249"></a>00249 <a class="code" href="classOptionDlg.html#6702f780899bc9461d21c29cfb7b4757">tabLayout_2</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#2118ff2ffbe9047193b4e7db7c5cf3e4">GroupBox2</a> );
<a name="l00250"></a>00250
@@ -318,7 +318,7 @@
<a name="l00301"></a>00301
<a name="l00302"></a>00302 <a class="code" href="classOptionDlg.html#646f82b85a37c31e2f93c8cf420b45c2">tabLayout_4</a>-&gt;addWidget( <a class="code" href="classOptionDlg.html#5adabd2b563e6c382e0f578ca2cfd113">TQLabel_5</a>, 4, 0 );
<a name="l00303"></a>00303
-<a name="l00304"></a>00304 <a class="code" href="classOptionDlg.html#464fd65b203b450828c95e273c17ecc0">m_ComboExternalProg</a> = <span class="keyword">new</span> TQComboBox( FALSE, <a class="code" href="classOptionDlg.html#0efccb17955dd1a33bb61176517c57af">tab_4</a>, <span class="stringliteral">"m_ComboExternalProg"</span> );
+<a name="l00304"></a>00304 <a class="code" href="classOptionDlg.html#464fd65b203b450828c95e273c17ecc0">m_ComboExternalProg</a> = <span class="keyword">new</span> TQComboBox( false, <a class="code" href="classOptionDlg.html#0efccb17955dd1a33bb61176517c57af">tab_4</a>, <span class="stringliteral">"m_ComboExternalProg"</span> );
<a name="l00305"></a>00305 <a class="code" href="classOptionDlg.html#464fd65b203b450828c95e273c17ecc0">m_ComboExternalProg</a>-&gt;setInsertionPolicy( TQComboBox::AtTop );
<a name="l00306"></a>00306
<a name="l00307"></a>00307 <a class="code" href="classOptionDlg.html#646f82b85a37c31e2f93c8cf420b45c2">tabLayout_4</a>-&gt;addMultiCellWidget( <a class="code" href="classOptionDlg.html#464fd65b203b450828c95e273c17ecc0">m_ComboExternalProg</a>, 4, 4, 1, 2 );
diff --git a/doc/html/OptionDlg_8h-source.html b/doc/html/OptionDlg_8h-source.html
index 1d71967..1c12dc9 100644
--- a/doc/html/OptionDlg_8h-source.html
+++ b/doc/html/OptionDlg_8h-source.html
@@ -49,7 +49,7 @@
<a name="l00032"></a>00032 TQ_OBJECT
<a name="l00033"></a>00033
<a name="l00034"></a>00034 <span class="keyword">public</span>:
-<a name="l00035"></a>00035 <a class="code" href="classOptionDlg.html#05e56abcb224cbcb9c3bae64ba76175a">OptionDlg</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="l00035"></a>00035 <a class="code" href="classOptionDlg.html#05e56abcb224cbcb9c3bae64ba76175a">OptionDlg</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="l00036"></a>00036 <a class="code" href="classOptionDlg.html#cc442307e009b470032fe689ee31ef7e">~OptionDlg</a>();
<a name="l00037"></a>00037
<a name="l00038"></a><a class="code" href="classOptionDlg.html#e1726cfcdf38d53e958fbd6fc5267ea6">00038</a> TQGroupBox* <a class="code" href="classOptionDlg.html#e1726cfcdf38d53e958fbd6fc5267ea6">TQGroupBox_1</a>;
diff --git a/doc/html/ServerDlg_8cpp-source.html b/doc/html/ServerDlg_8cpp-source.html
index 83b417d..a967652 100644
--- a/doc/html/ServerDlg_8cpp-source.html
+++ b/doc/html/ServerDlg_8cpp-source.html
@@ -44,14 +44,14 @@
<a name="l00027"></a>00027 <span class="comment"> * name 'name' and widget flags set to 'f'.</span>
<a name="l00028"></a>00028 <span class="comment"> *</span>
<a name="l00029"></a>00029 <span class="comment"> * The dialog will by default be modeless, unless you set 'modal' to</span>
-<a name="l00030"></a>00030 <span class="comment"> * TRUE to construct a modal dialog.</span>
+<a name="l00030"></a>00030 <span class="comment"> * true to construct a modal dialog.</span>
<a name="l00031"></a>00031 <span class="comment"> */</span>
<a name="l00032"></a><a class="code" href="classServerDlg.html#c58b59def2e66e6c5bbd227152f06ff1">00032</a> <a class="code" href="classServerDlg.html#c58b59def2e66e6c5bbd227152f06ff1">ServerDlg::ServerDlg</a>( TQWidget* parent, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keywordtype">bool</span> modal, WFlags fl )
<a name="l00033"></a>00033 : TQDialog( parent, name, modal, fl )
<a name="l00034"></a>00034 {
<a name="l00035"></a>00035 <span class="keywordflow">if</span> ( !name )
<a name="l00036"></a>00036 setName( <span class="stringliteral">"ServerDlg"</span> );
-<a name="l00037"></a>00037 setSizeGripEnabled( FALSE );
+<a name="l00037"></a>00037 setSizeGripEnabled( false );
<a name="l00038"></a>00038 <a class="code" href="classServerDlg.html#2de3b2eb3b34b593fc63c1931489c6a1">ServerDlgLayout</a> = <span class="keyword">new</span> TQGridLayout( <span class="keyword">this</span>, 1, 1, 11, 6, <span class="stringliteral">"ServerDlgLayout"</span>);
<a name="l00039"></a>00039
<a name="l00040"></a>00040 <a class="code" href="classServerDlg.html#e08739ab911ad22f1baef6a47f478155">TQLabel_4</a> = <span class="keyword">new</span> TQLabel( <span class="keyword">this</span>, <span class="stringliteral">"TQLabel_4"</span> );
@@ -114,7 +114,7 @@
<a name="l00097"></a>00097
<a name="l00098"></a>00098 <a class="code" href="classServerDlg.html#50988c2d6da00d7aac9153c3502e971c">Layout15</a> = <span class="keyword">new</span> TQHBoxLayout( 0, 0, 6, <span class="stringliteral">"Layout15"</span>);
<a name="l00099"></a>00099
-<a name="l00100"></a>00100 <a class="code" href="classServerDlg.html#249ee8e0562af6bfb41423158ad54ba3">m_ComboProtocol</a> = <span class="keyword">new</span> TQComboBox( FALSE, <span class="keyword">this</span>, <span class="stringliteral">"m_ComboProtocol"</span> );
+<a name="l00100"></a>00100 <a class="code" href="classServerDlg.html#249ee8e0562af6bfb41423158ad54ba3">m_ComboProtocol</a> = <span class="keyword">new</span> TQComboBox( false, <span class="keyword">this</span>, <span class="stringliteral">"m_ComboProtocol"</span> );
<a name="l00101"></a>00101 <a class="code" href="classServerDlg.html#249ee8e0562af6bfb41423158ad54ba3">m_ComboProtocol</a>-&gt;setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, <a class="code" href="classServerDlg.html#249ee8e0562af6bfb41423158ad54ba3">m_ComboProtocol</a>-&gt;sizePolicy().hasHeightForWidth() ) );
<a name="l00102"></a>00102 <a class="code" href="classServerDlg.html#249ee8e0562af6bfb41423158ad54ba3">m_ComboProtocol</a>-&gt;setFocusPolicy( TQComboBox::ClickFocus );
<a name="l00103"></a>00103 <a class="code" href="classServerDlg.html#249ee8e0562af6bfb41423158ad54ba3">m_ComboProtocol</a>-&gt;setInsertionPolicy( TQComboBox::AtTop );
diff --git a/doc/html/ServerDlg_8h-source.html b/doc/html/ServerDlg_8h-source.html
index 2e51b80..a35c001 100644
--- a/doc/html/ServerDlg_8h-source.html
+++ b/doc/html/ServerDlg_8h-source.html
@@ -47,7 +47,7 @@
<a name="l00030"></a>00030 TQ_OBJECT
<a name="l00031"></a>00031
<a name="l00032"></a>00032 <span class="keyword">public</span>:
-<a name="l00033"></a>00033 <a class="code" href="classServerDlg.html#c58b59def2e66e6c5bbd227152f06ff1">ServerDlg</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="l00033"></a>00033 <a class="code" href="classServerDlg.html#c58b59def2e66e6c5bbd227152f06ff1">ServerDlg</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="l00034"></a>00034 <a class="code" href="classServerDlg.html#517c785a1d8f364cd3d6bd044f88e07e">~ServerDlg</a>();
<a name="l00035"></a>00035
<a name="l00036"></a><a class="code" href="classServerDlg.html#e08739ab911ad22f1baef6a47f478155">00036</a> TQLabel* <a class="code" href="classServerDlg.html#e08739ab911ad22f1baef6a47f478155">TQLabel_4</a>;
diff --git a/doc/html/classAlertDialog-members.html b/doc/html/classAlertDialog-members.html
index c337a23..6b2e3b0 100644
--- a/doc/html/classAlertDialog-members.html
+++ b/doc/html/classAlertDialog-members.html
@@ -22,7 +22,7 @@
</ul></div>
<h1>AlertDialog Member List</h1>This is the complete list of members for <a class="el" href="classAlertDialog.html">AlertDialog</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="classAlertDialog.html#0c3106b439a19f0b5a240b3095595880">AlertDialog</a>(TQWidget *parent=0, const char *name=0)</td><td><a class="el" href="classAlertDialog.html">AlertDialog</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classAlertDlg.html#b8b7463dbb2a1c27a84f3846db46027b">AlertDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classAlertDlg.html">AlertDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classAlertDlg.html#b8b7463dbb2a1c27a84f3846db46027b">AlertDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classAlertDlg.html">AlertDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classAlertDlg.html#7ff66f74b2fcc1c1ebe7b9c48c9478ca">AlertDlgLayout</a></td><td><a class="el" href="classAlertDlg.html">AlertDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classAlertDlg.html#a00eea0c7a184d77386a0d9d39624e7b">languageChange</a>()</td><td><a class="el" href="classAlertDlg.html">AlertDlg</a></td><td><code> [protected, virtual, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classAlertDlg.html#eb7788e0ac9452d9875139eb5a5117c4">m_ButtonIgnore</a></td><td><a class="el" href="classAlertDlg.html">AlertDlg</a></td><td></td></tr>
diff --git a/doc/html/classAlertDlg-members.html b/doc/html/classAlertDlg-members.html
index 7015a87..4db6839 100644
--- a/doc/html/classAlertDlg-members.html
+++ b/doc/html/classAlertDlg-members.html
@@ -21,7 +21,7 @@
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>AlertDlg Member List</h1>This is the complete list of members for <a class="el" href="classAlertDlg.html">AlertDlg</a>, including all inherited members.<p><table>
- <tr class="memlist"><td><a class="el" href="classAlertDlg.html#b8b7463dbb2a1c27a84f3846db46027b">AlertDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classAlertDlg.html">AlertDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classAlertDlg.html#b8b7463dbb2a1c27a84f3846db46027b">AlertDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classAlertDlg.html">AlertDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classAlertDlg.html#7ff66f74b2fcc1c1ebe7b9c48c9478ca">AlertDlgLayout</a></td><td><a class="el" href="classAlertDlg.html">AlertDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classAlertDlg.html#8309795df6391db4e19bf7d3c2c0a4b5">image0</a></td><td><a class="el" href="classAlertDlg.html">AlertDlg</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classAlertDlg.html#a00eea0c7a184d77386a0d9d39624e7b">languageChange</a>()</td><td><a class="el" href="classAlertDlg.html">AlertDlg</a></td><td><code> [protected, virtual, slot]</code></td></tr>
diff --git a/doc/html/classAlertDlg.html b/doc/html/classAlertDlg.html
index 12561e8..06da22b 100644
--- a/doc/html/classAlertDlg.html
+++ b/doc/html/classAlertDlg.html
@@ -33,7 +33,7 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAlertDlg.html#ccef482c60628a7c5e35633f9810a905">slotOk</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAlertDlg.html#b8b7463dbb2a1c27a84f3846db46027b">AlertDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAlertDlg.html#b8b7463dbb2a1c27a84f3846db46027b">AlertDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAlertDlg.html#268ce013bcd724380693d42f3bcae203">~AlertDlg</a> ()</td></tr>
@@ -59,7 +59,7 @@
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
-<a class="anchor" name="b8b7463dbb2a1c27a84f3846db46027b"></a><!-- doxytag: member="AlertDlg::AlertDlg" ref="b8b7463dbb2a1c27a84f3846db46027b" args="(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)" -->
+<a class="anchor" name="b8b7463dbb2a1c27a84f3846db46027b"></a><!-- doxytag: member="AlertDlg::AlertDlg" ref="b8b7463dbb2a1c27a84f3846db46027b" args="(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
@@ -79,7 +79,7 @@
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool&nbsp;</td>
- <td class="paramname"> <em>modal</em> = <code>FALSE</code>, </td>
+ <td class="paramname"> <em>modal</em> = <code>false</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
diff --git a/doc/html/classCommandDialog-members.html b/doc/html/classCommandDialog-members.html
index ed91faf..f52c772 100644
--- a/doc/html/classCommandDialog-members.html
+++ b/doc/html/classCommandDialog-members.html
@@ -22,7 +22,7 @@
</ul></div>
<h1>CommandDialog Member List</h1>This is the complete list of members for <a class="el" href="classCommandDialog.html">CommandDialog</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="classCommandDialog.html#bd38a3e65b0dce5805404012f0613cff">CommandDialog</a>(TQWidget *parent, const char *name, CommandList *list, ConfigElem *pConfig, ConfigList *pConfigList)</td><td><a class="el" href="classCommandDialog.html">CommandDialog</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classCommandDlg.html#00435683972414b1f2ca8bcb9e1dbc91">CommandDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classCommandDlg.html">CommandDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classCommandDlg.html#00435683972414b1f2ca8bcb9e1dbc91">CommandDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classCommandDlg.html">CommandDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classCommandDlg.html#f4d0781c175dda013e4eb5d512edf6ac">CommandDlgLayout</a></td><td><a class="el" href="classCommandDlg.html">CommandDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCommandDlg.html#0c4debe5a9a4cffefbe15970b3161145">languageChange</a>()</td><td><a class="el" href="classCommandDlg.html">CommandDlg</a></td><td><code> [protected, virtual, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCommandDlg.html#bb726a94053a9e1aba96babad4e5c024">Layout6</a></td><td><a class="el" href="classCommandDlg.html">CommandDlg</a></td><td><code> [protected]</code></td></tr>
diff --git a/doc/html/classCommandDlg-members.html b/doc/html/classCommandDlg-members.html
index 773b12e..f458283 100644
--- a/doc/html/classCommandDlg-members.html
+++ b/doc/html/classCommandDlg-members.html
@@ -21,7 +21,7 @@
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>CommandDlg Member List</h1>This is the complete list of members for <a class="el" href="classCommandDlg.html">CommandDlg</a>, including all inherited members.<p><table>
- <tr class="memlist"><td><a class="el" href="classCommandDlg.html#00435683972414b1f2ca8bcb9e1dbc91">CommandDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classCommandDlg.html">CommandDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classCommandDlg.html#00435683972414b1f2ca8bcb9e1dbc91">CommandDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classCommandDlg.html">CommandDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classCommandDlg.html#f4d0781c175dda013e4eb5d512edf6ac">CommandDlgLayout</a></td><td><a class="el" href="classCommandDlg.html">CommandDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCommandDlg.html#0c4debe5a9a4cffefbe15970b3161145">languageChange</a>()</td><td><a class="el" href="classCommandDlg.html">CommandDlg</a></td><td><code> [protected, virtual, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCommandDlg.html#bb726a94053a9e1aba96babad4e5c024">Layout6</a></td><td><a class="el" href="classCommandDlg.html">CommandDlg</a></td><td><code> [protected]</code></td></tr>
diff --git a/doc/html/classCommandDlg.html b/doc/html/classCommandDlg.html
index 84aee1d..bf4ddf7 100644
--- a/doc/html/classCommandDlg.html
+++ b/doc/html/classCommandDlg.html
@@ -47,8 +47,8 @@ virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" hr
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCommandDlg.html#e2ff4ab352bb06d0e0dc9379c4af9f89">slotOk</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="00435683972414b1f2ca8bcb9e1dbc91"></a><!-- doxytag: member="CommandDlg::CommandDlg" ref="00435683972414b1f2ca8bcb9e1dbc91" args="(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)" -->
-&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCommandDlg.html#00435683972414b1f2ca8bcb9e1dbc91">CommandDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="00435683972414b1f2ca8bcb9e1dbc91"></a><!-- doxytag: member="CommandDlg::CommandDlg" ref="00435683972414b1f2ca8bcb9e1dbc91" args="(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)" -->
+&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCommandDlg.html#00435683972414b1f2ca8bcb9e1dbc91">CommandDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0eb54248bcf1851da5c2c054582b1e99"></a><!-- doxytag: member="CommandDlg::~CommandDlg" ref="0eb54248bcf1851da5c2c054582b1e99" args="()" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCommandDlg.html#0eb54248bcf1851da5c2c054582b1e99">~CommandDlg</a> ()</td></tr>
diff --git a/doc/html/classCommandEntryDialog-members.html b/doc/html/classCommandEntryDialog-members.html
index 943cc1a..8c4d0a1 100644
--- a/doc/html/classCommandEntryDialog-members.html
+++ b/doc/html/classCommandEntryDialog-members.html
@@ -22,7 +22,7 @@
</ul></div>
<h1>CommandEntryDialog Member List</h1>This is the complete list of members for <a class="el" href="classCommandEntryDialog.html">CommandEntryDialog</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="classCommandEntryDialog.html#eb206b2dc7ed4061415c836beb462c94">CommandEntryDialog</a>(TQWidget *parent, const char *name, CommandEntry *entry, ConfigElem *pConfigElem)</td><td><a class="el" href="classCommandEntryDialog.html">CommandEntryDialog</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">CommandEntryDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classCommandEntryDlg.html">CommandEntryDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">CommandEntryDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classCommandEntryDlg.html">CommandEntryDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a></td><td><a class="el" href="classCommandEntryDlg.html">CommandEntryDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCommandEntryDlg.html#2f33e10c24f756bc76fd3ff674e53ec8">languageChange</a>()</td><td><a class="el" href="classCommandEntryDlg.html">CommandEntryDlg</a></td><td><code> [protected, virtual, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a></td><td><a class="el" href="classCommandEntryDlg.html">CommandEntryDlg</a></td><td><code> [protected]</code></td></tr>
diff --git a/doc/html/classCommandEntryDlg-members.html b/doc/html/classCommandEntryDlg-members.html
index 3224b94..3cd7505 100644
--- a/doc/html/classCommandEntryDlg-members.html
+++ b/doc/html/classCommandEntryDlg-members.html
@@ -21,7 +21,7 @@
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>CommandEntryDlg Member List</h1>This is the complete list of members for <a class="el" href="classCommandEntryDlg.html">CommandEntryDlg</a>, including all inherited members.<p><table>
- <tr class="memlist"><td><a class="el" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">CommandEntryDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classCommandEntryDlg.html">CommandEntryDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">CommandEntryDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classCommandEntryDlg.html">CommandEntryDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a></td><td><a class="el" href="classCommandEntryDlg.html">CommandEntryDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCommandEntryDlg.html#2f33e10c24f756bc76fd3ff674e53ec8">languageChange</a>()</td><td><a class="el" href="classCommandEntryDlg.html">CommandEntryDlg</a></td><td><code> [protected, virtual, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a></td><td><a class="el" href="classCommandEntryDlg.html">CommandEntryDlg</a></td><td><code> [protected]</code></td></tr>
diff --git a/doc/html/classCommandEntryDlg.html b/doc/html/classCommandEntryDlg.html
index 43e4abd..eebfdd8 100644
--- a/doc/html/classCommandEntryDlg.html
+++ b/doc/html/classCommandEntryDlg.html
@@ -38,8 +38,8 @@ virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" hr
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCommandEntryDlg.html#dc8db19864a1c18dcb71edd3c6d13bdf">slotTest</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f72dede73adeeed25d33d643b4093614"></a><!-- doxytag: member="CommandEntryDlg::CommandEntryDlg" ref="f72dede73adeeed25d33d643b4093614" args="(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)" -->
-&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">CommandEntryDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f72dede73adeeed25d33d643b4093614"></a><!-- doxytag: member="CommandEntryDlg::CommandEntryDlg" ref="f72dede73adeeed25d33d643b4093614" args="(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)" -->
+&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">CommandEntryDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="48a980d2b11d91a2848724261ad28ae7"></a><!-- doxytag: member="CommandEntryDlg::~CommandEntryDlg" ref="48a980d2b11d91a2848724261ad28ae7" args="()" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCommandEntryDlg.html#48a980d2b11d91a2848724261ad28ae7">~CommandEntryDlg</a> ()</td></tr>
diff --git a/doc/html/classConfigElem.html b/doc/html/classConfigElem.html
index caf3a02..15cac66 100644
--- a/doc/html/classConfigElem.html
+++ b/doc/html/classConfigElem.html
@@ -429,7 +429,7 @@ Destructor Does nothing.
<div class="memdoc">
<p>
-Returns whether the account is active. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - account is active; FALSE - account is not active </dd></dl>
+Returns whether the account is active. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - account is active; false - account is not active </dd></dl>
</div>
</div><p>
@@ -452,7 +452,7 @@ Returns whether the account is active. <dl class="return" compact><dt><b>Returns
<p>
Sets the account active. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
- <tr><td valign="top"></td><td valign="top"><em>active</em>&nbsp;</td><td>TRUE - active account; FALSE - deactivate account </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>active</em>&nbsp;</td><td>true - active account; false - deactivate account </td></tr>
</table>
</dl>
@@ -564,7 +564,7 @@ Sets the account password. To save it in the configuration file call <a class="e
<div class="memdoc">
<p>
-Returns whether a password is stored. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - there is password stored; FALSE - no password stored </dd></dl>
+Returns whether a password is stored. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - there is password stored; false - no password stored </dd></dl>
</div>
</div><p>
@@ -651,8 +651,8 @@ Returns the pointer to the account list view item. <dl class="see" compact><dt><
<div class="memdoc">
<p>
-Returns TRUE, if the appropriate list view item is selected. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - list view item is selected <p>
-FALSE - list view item is not selected </dd></dl>
+Returns true, if the appropriate list view item is selected. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - list view item is selected <p>
+false - list view item is not selected </dd></dl>
</div>
</div><p>
@@ -764,7 +764,7 @@ Sets the protocol. <dl compact><dt><b>Parameters:</b></dt><dd>
<p>
Returns the protocol. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
- <tr><td valign="top"></td><td valign="top"><em>upperCase</em>&nbsp;</td><td>TRUE - transforms the protocol string to upper case </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>upperCase</em>&nbsp;</td><td>true - transforms the protocol string to upper case </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>protocol </dd></dl>
@@ -790,7 +790,7 @@ Returns the protocol. <dl compact><dt><b>Parameters:</b></dt><dd>
<p>
Enable or disable TLS. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
- <tr><td valign="top"></td><td valign="top"><em>tls</em>&nbsp;</td><td>TRUE: use TLS; FALSE: don't use TLS </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>tls</em>&nbsp;</td><td>true: use TLS; false: don't use TLS </td></tr>
</table>
</dl>
@@ -812,8 +812,8 @@ Enable or disable TLS. <dl compact><dt><b>Parameters:</b></dt><dd>
<div class="memdoc">
<p>
-Returns whether TLS is enabled. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE: TLS is enabled <p>
-FALSE: TLS is disabled </dd></dl>
+Returns whether TLS is enabled. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true: TLS is enabled <p>
+false: TLS is disabled </dd></dl>
</div>
</div><p>
@@ -1092,8 +1092,8 @@ Opens a dialog to ask for a password, stores it temporarily in the account setti
<tr><td valign="top"></td><td valign="top"><em>force</em>&nbsp;</td><td>ask for a new password even if a password is stored </td></tr>
</table>
</dl>
-<dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - a password is available <p>
-FALSE - no password is available </dd></dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>true - a password is available <p>
+false - no password is available </dd></dl>
</div>
</div><p>
@@ -1153,8 +1153,8 @@ Returns the subjects of the selected mails. <dl class="return" compact><dt><b>Re
<div class="memdoc">
<p>
-Returns whether there are mails in the list that are selected in the list view. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - there are selected mails <p>
-FALSE - there aren't selected mails </dd></dl>
+Returns whether there are mails in the list that are selected in the list view. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - there are selected mails <p>
+false - there aren't selected mails </dd></dl>
</div>
</div><p>
@@ -1626,7 +1626,7 @@ Fourth step of the refresh cycle. Copies the known headers of the old mails from
<div class="memdoc">
<p>
-Sixth step of the refresh cycle. Applies the filters to the mails in the mail list. Invoked by <a class="el" href="classConfigElem.html#91365e361149fd5d564b99a4b7182fc3">swapMailLists()</a>. This methode maybe starts a new refresh cycle because after a deletion or moving we need a actual list of mails on the server. To avoid a never-ending loop you must not call this methode during the second refresh cycle. Therefore it sets filterApplied to TRUE. <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigElem.html#1c5b6fd53a5dfbe13c8d9ef2f3b97608">filterApplied</a> <p>
+Sixth step of the refresh cycle. Applies the filters to the mails in the mail list. Invoked by <a class="el" href="classConfigElem.html#91365e361149fd5d564b99a4b7182fc3">swapMailLists()</a>. This methode maybe starts a new refresh cycle because after a deletion or moving we need a actual list of mails on the server. To avoid a never-ending loop you must not call this methode during the second refresh cycle. Therefore it sets filterApplied to true. <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigElem.html#1c5b6fd53a5dfbe13c8d9ef2f3b97608">filterApplied</a> <p>
<a class="el" href="classConfigElem.html#6a1f1cb81c4bcca055e0b98bd9fb0cf7">applyFiltersDeleted()</a> </dd></dl>
</div>
@@ -1647,7 +1647,7 @@ Sixth step of the refresh cycle. Applies the filters to the mails in the mail li
<div class="memdoc">
<p>
-If there are mails to delete by filters applyFilters will call the regular deletion cycle of this class with set byFilter-flag. Therefore the deletion will not branch to <a class="el" href="classConfigElem.html#f4e51ff42a86a9d5a6ed0f361069d242">commitDeletion()</a> but to this methode. This performs a second refresh cycle to get an effective mail list from the server. This new cycle will not apply the filters again, because the flag filterApplied is set to TRUE. <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigElem.html#f4206aa01f491b7a7e2c57682fe10b31">applyFilters()</a> <p>
+If there are mails to delete by filters applyFilters will call the regular deletion cycle of this class with set byFilter-flag. Therefore the deletion will not branch to <a class="el" href="classConfigElem.html#f4e51ff42a86a9d5a6ed0f361069d242">commitDeletion()</a> but to this methode. This performs a second refresh cycle to get an effective mail list from the server. This new cycle will not apply the filters again, because the flag filterApplied is set to true. <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigElem.html#f4206aa01f491b7a7e2c57682fe10b31">applyFilters()</a> <p>
<a class="el" href="classConfigElem.html#1c5b6fd53a5dfbe13c8d9ef2f3b97608">filterApplied</a> </dd></dl>
</div>
@@ -1708,7 +1708,7 @@ Commits the refresh. Starts a pop3 job that will do the commit. Its signal resul
<div class="memdoc">
<p>
-Fifth step of the refresh cycle. Copies the pointer to the temporary list to m_pshowrecord. Invoked by <a class="el" href="classConfigElem.html#4c8bf2c5e048a2c18048a3444841a668">copyHeaders()</a> and <a class="el" href="classConfigElem.html#5ba4833fd4b897bb21fa31dff2cf5750">slotUIDsReceived()</a>. The temporary list will be the current mail list. At the end it invokes <a class="el" href="classConfigElem.html#3691ecff2aab23143072b434fd304c45">commitRefresh()</a> if the filters were applied (filterApplied == TRUE) or deactive or it invokes <a class="el" href="classConfigElem.html#f4206aa01f491b7a7e2c57682fe10b31">applyFilters()</a> if the filters were not applied (filterApplied == FALSE). <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigElem.html#9724726ea014cf6d22a413d266ca69d2">m_pshowrecord</a> <p>
+Fifth step of the refresh cycle. Copies the pointer to the temporary list to m_pshowrecord. Invoked by <a class="el" href="classConfigElem.html#4c8bf2c5e048a2c18048a3444841a668">copyHeaders()</a> and <a class="el" href="classConfigElem.html#5ba4833fd4b897bb21fa31dff2cf5750">slotUIDsReceived()</a>. The temporary list will be the current mail list. At the end it invokes <a class="el" href="classConfigElem.html#3691ecff2aab23143072b434fd304c45">commitRefresh()</a> if the filters were applied (filterApplied == true) or deactive or it invokes <a class="el" href="classConfigElem.html#f4206aa01f491b7a7e2c57682fe10b31">applyFilters()</a> if the filters were not applied (filterApplied == false). <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigElem.html#9724726ea014cf6d22a413d266ca69d2">m_pshowrecord</a> <p>
<a class="el" href="classConfigElem.html#4c8bf2c5e048a2c18048a3444841a668">copyHeaders()</a> <p>
<a class="el" href="classConfigElem.html#5ba4833fd4b897bb21fa31dff2cf5750">slotUIDsReceived()</a> <p>
<a class="el" href="classConfigElem.html#3691ecff2aab23143072b434fd304c45">commitRefresh()</a> <p>
@@ -1778,7 +1778,7 @@ Returns whether the given directory is a maildir directory <dl compact><dt><b>Pa
<tr><td valign="top"></td><td valign="top"><em>path</em>&nbsp;</td><td>the directory for test </td></tr>
</table>
</dl>
-<dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - directory is a maildir directory </dd></dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>true - directory is a maildir directory </dd></dl>
</div>
</div><p>
@@ -1814,7 +1814,7 @@ Writes the given mail into the mailbox. <dl compact><dt><b>Parameters:</b></dt><
<tr><td valign="top"></td><td valign="top"><em>box</em>&nbsp;</td><td>path to the mailbox </td></tr>
</table>
</dl>
-<dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - Writing was succesful </dd></dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>true - Writing was succesful </dd></dl>
</div>
</div><p>
@@ -2361,7 +2361,7 @@ Forwards the given mail to SpamAssassin and returns the test result <dl compact>
<tr><td valign="top"></td><td valign="top"><em>mail</em>&nbsp;</td><td>the mail to test </td></tr>
</table>
</dl>
-<dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - mail is spam </dd></dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>true - mail is spam </dd></dl>
</div>
</div><p>
@@ -2381,7 +2381,7 @@ Forwards the given mail to SpamAssassin and returns the test result <dl compact>
<div class="memdoc">
<p>
-Looks for a running spamd daemon of SpamAssassin. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - SpamAssassin is running </dd></dl>
+Looks for a running spamd daemon of SpamAssassin. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - SpamAssassin is running </dd></dl>
</div>
</div><p>
@@ -2490,7 +2490,7 @@ Type of password storage. valid values are: CONFIG_VALUE_ACCOUNT_PASSWORD_DONT_S
<div class="memdoc">
<p>
-TRUE - account is active; FALSE - account is not active
+true - account is active; false - account is not active
</div>
</div><p>
<a class="anchor" name="52f6b77b64915aeadf30cf2e550da876"></a><!-- doxytag: member="ConfigElem::m_strAccount" ref="52f6b77b64915aeadf30cf2e550da876" args="" -->
@@ -2783,7 +2783,7 @@ Every account has is own header filter instance.
<div class="memdoc">
<p>
-This is a flag whether the filters was applied during a refresh cycle. If the some mails was deleted (recommend by the filter), we need a actual list of mails from the server. Therefore a second refresh cycle will be started. To avoid a never-ending loop this flag will be set to TRUE by <a class="el" href="classConfigElem.html#f4206aa01f491b7a7e2c57682fe10b31">applyFilters()</a>. If the second refresh is running this one will not invoke the filters.
+This is a flag whether the filters was applied during a refresh cycle. If the some mails was deleted (recommend by the filter), we need a actual list of mails from the server. Therefore a second refresh cycle will be started. To avoid a never-ending loop this flag will be set to true by <a class="el" href="classConfigElem.html#f4206aa01f491b7a7e2c57682fe10b31">applyFilters()</a>. If the second refresh is running this one will not invoke the filters.
</div>
</div><p>
<a class="anchor" name="c3a6aea2718324eba83d02f6e5828fa5"></a><!-- doxytag: member="ConfigElem::deletionPerformedByFilters" ref="c3a6aea2718324eba83d02f6e5828fa5" args="" -->
@@ -2828,7 +2828,7 @@ This flag is set by <a class="el" href="classConfigElem.html#6a1f1cb81c4bcca055e
<div class="memdoc">
<p>
-This flag is set to TRUE by <a class="el" href="classConfigElem.html#f4206aa01f491b7a7e2c57682fe10b31">applyFilters()</a> to indicate the mailbodies are downloading and writing to the mailboxes or spam checking. When this is ended, <a class="el" href="classConfigElem.html#f4206aa01f491b7a7e2c57682fe10b31">applyFilters()</a> will be called again and it reset this flag
+This flag is set to true by <a class="el" href="classConfigElem.html#f4206aa01f491b7a7e2c57682fe10b31">applyFilters()</a> to indicate the mailbodies are downloading and writing to the mailboxes or spam checking. When this is ended, <a class="el" href="classConfigElem.html#f4206aa01f491b7a7e2c57682fe10b31">applyFilters()</a> will be called again and it reset this flag
</div>
</div><p>
<a class="anchor" name="30203c10e9c6b563ee9c454269cad8d1"></a><!-- doxytag: member="ConfigElem::moveCounter" ref="30203c10e9c6b563ee9c454269cad8d1" args="" -->
diff --git a/doc/html/classConfigList.html b/doc/html/classConfigList.html
index 1a45031..388063b 100644
--- a/doc/html/classConfigList.html
+++ b/doc/html/classConfigList.html
@@ -349,7 +349,7 @@ Sets the auto refresh time interval. <dl compact><dt><b>Parameters:</b></dt><dd>
<div class="memdoc">
<p>
-Returns whether auto refresh is on. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - auto refresh is on; FALSE - auto refresh is off </dd></dl>
+Returns whether auto refresh is on. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - auto refresh is on; false - auto refresh is off </dd></dl>
</div>
</div><p>
@@ -372,7 +372,7 @@ Returns whether auto refresh is on. <dl class="return" compact><dt><b>Returns:</
<p>
Sets whether the user has to confirm a deletion. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
- <tr><td valign="top"></td><td valign="top"><em>confirm</em>&nbsp;</td><td>TRUE - user has to confirm; FALSE - the user does not have to confirm </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>confirm</em>&nbsp;</td><td>true - user has to confirm; false - the user does not have to confirm </td></tr>
</table>
</dl>
@@ -394,8 +394,8 @@ Sets whether the user has to confirm a deletion. <dl compact><dt><b>Parameters:<
<div class="memdoc">
<p>
-Returns whether the user has to confirm a deletion. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - the user has to confirm <p>
-FALSE - the user does not have to confirm </dd></dl>
+Returns whether the user has to confirm a deletion. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - the user has to confirm <p>
+false - the user does not have to confirm </dd></dl>
</div>
</div><p>
@@ -415,8 +415,8 @@ FALSE - the user does not have to confirm </dd></dl>
<div class="memdoc">
<p>
-Returns whether the user has to confirm window close. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - user has to confirm <p>
-FALSE - user does not have to confirm </dd></dl>
+Returns whether the user has to confirm window close. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - user has to confirm <p>
+false - user does not have to confirm </dd></dl>
</div>
</div><p>
@@ -436,8 +436,8 @@ FALSE - user does not have to confirm </dd></dl>
<div class="memdoc">
<p>
-Returns whether the app shall start minimized. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - start minimized <p>
-FALSE - don't start minimized </dd></dl>
+Returns whether the app shall start minimized. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - start minimized <p>
+false - don't start minimized </dd></dl>
</div>
</div><p>
@@ -457,8 +457,8 @@ FALSE - don't start minimized </dd></dl>
<div class="memdoc">
<p>
-Returns whether the close button leaves the application running in tray. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - leaves running <p>
-FALSE - app will be closed </dd></dl>
+Returns whether the close button leaves the application running in tray. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - leaves running <p>
+false - app will be closed </dd></dl>
</div>
</div><p>
@@ -478,8 +478,8 @@ FALSE - app will be closed </dd></dl>
<div class="memdoc">
<p>
-Returns whether minimizes to the tray rather than to the taskbar. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - minimizes to the tray <p>
-FALSE - minimizes to the taskbar </dd></dl>
+Returns whether minimizes to the tray rather than to the taskbar. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - minimizes to the tray <p>
+false - minimizes to the taskbar </dd></dl>
</div>
</div><p>
@@ -499,8 +499,8 @@ FALSE - minimizes to the taskbar </dd></dl>
<div class="memdoc">
<p>
-Returns whether connection errors will be shown during refresh. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - show errors <p>
-FALSE - don't show errors </dd></dl>
+Returns whether connection errors will be shown during refresh. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - show errors <p>
+false - don't show errors </dd></dl>
</div>
</div><p>
@@ -523,7 +523,7 @@ FALSE - don't show errors </dd></dl>
<p>
Sets whether the mail show dialog has to use HTML. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
- <tr><td valign="top"></td><td valign="top"><em>allowHTML</em>&nbsp;</td><td>TRUE - the dialog has to use HTML; FALSE - the dialog must not use HTML </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>allowHTML</em>&nbsp;</td><td>true - the dialog has to use HTML; false - the dialog must not use HTML </td></tr>
</table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigList.html#017597159dc4b62d147aade09140e942">m_bAllowHTML</a> </dd></dl>
@@ -546,8 +546,8 @@ Sets whether the mail show dialog has to use HTML. <dl compact><dt><b>Parameters
<div class="memdoc">
<p>
-Returns whether the mail show dialog has to use HTML. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - the dialog has to use HTML <p>
-FALSE - the dialog must not use HTML </dd></dl>
+Returns whether the mail show dialog has to use HTML. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - the dialog has to use HTML <p>
+false - the dialog must not use HTML </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigList.html#017597159dc4b62d147aade09140e942">m_bAllowHTML</a> </dd></dl>
</div>
@@ -568,7 +568,7 @@ FALSE - the dialog must not use HTML </dd></dl>
<div class="memdoc">
<p>
-Returns whether there are active accounts. Doesn't set the current account. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - Yes, there are active accounts (at least one :o) ); FALSE - no active accounts </dd></dl>
+Returns whether there are active accounts. Doesn't set the current account. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - Yes, there are active accounts (at least one :o) ); false - no active accounts </dd></dl>
</div>
</div><p>
@@ -713,8 +713,8 @@ Returns the subjects of the selected mails. <dl class="return" compact><dt><b>Re
<div class="memdoc">
<p>
-Returns whether there are mails in this list which are selected in the list view. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - there are selected mails <p>
-FALSE - there aren't selected mails </dd></dl>
+Returns whether there are mails in this list which are selected in the list view. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - there are selected mails <p>
+false - there aren't selected mails </dd></dl>
</div>
</div><p>
@@ -863,8 +863,8 @@ Creates for every mail a list view item and inserts it into the mail list view.
<div class="memdoc">
<p>
-Returns whether the main window will be shown, if new mails was received. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - main window will be shown <p>
-FALSE - main window will not be shown </dd></dl>
+Returns whether the main window will be shown, if new mails was received. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - main window will be shown <p>
+false - main window will not be shown </dd></dl>
</div>
</div><p>
@@ -884,8 +884,8 @@ FALSE - main window will not be shown </dd></dl>
<div class="memdoc">
<p>
-Returns whether an alert message will be shown if new mails were received. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - will be shown <p>
-FALSE - will not be shown </dd></dl>
+Returns whether an alert message will be shown if new mails were received. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - will be shown <p>
+false - will not be shown </dd></dl>
</div>
</div><p>
@@ -905,8 +905,8 @@ FALSE - will not be shown </dd></dl>
<div class="memdoc">
<p>
-Returns whether the app will be terminated if no new mails were received. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - will be terminated <p>
-FALSE - will not be terminated </dd></dl>
+Returns whether the app will be terminated if no new mails were received. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - will be terminated <p>
+false - will not be terminated </dd></dl>
</div>
</div><p>
@@ -926,8 +926,8 @@ FALSE - will not be terminated </dd></dl>
<div class="memdoc">
<p>
-Returns whether the main window will be minimized, if no new mails were received. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - main window will be minimized <p>
-FALSE - main window will not be minimized </dd></dl>
+Returns whether the main window will be minimized, if no new mails were received. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - main window will be minimized <p>
+false - main window will not be minimized </dd></dl>
</div>
</div><p>
@@ -992,8 +992,8 @@ Sets the time to the first refresh. <dl compact><dt><b>Parameters:</b></dt><dd>
<div class="memdoc">
<p>
-Returns whether a time to first refresh is configured. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - init time configured <p>
-FALSE - no init time configured </dd></dl>
+Returns whether a time to first refresh is configured. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - init time configured <p>
+false - no init time configured </dd></dl>
</div>
</div><p>
@@ -1089,8 +1089,8 @@ Executes the configure new mail command. Does nothing, if the command option is
<div class="memdoc">
<p>
-Returns whether all new mails will keep new status until the app is closed. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - mails keep new status at next refresh <p>
-FALSE - mails don't keep new status at next refresh </dd></dl>
+Returns whether all new mails will keep new status until the app is closed. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - mails keep new status at next refresh <p>
+false - mails don't keep new status at next refresh </dd></dl>
</div>
</div><p>
@@ -1374,8 +1374,8 @@ Returns whether the given account is in the list <dl compact><dt><b>Parameters:<
<tr><td valign="top"></td><td valign="top"><em>name</em>&nbsp;</td><td>name of the searched account </td></tr>
</table>
</dl>
-<dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - account is existent <p>
-FALSE - account is not existent </dd></dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>true - account is existent <p>
+false - account is not existent </dd></dl>
</div>
</div><p>
@@ -1441,7 +1441,7 @@ Connected with signal sigConfigChanged of all accounts. Emits the signal sigConf
<div class="memdoc">
<p>
-Connected with signal sigDeleteReady of all accounts. When an account has sent this signal its appropriate item in AccountDeletionMap will set to FALSE. When all accounts have done the deletion it will emit signal sigDeleteReady. <dl compact><dt><b>Parameters:</b></dt><dd>
+Connected with signal sigDeleteReady of all accounts. When an account has sent this signal its appropriate item in AccountDeletionMap will set to false. When all accounts have done the deletion it will emit signal sigDeleteReady. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>account</em>&nbsp;</td><td>name of the account which has emitted the signal </td></tr>
</table>
@@ -1467,7 +1467,7 @@ Connected with signal sigDeleteReady of all accounts. When an account has sent t
<div class="memdoc">
<p>
-Connected with signal sigShowBodiesReady of all accounts. When an account has sent this signal its appropriate item in AccountShowBodiesMap will set to FALSE. When all accounts have shown the mail it will emit signal sigShowBodiesReady. <dl compact><dt><b>Parameters:</b></dt><dd>
+Connected with signal sigShowBodiesReady of all accounts. When an account has sent this signal its appropriate item in AccountShowBodiesMap will set to false. When all accounts have shown the mail it will emit signal sigShowBodiesReady. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>account</em>&nbsp;</td><td>name of the account which has emitted the signal </td></tr>
</table>
@@ -1535,7 +1535,7 @@ Connected with signal sigMessageWindowClosed of all accounts. When an account ha
<div class="memdoc">
<p>
-Connected with signal sigRefreshReady of all accounts. When an account has sent this signal its appropriate item in AccountRefreshMap will set to FALSE. When all accounts have refreshed their mail list it will emit signal sigRefreshReady. <dl compact><dt><b>Parameters:</b></dt><dd>
+Connected with signal sigRefreshReady of all accounts. When an account has sent this signal its appropriate item in AccountRefreshMap will set to false. When all accounts have refreshed their mail list it will emit signal sigRefreshReady. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>account</em>&nbsp;</td><td>name of the account which has emitted the signal </td></tr>
</table>
@@ -1718,7 +1718,7 @@ Number of seconds the application will wait for a pop3 job to complete.
<div class="memdoc">
<p>
-This map is used by the delete methods. <a class="el" href="classConfigList.html#ac13c19975a07aa87da0047cc66b4ce1">deleteSelectedMails()</a> clears it and after that inserts for every account an item. The Key is the account name and the data is TRUE. When <a class="el" href="classConfigList.html#640d6202cfb38c449e95906e7581693b">slotCheckDeletionState()</a> is invoked by a signal sent by an account, this slot will set the appropriate item data to FALSE. If the data of all items are set to FALSE, the method will know all accounts have ended the deletion and will emit sigDeleteReady. <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigList.html#ac13c19975a07aa87da0047cc66b4ce1">deleteSelectedMails()</a> <p>
+This map is used by the delete methods. <a class="el" href="classConfigList.html#ac13c19975a07aa87da0047cc66b4ce1">deleteSelectedMails()</a> clears it and after that inserts for every account an item. The Key is the account name and the data is true. When <a class="el" href="classConfigList.html#640d6202cfb38c449e95906e7581693b">slotCheckDeletionState()</a> is invoked by a signal sent by an account, this slot will set the appropriate item data to false. If the data of all items are set to false, the method will know all accounts have ended the deletion and will emit sigDeleteReady. <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigList.html#ac13c19975a07aa87da0047cc66b4ce1">deleteSelectedMails()</a> <p>
<a class="el" href="classConfigList.html#640d6202cfb38c449e95906e7581693b">slotCheckDeletionState()</a> </dd></dl>
</div>
@@ -1735,7 +1735,7 @@ This map is used by the delete methods. <a class="el" href="classConfigList.html
<div class="memdoc">
<p>
-This map is used by the methods to show the mail body. <a class="el" href="classConfigList.html#69be8d63f8363fe9c727ebdaeb9eb7fa">showSelectedMails()</a> clears it and after that inserts for every account an item. The Key is the account name and the data is TRUE. When <a class="el" href="classConfigList.html#bdbf21b25f8e963e5c32d167aff1fe16">slotCheckShowBodiesState()</a> is invoked by a signal sent by an account, this slot will set the appropriate item data to FALSE. If the data of all items are set to FALSE, the method will know all accounts have shown the mail body and will emit sigShowBodiesReady. <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigList.html#69be8d63f8363fe9c727ebdaeb9eb7fa">showSelectedMails()</a> <p>
+This map is used by the methods to show the mail body. <a class="el" href="classConfigList.html#69be8d63f8363fe9c727ebdaeb9eb7fa">showSelectedMails()</a> clears it and after that inserts for every account an item. The Key is the account name and the data is true. When <a class="el" href="classConfigList.html#bdbf21b25f8e963e5c32d167aff1fe16">slotCheckShowBodiesState()</a> is invoked by a signal sent by an account, this slot will set the appropriate item data to false. If the data of all items are set to false, the method will know all accounts have shown the mail body and will emit sigShowBodiesReady. <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigList.html#69be8d63f8363fe9c727ebdaeb9eb7fa">showSelectedMails()</a> <p>
<a class="el" href="classConfigList.html#bdbf21b25f8e963e5c32d167aff1fe16">slotCheckShowBodiesState()</a> </dd></dl>
</div>
@@ -1752,7 +1752,7 @@ This map is used by the methods to show the mail body. <a class="el" href="class
<div class="memdoc">
<p>
-This map is used by the methods to refresh the account mail lists. <a class="el" href="classConfigList.html#8cec55c3631317208f4800408a6e98c8">refreshMailLists()</a> clears it and after that inserts for every account an item. The Key ist the account name and the data is TRUE. When <a class="el" href="classConfigList.html#beaa15863a4aae563a8539d176067f79">slotCheckRefreshState()</a> is invoked by a signal sent by an account, this slot will set the appropriate item data to FALSE. If the data of all items are set to FALSE, the method will know all accounts have refreshed their mail list and will emit sigRefreshReady. <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigList.html#8cec55c3631317208f4800408a6e98c8">refreshMailLists()</a> <p>
+This map is used by the methods to refresh the account mail lists. <a class="el" href="classConfigList.html#8cec55c3631317208f4800408a6e98c8">refreshMailLists()</a> clears it and after that inserts for every account an item. The Key ist the account name and the data is true. When <a class="el" href="classConfigList.html#beaa15863a4aae563a8539d176067f79">slotCheckRefreshState()</a> is invoked by a signal sent by an account, this slot will set the appropriate item data to false. If the data of all items are set to false, the method will know all accounts have refreshed their mail list and will emit sigRefreshReady. <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigList.html#8cec55c3631317208f4800408a6e98c8">refreshMailLists()</a> <p>
<a class="el" href="classConfigList.html#beaa15863a4aae563a8539d176067f79">slotCheckRefreshState()</a> </dd></dl>
</div>
@@ -1769,7 +1769,7 @@ This map is used by the methods to refresh the account mail lists. <a class="el"
<div class="memdoc">
<p>
-TRUE - the user has to confirm a deletion, FALSE - the user does not have to confirm a deletion
+true - the user has to confirm a deletion, false - the user does not have to confirm a deletion
</div>
</div><p>
<a class="anchor" name="017597159dc4b62d147aade09140e942"></a><!-- doxytag: member="ConfigList::m_bAllowHTML" ref="017597159dc4b62d147aade09140e942" args="" -->
@@ -1784,7 +1784,7 @@ TRUE - the user has to confirm a deletion, FALSE - the user does not have to con
<div class="memdoc">
<p>
-TRUE - allow HTML formatting in the mail show dialog box FALSE - don't allow HTML formatting <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigList.html#9f3341f60b7f800b58f50e67c1f872b4">setAllowHTML()</a> <p>
+true - allow HTML formatting in the mail show dialog box false - don't allow HTML formatting <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classConfigList.html#9f3341f60b7f800b58f50e67c1f872b4">setAllowHTML()</a> <p>
<a class="el" href="classConfigList.html#4cd09107151c848fafe17db0c8e9a4a6">allowHTML()</a> </dd></dl>
</div>
@@ -1835,7 +1835,7 @@ Contains the time (seconds) to first refresh. <dl class="see" compact><dt><b>See
<div class="memdoc">
<p>
-TRUE - If a new mail is arrived an alert window will be shown.
+true - If a new mail is arrived an alert window will be shown.
</div>
</div><p>
<a class="anchor" name="b9613ab5f07edb0ef04383867674a5ce"></a><!-- doxytag: member="ConfigList::m_bShowMainWindow" ref="b9613ab5f07edb0ef04383867674a5ce" args="" -->
@@ -1850,7 +1850,7 @@ TRUE - If a new mail is arrived an alert window will be shown.
<div class="memdoc">
<p>
-TRUE - If a new mail is arrived the main window will be shown.
+true - If a new mail is arrived the main window will be shown.
</div>
</div><p>
<a class="anchor" name="a866f2fd4fb32d49ab99306150d79c50"></a><!-- doxytag: member="ConfigList::m_bBeep" ref="a866f2fd4fb32d49ab99306150d79c50" args="" -->
@@ -1865,7 +1865,7 @@ TRUE - If a new mail is arrived the main window will be shown.
<div class="memdoc">
<p>
-TRUE - If a new mail is arrived the system will beep.
+true - If a new mail is arrived the system will beep.
</div>
</div><p>
<a class="anchor" name="a50d4f3ca2c1f7814aec63df25de1811"></a><!-- doxytag: member="ConfigList::m_bSound" ref="a50d4f3ca2c1f7814aec63df25de1811" args="" -->
@@ -1880,7 +1880,7 @@ TRUE - If a new mail is arrived the system will beep.
<div class="memdoc">
<p>
-TRUE - If a new mail is arrived a sound will be played.
+true - If a new mail is arrived a sound will be played.
</div>
</div><p>
<a class="anchor" name="be34e6084394fa6fa99422a7cc50d8f0"></a><!-- doxytag: member="ConfigList::m_strSoundFile" ref="be34e6084394fa6fa99422a7cc50d8f0" args="" -->
@@ -1910,7 +1910,7 @@ Sound file which will be played if a new mail is arrived.
<div class="memdoc">
<p>
-TRUE - If a new mail is arrived a command will be executed.
+true - If a new mail is arrived a command will be executed.
</div>
</div><p>
<a class="anchor" name="ea53a55a83d06cb76e3e686dd29ca034"></a><!-- doxytag: member="ConfigList::m_strCommandPath" ref="ea53a55a83d06cb76e3e686dd29ca034" args="" -->
@@ -1940,7 +1940,7 @@ Path to command which will be executed if a new mail is arrived.
<div class="memdoc">
<p>
-TRUE - If no new mail is arrived the application will be ended.
+true - If no new mail is arrived the application will be ended.
</div>
</div><p>
<a class="anchor" name="f22fd0f8854795662a444bc2b4f8a9b9"></a><!-- doxytag: member="ConfigList::m_bMinimize" ref="f22fd0f8854795662a444bc2b4f8a9b9" args="" -->
@@ -1955,7 +1955,7 @@ TRUE - If no new mail is arrived the application will be ended.
<div class="memdoc">
<p>
-TRUE - If no new mail is arrived the main window will be minimized.
+true - If no new mail is arrived the main window will be minimized.
</div>
</div><p>
<a class="anchor" name="1bd48d8596694d5b39e0ead274689010"></a><!-- doxytag: member="ConfigList::m_bShowConnectionErrors" ref="1bd48d8596694d5b39e0ead274689010" args="" -->
@@ -1970,7 +1970,7 @@ TRUE - If no new mail is arrived the main window will be minimized.
<div class="memdoc">
<p>
-TRUE - If a connection error occures during refresh an error message will be shown.
+true - If a connection error occures during refresh an error message will be shown.
</div>
</div><p>
<a class="anchor" name="80b1f5a036cdaf9054ba57831a0c013e"></a><!-- doxytag: member="ConfigList::m_bConfirmClose" ref="80b1f5a036cdaf9054ba57831a0c013e" args="" -->
@@ -1985,7 +1985,7 @@ TRUE - If a connection error occures during refresh an error message will be sho
<div class="memdoc">
<p>
-TRUE - The user has to confirm window close.
+true - The user has to confirm window close.
</div>
</div><p>
<a class="anchor" name="fb4f1f200303a7e94114a8c4c85eb47e"></a><!-- doxytag: member="ConfigList::m_bStartMinimized" ref="fb4f1f200303a7e94114a8c4c85eb47e" args="" -->
@@ -2000,7 +2000,7 @@ TRUE - The user has to confirm window close.
<div class="memdoc">
<p>
-TRUE - the app starts minimized.
+true - the app starts minimized.
</div>
</div><p>
<a class="anchor" name="da6c14776958a3b28f68797c7feb6c5b"></a><!-- doxytag: member="ConfigList::m_bCloseMinimizes" ref="da6c14776958a3b28f68797c7feb6c5b" args="" -->
@@ -2015,7 +2015,7 @@ TRUE - the app starts minimized.
<div class="memdoc">
<p>
-TRUE - the close button leaves the application running in tray
+true - the close button leaves the application running in tray
</div>
</div><p>
<a class="anchor" name="af4cc3801f229ae974131ef1e000a8cf"></a><!-- doxytag: member="ConfigList::m_bMinimizeToTray" ref="af4cc3801f229ae974131ef1e000a8cf" args="" -->
@@ -2030,7 +2030,7 @@ TRUE - the close button leaves the application running in tray
<div class="memdoc">
<p>
-TRUE - minimizes to the tray rather than to the taskbar
+true - minimizes to the tray rather than to the taskbar
</div>
</div><p>
<a class="anchor" name="54c7671d25847b7b16cf71ec61c640d0"></a><!-- doxytag: member="ConfigList::m_bKeepNew" ref="54c7671d25847b7b16cf71ec61c640d0" args="" -->
@@ -2045,7 +2045,7 @@ TRUE - minimizes to the tray rather than to the taskbar
<div class="memdoc">
<p>
-TRUE - mails keep new until termination
+true - mails keep new until termination
</div>
</div><p>
<a class="anchor" name="44cf59851c3af0b6f0a1cbdb15688491"></a><!-- doxytag: member="ConfigList::spamMailbox" ref="44cf59851c3af0b6f0a1cbdb15688491" args="" -->
diff --git a/doc/html/classEditDialog-members.html b/doc/html/classEditDialog-members.html
index 57fc6da..02acfd9 100644
--- a/doc/html/classEditDialog-members.html
+++ b/doc/html/classEditDialog-members.html
@@ -27,7 +27,7 @@
<tr class="memlist"><td><a class="el" href="classEditDialog.html#2ca1e6e1f1bf299f39bfe42a42d310a0">_row</a></td><td><a class="el" href="classEditDialog.html">EditDialog</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classEditDialog.html#60b8b3d2cb57cb5f8a1f12b41cb48925">addWidget</a>(const TQString &amp;label, const TQString &amp;value)</td><td><a class="el" href="classEditDialog.html">EditDialog</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classEditDialog.html#f04c4d1f7426db3ce7b52afbd47bee3a">EditDialog</a>(TQWidget *parent, const char *name, const char *content, bool html)</td><td><a class="el" href="classEditDialog.html">EditDialog</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classEditDlg.html#1a0993a8c1b96893a290c3c7b8ce0a18">EditDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classEditDlg.html">EditDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classEditDlg.html#1a0993a8c1b96893a290c3c7b8ce0a18">EditDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classEditDlg.html">EditDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classEditDlg.html#121ab750fca3f5077ec34c90edc8fb2e">EditDlgLayout</a></td><td><a class="el" href="classEditDlg.html">EditDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classEditDlg.html#8e34dcd04a2c8ed5cd2592b971e3d674">headerlayout</a></td><td><a class="el" href="classEditDlg.html">EditDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classEditDlg.html#d3a3cffb24bdee707ff2e5d86c4e71bd">languageChange</a>()</td><td><a class="el" href="classEditDlg.html">EditDlg</a></td><td><code> [protected, virtual, slot]</code></td></tr>
diff --git a/doc/html/classEditDlg-members.html b/doc/html/classEditDlg-members.html
index 796d0be..cf4efb2 100644
--- a/doc/html/classEditDlg-members.html
+++ b/doc/html/classEditDlg-members.html
@@ -24,7 +24,7 @@
<tr class="memlist"><td><a class="el" href="classEditDlg.html#f96408404a78ca846820488c1aae1429">_buttonCancel</a></td><td><a class="el" href="classEditDlg.html">EditDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classEditDlg.html#8cb35c7986c9d882cddb2c3de4e48a1a">_buttonOk</a></td><td><a class="el" href="classEditDlg.html">EditDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classEditDlg.html#aefe39b417050379770eb36c102f3d01">_buttonReply</a></td><td><a class="el" href="classEditDlg.html">EditDlg</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classEditDlg.html#1a0993a8c1b96893a290c3c7b8ce0a18">EditDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classEditDlg.html">EditDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classEditDlg.html#1a0993a8c1b96893a290c3c7b8ce0a18">EditDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classEditDlg.html">EditDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classEditDlg.html#121ab750fca3f5077ec34c90edc8fb2e">EditDlgLayout</a></td><td><a class="el" href="classEditDlg.html">EditDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classEditDlg.html#8e34dcd04a2c8ed5cd2592b971e3d674">headerlayout</a></td><td><a class="el" href="classEditDlg.html">EditDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classEditDlg.html#d3a3cffb24bdee707ff2e5d86c4e71bd">languageChange</a>()</td><td><a class="el" href="classEditDlg.html">EditDlg</a></td><td><code> [protected, virtual, slot]</code></td></tr>
diff --git a/doc/html/classEditDlg.html b/doc/html/classEditDlg.html
index a6bc054..4bb5ac8 100644
--- a/doc/html/classEditDlg.html
+++ b/doc/html/classEditDlg.html
@@ -32,8 +32,8 @@
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classEditDlg.html#9ab14db19e57d69fa883c76406a01f82">slotReplyClicked</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1a0993a8c1b96893a290c3c7b8ce0a18"></a><!-- doxytag: member="EditDlg::EditDlg" ref="1a0993a8c1b96893a290c3c7b8ce0a18" args="(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)" -->
-&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classEditDlg.html#1a0993a8c1b96893a290c3c7b8ce0a18">EditDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1a0993a8c1b96893a290c3c7b8ce0a18"></a><!-- doxytag: member="EditDlg::EditDlg" ref="1a0993a8c1b96893a290c3c7b8ce0a18" args="(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)" -->
+&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classEditDlg.html#1a0993a8c1b96893a290c3c7b8ce0a18">EditDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d2ee10f87c785df1bd542d5a40f457c9"></a><!-- doxytag: member="EditDlg::~EditDlg" ref="d2ee10f87c785df1bd542d5a40f457c9" args="()" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classEditDlg.html#d2ee10f87c785df1bd542d5a40f457c9">~EditDlg</a> ()</td></tr>
diff --git a/doc/html/classFilterDialog-members.html b/doc/html/classFilterDialog-members.html
index 3b1819e..e577b3b 100644
--- a/doc/html/classFilterDialog-members.html
+++ b/doc/html/classFilterDialog-members.html
@@ -35,7 +35,7 @@
<tr class="memlist"><td><a class="el" href="classFilterDlg.html#c1d958ab2478e54011dfa62438c609a3">buttonGroup1</a></td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterDlg.html#301a5cf1674a4302639d74f0c1aa0d28">buttonGroup1Layout</a></td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterDialog.html#b18a98f30157bf485fba9af7cc2084e9">FilterDialog</a>(TQWidget *parent=0, const char *name=0)</td><td><a class="el" href="classFilterDialog.html">FilterDialog</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classFilterDlg.html#b3d673e89d2ec101b0224796624deb18">FilterDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classFilterDlg.html#b3d673e89d2ec101b0224796624deb18">FilterDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterDlg.html#a239a88e6ccce2b0362e84af28f6d99d">FilterDlgLayout</a></td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterDlg.html#89ab6a78b02f47b5c1cb0d0ae505101b">languageChange</a>()</td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td><code> [protected, virtual, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterDlg.html#2677d339dadc77d10ac703d2e6feaf4c">Layout6</a></td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td><code> [protected]</code></td></tr>
diff --git a/doc/html/classFilterDlg-members.html b/doc/html/classFilterDlg-members.html
index 529b1d0..fb2188b 100644
--- a/doc/html/classFilterDlg-members.html
+++ b/doc/html/classFilterDlg-members.html
@@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="el" href="classFilterDlg.html#9c5bb9702a4cc705de623898e3328e76">_radioOn</a></td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterDlg.html#c1d958ab2478e54011dfa62438c609a3">buttonGroup1</a></td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterDlg.html#301a5cf1674a4302639d74f0c1aa0d28">buttonGroup1Layout</a></td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td><code> [protected]</code></td></tr>
- <tr class="memlist"><td><a class="el" href="classFilterDlg.html#b3d673e89d2ec101b0224796624deb18">FilterDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classFilterDlg.html#b3d673e89d2ec101b0224796624deb18">FilterDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterDlg.html#a239a88e6ccce2b0362e84af28f6d99d">FilterDlgLayout</a></td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterDlg.html#89ab6a78b02f47b5c1cb0d0ae505101b">languageChange</a>()</td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td><code> [protected, virtual, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterDlg.html#2677d339dadc77d10ac703d2e6feaf4c">Layout6</a></td><td><a class="el" href="classFilterDlg.html">FilterDlg</a></td><td><code> [protected]</code></td></tr>
diff --git a/doc/html/classFilterDlg.html b/doc/html/classFilterDlg.html
index 438fa2f..83c5b51 100644
--- a/doc/html/classFilterDlg.html
+++ b/doc/html/classFilterDlg.html
@@ -50,8 +50,8 @@ virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" hr
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFilterDlg.html#55e7c3f2045044d68605f8630f897660">slotAutomaticActivated</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b3d673e89d2ec101b0224796624deb18"></a><!-- doxytag: member="FilterDlg::FilterDlg" ref="b3d673e89d2ec101b0224796624deb18" args="(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)" -->
-&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFilterDlg.html#b3d673e89d2ec101b0224796624deb18">FilterDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b3d673e89d2ec101b0224796624deb18"></a><!-- doxytag: member="FilterDlg::FilterDlg" ref="b3d673e89d2ec101b0224796624deb18" args="(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)" -->
+&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFilterDlg.html#b3d673e89d2ec101b0224796624deb18">FilterDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fd1a9b90d89f6969633df9607e761704"></a><!-- doxytag: member="FilterDlg::~FilterDlg" ref="fd1a9b90d89f6969633df9607e761704" args="()" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFilterDlg.html#fd1a9b90d89f6969633df9607e761704">~FilterDlg</a> ()</td></tr>
diff --git a/doc/html/classFilterEntryDialog-members.html b/doc/html/classFilterEntryDialog-members.html
index f5d72b5..74175a8 100644
--- a/doc/html/classFilterEntryDialog-members.html
+++ b/doc/html/classFilterEntryDialog-members.html
@@ -41,7 +41,7 @@
<tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#536464a92836517d91f31f61b60307d9">_groupBox2Layout</a></td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#efe66d0f49d6a04c504811c048317195">_spinCounter</a></td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterEntryDialog.html#8afdfaa4c1f8c87fe62d0539362d4096">FilterEntryDialog</a>(TQWidget *parent, const char *name, FilterElem *elem)</td><td><a class="el" href="classFilterEntryDialog.html">FilterEntryDialog</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#1004374888df731e496fa55652f85cc8">FilterEntryDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#1004374888df731e496fa55652f85cc8">FilterEntryDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#2b727644e2fcbecf1b0242531d13d8e2">FilterEntryDlgLayout</a></td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#d84e87704cade0cb2e0a299af1f1f0e8">groupBox3</a></td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#3c133eaa09b66636dd31b18d5f66e699">groupBox3Layout</a></td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td><code> [protected]</code></td></tr>
diff --git a/doc/html/classFilterEntryDlg-members.html b/doc/html/classFilterEntryDlg-members.html
index 72e0f3a..df5e14f 100644
--- a/doc/html/classFilterEntryDlg-members.html
+++ b/doc/html/classFilterEntryDlg-members.html
@@ -39,7 +39,7 @@
<tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#c58a17294df3e20dbd8c45800557a556">_groupBox2</a></td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#536464a92836517d91f31f61b60307d9">_groupBox2Layout</a></td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#efe66d0f49d6a04c504811c048317195">_spinCounter</a></td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#1004374888df731e496fa55652f85cc8">FilterEntryDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#1004374888df731e496fa55652f85cc8">FilterEntryDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#2b727644e2fcbecf1b0242531d13d8e2">FilterEntryDlgLayout</a></td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#d84e87704cade0cb2e0a299af1f1f0e8">groupBox3</a></td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classFilterEntryDlg.html#3c133eaa09b66636dd31b18d5f66e699">groupBox3Layout</a></td><td><a class="el" href="classFilterEntryDlg.html">FilterEntryDlg</a></td><td><code> [protected]</code></td></tr>
diff --git a/doc/html/classFilterEntryDlg.html b/doc/html/classFilterEntryDlg.html
index 99c1779..9e2905e 100644
--- a/doc/html/classFilterEntryDlg.html
+++ b/doc/html/classFilterEntryDlg.html
@@ -71,8 +71,8 @@ virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" hr
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFilterEntryDlg.html#077268601f80f5394ca7133b834709ed">slotToggleRegExp2</a> (bool)</td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1004374888df731e496fa55652f85cc8"></a><!-- doxytag: member="FilterEntryDlg::FilterEntryDlg" ref="1004374888df731e496fa55652f85cc8" args="(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)" -->
-&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFilterEntryDlg.html#1004374888df731e496fa55652f85cc8">FilterEntryDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1004374888df731e496fa55652f85cc8"></a><!-- doxytag: member="FilterEntryDlg::FilterEntryDlg" ref="1004374888df731e496fa55652f85cc8" args="(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)" -->
+&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFilterEntryDlg.html#1004374888df731e496fa55652f85cc8">FilterEntryDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4ae287b415afeba0a50ea57eb4fe83e2"></a><!-- doxytag: member="FilterEntryDlg::~FilterEntryDlg" ref="4ae287b415afeba0a50ea57eb4fe83e2" args="()" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFilterEntryDlg.html#4ae287b415afeba0a50ea57eb4fe83e2">~FilterEntryDlg</a> ()</td></tr>
diff --git a/doc/html/classKShowMailApp.html b/doc/html/classKShowMailApp.html
index 6fb4b55..e3c59f3 100644
--- a/doc/html/classKShowMailApp.html
+++ b/doc/html/classKShowMailApp.html
@@ -803,7 +803,7 @@ Saves GUI options, account and filter settings to the configuration file.
<div class="memdoc">
<p>
-Calls the close() method of <a class="el" href="classKShowMailApp.html">KShowMailApp</a> to exit the application. Uses <a class="el" href="classKShowMailApp.html#d93e3467abdad835b02dde5f514c4013">askCloseConfirmation()</a> to ask the user (if configured). Sets m_bForceClose to TRUE, therefore <a class="el" href="classKShowMailApp.html#347ed7817554f0a8c6e078101ce1babb">queryClose()</a> will be passed without anything to do. After that in <a class="el" href="classKShowMailApp.html#2e471542abbac9779cd38a4f63ec5187">queryExit()</a> <a class="el" href="classKShowMailApp.html#c97f2ac7f5c12aab46651f818f414109">slotSaveOptions()</a> will be invoked.
+Calls the close() method of <a class="el" href="classKShowMailApp.html">KShowMailApp</a> to exit the application. Uses <a class="el" href="classKShowMailApp.html#d93e3467abdad835b02dde5f514c4013">askCloseConfirmation()</a> to ask the user (if configured). Sets m_bForceClose to true, therefore <a class="el" href="classKShowMailApp.html#347ed7817554f0a8c6e078101ce1babb">queryClose()</a> will be passed without anything to do. After that in <a class="el" href="classKShowMailApp.html#2e471542abbac9779cd38a4f63ec5187">queryExit()</a> <a class="el" href="classKShowMailApp.html#c97f2ac7f5c12aab46651f818f414109">slotSaveOptions()</a> will be invoked.
</div>
</div><p>
<a class="anchor" name="65f99925664c07c6eafa2b375352ad34"></a><!-- doxytag: member="KShowMailApp::slotSetupAccount" ref="65f99925664c07c6eafa2b375352ad34" args="()" -->
diff --git a/doc/html/classOptionDialog-members.html b/doc/html/classOptionDialog-members.html
index 27bc912..ca033b8 100644
--- a/doc/html/classOptionDialog-members.html
+++ b/doc/html/classOptionDialog-members.html
@@ -80,7 +80,7 @@
<tr class="memlist"><td><a class="el" href="classOptionDlg.html#22d76af0ad75e30b878c1412da3f84a0">m_SpinMaxSize</a></td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOptionDlg.html#fec35e84e60d7114d8dc21d3accf5c26">m_SpinPop3Timer</a></td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOptionDialog.html#798615cd9184797821f151a4465c1e2f">OptionDialog</a>(TQWidget *parent, const char *name, ConfigList *config, CommandList *cmd)</td><td><a class="el" href="classOptionDialog.html">OptionDialog</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classOptionDlg.html#05e56abcb224cbcb9c3bae64ba76175a">OptionDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classOptionDlg.html#05e56abcb224cbcb9c3bae64ba76175a">OptionDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOptionDlg.html#f2a78d5c1e7ebdd2074d1cfc2f553cb1">OptionDlgLayout</a></td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOptionDlg.html#e1726cfcdf38d53e958fbd6fc5267ea6">TQGroupBox_1</a></td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOptionDlg.html#ee0fdccec7e23ca2b31bcb556215f9d9">TQGroupBox_1Layout</a></td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td><code> [protected]</code></td></tr>
diff --git a/doc/html/classOptionDlg-members.html b/doc/html/classOptionDlg-members.html
index e421aa4..1b1ff32 100644
--- a/doc/html/classOptionDlg-members.html
+++ b/doc/html/classOptionDlg-members.html
@@ -76,7 +76,7 @@
<tr class="memlist"><td><a class="el" href="classOptionDlg.html#073728fdc69ab0cf6f7755e38c28a13b">m_SpinIntervalTimer</a></td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOptionDlg.html#22d76af0ad75e30b878c1412da3f84a0">m_SpinMaxSize</a></td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOptionDlg.html#fec35e84e60d7114d8dc21d3accf5c26">m_SpinPop3Timer</a></td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classOptionDlg.html#05e56abcb224cbcb9c3bae64ba76175a">OptionDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classOptionDlg.html#05e56abcb224cbcb9c3bae64ba76175a">OptionDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOptionDlg.html#f2a78d5c1e7ebdd2074d1cfc2f553cb1">OptionDlgLayout</a></td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOptionDlg.html#e1726cfcdf38d53e958fbd6fc5267ea6">TQGroupBox_1</a></td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOptionDlg.html#ee0fdccec7e23ca2b31bcb556215f9d9">TQGroupBox_1Layout</a></td><td><a class="el" href="classOptionDlg.html">OptionDlg</a></td><td><code> [protected]</code></td></tr>
diff --git a/doc/html/classOptionDlg.html b/doc/html/classOptionDlg.html
index 1fa9916..ea5e914 100644
--- a/doc/html/classOptionDlg.html
+++ b/doc/html/classOptionDlg.html
@@ -65,8 +65,8 @@ virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" hr
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOptionDlg.html#356d143dceae572edfe25c4895d42e99">slotTerminateNoMailClicked</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="05e56abcb224cbcb9c3bae64ba76175a"></a><!-- doxytag: member="OptionDlg::OptionDlg" ref="05e56abcb224cbcb9c3bae64ba76175a" args="(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)" -->
-&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOptionDlg.html#05e56abcb224cbcb9c3bae64ba76175a">OptionDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="05e56abcb224cbcb9c3bae64ba76175a"></a><!-- doxytag: member="OptionDlg::OptionDlg" ref="05e56abcb224cbcb9c3bae64ba76175a" args="(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)" -->
+&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOptionDlg.html#05e56abcb224cbcb9c3bae64ba76175a">OptionDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cc442307e009b470032fe689ee31ef7e"></a><!-- doxytag: member="OptionDlg::~OptionDlg" ref="cc442307e009b470032fe689ee31ef7e" args="()" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOptionDlg.html#cc442307e009b470032fe689ee31ef7e">~OptionDlg</a> ()</td></tr>
diff --git a/doc/html/classServerDlg-members.html b/doc/html/classServerDlg-members.html
index 52041e3..4e8fc65 100644
--- a/doc/html/classServerDlg-members.html
+++ b/doc/html/classServerDlg-members.html
@@ -40,7 +40,7 @@
<tr class="memlist"><td><a class="el" href="classServerDlg.html#e08739ab911ad22f1baef6a47f478155">TQLabel_4</a></td><td><a class="el" href="classServerDlg.html">ServerDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classServerDlg.html#9a4f7dd7a820b166cfcf8fe9efd7bd17">TQLabel_5</a></td><td><a class="el" href="classServerDlg.html">ServerDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classServerDlg.html#e85121e9293307b93f4a88cdbed7f07f">TQLabel_6</a></td><td><a class="el" href="classServerDlg.html">ServerDlg</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classServerDlg.html#c58b59def2e66e6c5bbd227152f06ff1">ServerDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td><td><a class="el" href="classServerDlg.html">ServerDlg</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classServerDlg.html#c58b59def2e66e6c5bbd227152f06ff1">ServerDlg</a>(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td><td><a class="el" href="classServerDlg.html">ServerDlg</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classServerDlg.html#2de3b2eb3b34b593fc63c1931489c6a1">ServerDlgLayout</a></td><td><a class="el" href="classServerDlg.html">ServerDlg</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classServerDlg.html#a8fd268743a6699149f86dfd25055d05">slotButtonOkClicked</a>()</td><td><a class="el" href="classServerDlg.html">ServerDlg</a></td><td><code> [virtual, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classServerDlg.html#a13106ba1ce57124aa233a152b7ed1a0">Spacer1</a></td><td><a class="el" href="classServerDlg.html">ServerDlg</a></td><td><code> [protected]</code></td></tr>
diff --git a/doc/html/classServerDlg.html b/doc/html/classServerDlg.html
index 31e0141..a29dd06 100644
--- a/doc/html/classServerDlg.html
+++ b/doc/html/classServerDlg.html
@@ -32,8 +32,8 @@
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classServerDlg.html#a8fd268743a6699149f86dfd25055d05">slotButtonOkClicked</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c58b59def2e66e6c5bbd227152f06ff1"></a><!-- doxytag: member="ServerDlg::ServerDlg" ref="c58b59def2e66e6c5bbd227152f06ff1" args="(TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)" -->
-&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classServerDlg.html#c58b59def2e66e6c5bbd227152f06ff1">ServerDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c58b59def2e66e6c5bbd227152f06ff1"></a><!-- doxytag: member="ServerDlg::ServerDlg" ref="c58b59def2e66e6c5bbd227152f06ff1" args="(TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)" -->
+&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classServerDlg.html#c58b59def2e66e6c5bbd227152f06ff1">ServerDlg</a> (TQWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="517c785a1d8f364cd3d6bd044f88e07e"></a><!-- doxytag: member="ServerDlg::~ServerDlg" ref="517c785a1d8f364cd3d6bd044f88e07e" args="()" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classServerDlg.html#517c785a1d8f364cd3d6bd044f88e07e">~ServerDlg</a> ()</td></tr>
diff --git a/doc/html/classShowRecord.html b/doc/html/classShowRecord.html
index 9efe416..6b8dbbc 100644
--- a/doc/html/classShowRecord.html
+++ b/doc/html/classShowRecord.html
@@ -279,8 +279,8 @@ Apply the filters to the mails in this list. <dl compact><dt><b>Parameters:</b><
<div class="memdoc">
<p>
-Returns whether there are mails in this list which are selected in the list view. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - there are selected mails <p>
-FALSE - there aren't selected mails </dd></dl>
+Returns whether there are mails in this list which are selected in the list view. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - there are selected mails <p>
+false - there aren't selected mails </dd></dl>
</div>
</div><p>
@@ -518,8 +518,8 @@ Returns whether there is mail with the given uid in the list. <dl compact><dt><b
<tr><td valign="top"></td><td valign="top"><em>uid</em>&nbsp;</td><td>UID of the mail </td></tr>
</table>
</dl>
-<dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - mail is in the list <p>
-FALSE - mail is not in the list </dd></dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>true - mail is in the list <p>
+false - mail is not in the list </dd></dl>
</div>
</div><p>
@@ -545,8 +545,8 @@ Returns whether the given mail is new. <dl compact><dt><b>Parameters:</b></dt><d
<tr><td valign="top"></td><td valign="top"><em>uid</em>&nbsp;</td><td>UID of the mail </td></tr>
</table>
</dl>
-<dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - mail is new <p>
-FALSE - mail is not new or mail doesn't exist </dd></dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>true - mail is new <p>
+false - mail is not new or mail doesn't exist </dd></dl>
</div>
</div><p>
@@ -586,7 +586,7 @@ Appends a new mail to the list. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>number</em>&nbsp;</td><td>number of the mail on the server </td></tr>
<tr><td valign="top"></td><td valign="top"><em>uid</em>&nbsp;</td><td>Unique ID of the mail </td></tr>
- <tr><td valign="top"></td><td valign="top"><em>isNew</em>&nbsp;</td><td>TRUE - mail is new; FALSE - mail is not new </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>isNew</em>&nbsp;</td><td>true - mail is new; false - mail is not new </td></tr>
</table>
</dl>
diff --git a/doc/html/classShowRecordElem.html b/doc/html/classShowRecordElem.html
index 182afd6..73c7c9c 100644
--- a/doc/html/classShowRecordElem.html
+++ b/doc/html/classShowRecordElem.html
@@ -212,7 +212,7 @@ Constructor <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>number</em>&nbsp;</td><td>number of the mail on the server </td></tr>
<tr><td valign="top"></td><td valign="top"><em>uid</em>&nbsp;</td><td>Unique ID of the mail </td></tr>
- <tr><td valign="top"></td><td valign="top"><em>isNew</em>&nbsp;</td><td>TRUE - mail is new; FALSE - mail is not new </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>isNew</em>&nbsp;</td><td>true - mail is new; false - mail is not new </td></tr>
</table>
</dl>
@@ -551,7 +551,7 @@ Returns the mails size as string with prefix
<p>
Sets whether the mail is new or not. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
- <tr><td valign="top"></td><td valign="top"><em>isnew</em>&nbsp;</td><td>TRUE - mail is new; FALSE - mail is not new </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>isnew</em>&nbsp;</td><td>true - mail is new; false - mail is not new </td></tr>
</table>
</dl>
@@ -573,8 +573,8 @@ Sets whether the mail is new or not. <dl compact><dt><b>Parameters:</b></dt><dd>
<div class="memdoc">
<p>
-Returns whether the mail is new or not. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - mail is new <p>
-FALSE - mail is not new </dd></dl>
+Returns whether the mail is new or not. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - mail is new <p>
+false - mail is not new </dd></dl>
</div>
</div><p>
@@ -822,8 +822,8 @@ Creates a new DOM element in the given DOM document and add it to given DOM pare
<div class="memdoc">
<p>
-Returns whether the mail is selected in the list view. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - mail is selected <p>
-FALSE - mail is not selected </dd></dl>
+Returns whether the mail is selected in the list view. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - mail is selected <p>
+false - mail is not selected </dd></dl>
</div>
</div><p>
@@ -1386,7 +1386,7 @@ Size of the mail
<div class="memdoc">
<p>
-It is set to TRUE when the mail is new.
+It is set to true when the mail is new.
</div>
</div><p>
<a class="anchor" name="8583bafac2418ddd8c7d881926851f05"></a><!-- doxytag: member="ShowRecordElem::m_nNumber" ref="8583bafac2418ddd8c7d881926851f05" args="" -->
@@ -1416,7 +1416,7 @@ The mail number of the account
<div class="memdoc">
<p>
-TRUE - the mail shall be marked at the next mail view refresh. It will be set to True by <a class="el" href="classShowRecordElem.html#09ca2f0d70bdf8ed2bb7d75ef13bec12">applyHeaderFilter()</a> if the recommend filter action is MARK. It is used by <a class="el" href="classShowRecordElem.html#e7f2ca5eb9a9bc95266a4f83f78cd76e">setViewItem()</a>. This methode marks the related list entry and after then it set this variable to False.
+true - the mail shall be marked at the next mail view refresh. It will be set to True by <a class="el" href="classShowRecordElem.html#09ca2f0d70bdf8ed2bb7d75ef13bec12">applyHeaderFilter()</a> if the recommend filter action is MARK. It is used by <a class="el" href="classShowRecordElem.html#e7f2ca5eb9a9bc95266a4f83f78cd76e">setViewItem()</a>. This methode marks the related list entry and after then it set this variable to False.
</div>
</div><p>
<a class="anchor" name="bf60523f76dbfb970f40d078b089aed3"></a><!-- doxytag: member="ShowRecordElem::m_pItem" ref="bf60523f76dbfb970f40d078b089aed3" args="" -->
diff --git a/doc/html/commandentrydialog_8cpp-source.html b/doc/html/commandentrydialog_8cpp-source.html
index 990a260..3e409b0 100644
--- a/doc/html/commandentrydialog_8cpp-source.html
+++ b/doc/html/commandentrydialog_8cpp-source.html
@@ -59,7 +59,7 @@
<a name="l00042"></a>00042 {
<a name="l00043"></a>00043 TQFileInfo info (<a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>-&gt;text ());
<a name="l00044"></a>00044 TQString dir = info.dirPath ();
-<a name="l00045"></a>00045 TQFileDialog dlg (<span class="keyword">this</span>, <span class="stringliteral">"Command"</span>, TRUE);
+<a name="l00045"></a>00045 TQFileDialog dlg (<span class="keyword">this</span>, <span class="stringliteral">"Command"</span>, true);
<a name="l00046"></a>00046 dlg.setCaption (i18n(<span class="stringliteral">"Select Command"</span>));
<a name="l00047"></a>00047 dlg.setDir (dir);
<a name="l00048"></a>00048 dlg.setMode (TQFileDialog::ExistingFile);
diff --git a/doc/html/configelem_8cpp-source.html b/doc/html/configelem_8cpp-source.html
index 2121fff..95dfb78 100644
--- a/doc/html/configelem_8cpp-source.html
+++ b/doc/html/configelem_8cpp-source.html
@@ -725,7 +725,7 @@
<a name="l00708"></a>00708 {
<a name="l00709"></a>00709 <span class="keywordtype">int</span> number; <span class="comment">//an extracted mail number</span>
<a name="l00710"></a>00710 TQString uid; <span class="comment">//an extracted uid</span>
-<a name="l00711"></a>00711 <span class="keywordtype">bool</span> corruptData = <span class="keyword">false</span>; <span class="comment">//set to TRUE, if a data is corrupt</span>
+<a name="l00711"></a>00711 <span class="keywordtype">bool</span> corruptData = <span class="keyword">false</span>; <span class="comment">//set to true, if a data is corrupt</span>
<a name="l00712"></a>00712 <span class="keywordtype">bool</span> isNew = <span class="keyword">false</span>; <span class="comment">//state of the received mail</span>
<a name="l00713"></a>00713
<a name="l00714"></a>00714 <span class="comment">//stop timeout timer</span>
@@ -900,7 +900,7 @@
<a name="l00883"></a>00883 {
<a name="l00884"></a>00884 <span class="keywordtype">int</span> number; <span class="comment">//an extracted mail number</span>
<a name="l00885"></a>00885 <span class="keywordtype">long</span> size; <span class="comment">//an extracted size</span>
-<a name="l00886"></a>00886 <span class="keywordtype">bool</span> corruptData = <span class="keyword">false</span>; <span class="comment">//set to TRUE, if a data is corrupt</span>
+<a name="l00886"></a>00886 <span class="keywordtype">bool</span> corruptData = <span class="keyword">false</span>; <span class="comment">//set to true, if a data is corrupt</span>
<a name="l00887"></a>00887
<a name="l00888"></a>00888 <span class="comment">//stop timeout timer</span>
<a name="l00889"></a>00889 <a class="code" href="classConfigElem.html#141eb0510e9f4031634ef566cba27329">pop3Timer</a>-&gt;stop();
diff --git a/doc/html/configlist_8cpp-source.html b/doc/html/configlist_8cpp-source.html
index d8ccfea..bc53627 100644
--- a/doc/html/configlist_8cpp-source.html
+++ b/doc/html/configlist_8cpp-source.html
@@ -231,7 +231,7 @@
<a name="l00214"></a>00214
<a name="l00215"></a><a class="code" href="classConfigList.html#14b38a4e600859c0b6f3ef38afffc037">00215</a> <span class="keywordtype">bool</span> <a class="code" href="classConfigList.html#14b38a4e600859c0b6f3ef38afffc037">ConfigList::hasActiveAccounts</a>( )
<a name="l00216"></a>00216 {
-<a name="l00217"></a>00217 <span class="keywordtype">bool</span> activeAccountFound = <span class="keyword">false</span>; <span class="comment">//when a active account was found, this will be set to TRUE</span>
+<a name="l00217"></a>00217 <span class="keywordtype">bool</span> activeAccountFound = <span class="keyword">false</span>; <span class="comment">//when a active account was found, this will be set to true</span>
<a name="l00218"></a>00218 <a class="code" href="classConfigElem.html">ConfigElem</a>* currentAccount; <span class="comment">//saved current account</span>
<a name="l00219"></a>00219 <a class="code" href="classConfigElem.html">ConfigElem</a>* Account; <span class="comment">//used by the search</span>
<a name="l00220"></a>00220
@@ -287,7 +287,7 @@
<a name="l00270"></a>00270 <span class="keywordflow">return</span> account;
<a name="l00271"></a>00271
<a name="l00272"></a>00272 <span class="comment">//iterate over all accounts</span>
-<a name="l00273"></a>00273 <span class="keywordtype">bool</span> selectedAccountFound = <span class="keyword">false</span>; <span class="comment">//is TRUE, if a selected account was found</span>
+<a name="l00273"></a>00273 <span class="keywordtype">bool</span> selectedAccountFound = <span class="keyword">false</span>; <span class="comment">//is true, if a selected account was found</span>
<a name="l00274"></a>00274 <span class="keywordflow">while</span>( account != NULL &amp;&amp; !selectedAccountFound )
<a name="l00275"></a>00275 {
<a name="l00276"></a>00276 <span class="comment">//get next account</span>
@@ -301,7 +301,7 @@
<a name="l00284"></a>00284 }
<a name="l00285"></a>00285
<a name="l00286"></a>00286 <span class="comment">//return the current account if we have found a selected account</span>
-<a name="l00287"></a>00287 <span class="comment">//otherwise return FALSE</span>
+<a name="l00287"></a>00287 <span class="comment">//otherwise return false</span>
<a name="l00288"></a>00288 <span class="keywordflow">if</span>( selectedAccountFound )
<a name="l00289"></a>00289 <span class="keywordflow">return</span> account;
<a name="l00290"></a>00290 <span class="keywordflow">else</span>
@@ -321,7 +321,7 @@
<a name="l00304"></a>00304 <a class="code" href="classConfigList.html#ea02d4502c51afab1e50f9fabd36a722">connectAccounts</a>();
<a name="l00305"></a>00305
<a name="l00306"></a>00306 <span class="comment">//inserts an item for every account which will get an order to delete</span>
-<a name="l00307"></a>00307 <span class="comment">//its selected mails. The key is the account name and the data is TRUE.</span>
+<a name="l00307"></a>00307 <span class="comment">//its selected mails. The key is the account name and the data is true.</span>
<a name="l00308"></a>00308 <span class="comment">//it is important to do this in a seperate iteration because this avoids</span>
<a name="l00309"></a>00309 <span class="comment">//race conditions</span>
<a name="l00310"></a>00310 <span class="keywordflow">while</span>( ( account = it.current() ) != NULL )
@@ -351,10 +351,10 @@
<a name="l00334"></a>00334
<a name="l00335"></a><a class="code" href="classConfigList.html#640d6202cfb38c449e95906e7581693b">00335</a> <span class="keywordtype">void</span> <a class="code" href="classConfigList.html#640d6202cfb38c449e95906e7581693b">ConfigList::slotCheckDeletionState</a>( TQString account )
<a name="l00336"></a>00336 {
-<a name="l00337"></a>00337 <span class="keywordtype">bool</span> accountDeleting = <span class="keyword">false</span>; <span class="comment">//set to TRUE if an account is still deleting</span>
+<a name="l00337"></a>00337 <span class="keywordtype">bool</span> accountDeleting = <span class="keyword">false</span>; <span class="comment">//set to true if an account is still deleting</span>
<a name="l00338"></a>00338 AccountTaskMap_Type::Iterator it; <span class="comment">//iterator over the account deletion map</span>
<a name="l00339"></a>00339
-<a name="l00340"></a>00340 <span class="comment">//set the appropriate item in AccountDeletionMap to FALSE</span>
+<a name="l00340"></a>00340 <span class="comment">//set the appropriate item in AccountDeletionMap to false</span>
<a name="l00341"></a>00341 <a class="code" href="classConfigList.html#bc124e934246f773aeab03b5f0940f01">AccountDeletionMap</a>[ account ] = <span class="keyword">false</span>;
<a name="l00342"></a>00342
<a name="l00343"></a>00343 <span class="comment">//iterate over the account deletion map to check, whether all accounts</span>
@@ -423,7 +423,7 @@
<a name="l00406"></a>00406
<a name="l00407"></a><a class="code" href="classConfigList.html#d80765bfadbd675b9b89ebdec0cf3566">00407</a> <span class="keywordtype">bool</span> <a class="code" href="classConfigList.html#d80765bfadbd675b9b89ebdec0cf3566">ConfigList::hasSelectedMails</a>( )
<a name="l00408"></a>00408 {
-<a name="l00409"></a>00409 <span class="keywordtype">bool</span> foundSelected = <span class="keyword">false</span>; <span class="comment">//set to TRUE, when an account with selected mails was found</span>
+<a name="l00409"></a>00409 <span class="keywordtype">bool</span> foundSelected = <span class="keyword">false</span>; <span class="comment">//set to true, when an account with selected mails was found</span>
<a name="l00410"></a>00410 TQPtrListIterator&lt;ConfigElem&gt; it( *<span class="keyword">this</span> ); <span class="comment">//to iterate over all accounts</span>
<a name="l00411"></a>00411 <a class="code" href="classConfigElem.html">ConfigElem</a>* account; <span class="comment">//current account</span>
<a name="l00412"></a>00412
@@ -452,7 +452,7 @@
<a name="l00435"></a>00435 <a class="code" href="classConfigList.html#ea02d4502c51afab1e50f9fabd36a722">connectAccounts</a>();
<a name="l00436"></a>00436
<a name="l00437"></a>00437 <span class="comment">//inserts an item for every account which will get an order to show</span>
-<a name="l00438"></a>00438 <span class="comment">//its selected mails. The key is the account name and the data is TRUE.</span>
+<a name="l00438"></a>00438 <span class="comment">//its selected mails. The key is the account name and the data is true.</span>
<a name="l00439"></a>00439 <span class="comment">//it is important to do this in a seperate iteration because this avoids</span>
<a name="l00440"></a>00440 <span class="comment">//race conditions</span>
<a name="l00441"></a>00441 <span class="keywordflow">while</span>( ( account = it.current() ) != NULL )
@@ -478,10 +478,10 @@
<a name="l00461"></a>00461
<a name="l00462"></a><a class="code" href="classConfigList.html#bdbf21b25f8e963e5c32d167aff1fe16">00462</a> <span class="keywordtype">void</span> <a class="code" href="classConfigList.html#bdbf21b25f8e963e5c32d167aff1fe16">ConfigList::slotCheckShowBodiesState</a>( TQString account )
<a name="l00463"></a>00463 {
-<a name="l00464"></a>00464 <span class="keywordtype">bool</span> accountDownloading = <span class="keyword">false</span>; <span class="comment">//set to TRUE if an account is downloading mail body yet</span>
+<a name="l00464"></a>00464 <span class="keywordtype">bool</span> accountDownloading = <span class="keyword">false</span>; <span class="comment">//set to true if an account is downloading mail body yet</span>
<a name="l00465"></a>00465 AccountTaskMap_Type::Iterator it; <span class="comment">//iterator over the account map</span>
<a name="l00466"></a>00466
-<a name="l00467"></a>00467 <span class="comment">//set the appropriate item in AccountShowBodiesMap to FALSE</span>
+<a name="l00467"></a>00467 <span class="comment">//set the appropriate item in AccountShowBodiesMap to false</span>
<a name="l00468"></a>00468 <a class="code" href="classConfigList.html#6fcc9096444b71e03865ac2402bb0d23">AccountShowBodiesMap</a>[ account ] = <span class="keyword">false</span>;
<a name="l00469"></a>00469
<a name="l00470"></a>00470 <span class="comment">//iterate over the account map to check, whether all accounts</span>
@@ -556,7 +556,7 @@
<a name="l00539"></a>00539 <a class="code" href="classConfigList.html#ea02d4502c51afab1e50f9fabd36a722">connectAccounts</a>();
<a name="l00540"></a>00540
<a name="l00541"></a>00541 <span class="comment">//inserts an item for every account which will get an order to refresh</span>
-<a name="l00542"></a>00542 <span class="comment">//its mail list. The key is the account name and the data is TRUE.</span>
+<a name="l00542"></a>00542 <span class="comment">//its mail list. The key is the account name and the data is true.</span>
<a name="l00543"></a>00543 <span class="comment">//it is important to do this in a seperate iteration because this avoids</span>
<a name="l00544"></a>00544 <span class="comment">//race conditions</span>
<a name="l00545"></a>00545 <span class="keywordflow">while</span>( ( account = it.current() ) != NULL )
@@ -582,10 +582,10 @@
<a name="l00565"></a>00565
<a name="l00566"></a><a class="code" href="classConfigList.html#beaa15863a4aae563a8539d176067f79">00566</a> <span class="keywordtype">void</span> <a class="code" href="classConfigList.html#beaa15863a4aae563a8539d176067f79">ConfigList::slotCheckRefreshState</a>( TQString account )
<a name="l00567"></a>00567 {
-<a name="l00568"></a>00568 <span class="keywordtype">bool</span> accountRefreshing = <span class="keyword">false</span>; <span class="comment">//set to TRUE if an account is still refreshing</span>
+<a name="l00568"></a>00568 <span class="keywordtype">bool</span> accountRefreshing = <span class="keyword">false</span>; <span class="comment">//set to true if an account is still refreshing</span>
<a name="l00569"></a>00569 AccountTaskMap_Type::Iterator it; <span class="comment">//iterator over the account map</span>
<a name="l00570"></a>00570
-<a name="l00571"></a>00571 <span class="comment">//set the appropriate item in AccountRefreshMap to FALSE</span>
+<a name="l00571"></a>00571 <span class="comment">//set the appropriate item in AccountRefreshMap to false</span>
<a name="l00572"></a>00572 <a class="code" href="classConfigList.html#9c266b75b6629ff8f850ac9b9a2a8a08">AccountRefreshMap</a>[ account ] = <span class="keyword">false</span>;
<a name="l00573"></a>00573
<a name="l00574"></a>00574 <span class="comment">//iterate over the account map to check whether all accounts</span>
@@ -936,7 +936,7 @@
<a name="l00919"></a>00919
<a name="l00920"></a><a class="code" href="classConfigList.html#47d7852e47d047dc7c00ad76715aa4df">00920</a> <span class="keywordtype">bool</span> <a class="code" href="classConfigList.html#47d7852e47d047dc7c00ad76715aa4df">ConfigList::hasAccount</a>( <span class="keyword">const</span> TQString &amp; name )<span class="keyword"> const</span>
<a name="l00921"></a>00921 <span class="keyword"></span>{
-<a name="l00922"></a>00922 <span class="keywordtype">bool</span> found = <span class="keyword">false</span>; <span class="comment">//TRUE if we have found the given account</span>
+<a name="l00922"></a>00922 <span class="keywordtype">bool</span> found = <span class="keyword">false</span>; <span class="comment">//true if we have found the given account</span>
<a name="l00923"></a>00923 <a class="code" href="classConfigElem.html">ConfigElem</a>* account; <span class="comment">//account from which we want to get its name</span>
<a name="l00924"></a>00924 TQPtrListIterator&lt;ConfigElem&gt; it( *<span class="keyword">this</span> ); <span class="comment">//iterator for the account list</span>
<a name="l00925"></a>00925
@@ -946,7 +946,7 @@
<a name="l00929"></a>00929 <span class="comment">//increment iterator to next account</span>
<a name="l00930"></a>00930 ++it;
<a name="l00931"></a>00931
-<a name="l00932"></a>00932 <span class="comment">//if current account is the searched one set found to TRUE</span>
+<a name="l00932"></a>00932 <span class="comment">//if current account is the searched one set found to true</span>
<a name="l00933"></a>00933 <span class="keywordflow">if</span>( account-&gt;<a class="code" href="classConfigElem.html#760e18ad688d55cd76bfeeb4958df769">getAccountName</a>() == name )
<a name="l00934"></a>00934 found = <span class="keyword">true</span>;
<a name="l00935"></a>00935 }
@@ -956,7 +956,7 @@
<a name="l00939"></a>00939
<a name="l00940"></a><a class="code" href="classConfigList.html#f5155dad83daf4956ebfb09f6ebd50c6">00940</a> <a class="code" href="classConfigElem.html">ConfigElem</a> * <a class="code" href="classConfigList.html#f5155dad83daf4956ebfb09f6ebd50c6">ConfigList::getAccount</a>( <span class="keyword">const</span> TQString &amp; name )<span class="keyword"> const</span>
<a name="l00941"></a>00941 <span class="keyword"></span>{
-<a name="l00942"></a>00942 <span class="keywordtype">bool</span> found = <span class="keyword">false</span>; <span class="comment">//TRUE if we have found the given account</span>
+<a name="l00942"></a>00942 <span class="keywordtype">bool</span> found = <span class="keyword">false</span>; <span class="comment">//true if we have found the given account</span>
<a name="l00943"></a>00943 <a class="code" href="classConfigElem.html">ConfigElem</a>* account = NULL; <span class="comment">//account from which we want to get its name</span>
<a name="l00944"></a>00944 TQPtrListIterator&lt;ConfigElem&gt; it( *<span class="keyword">this</span> ); <span class="comment">//iterator for the account list</span>
<a name="l00945"></a>00945 <a class="code" href="classConfigElem.html">ConfigElem</a>* returnValue = NULL;
@@ -967,7 +967,7 @@
<a name="l00950"></a>00950 <span class="comment">//increment iterator to next account</span>
<a name="l00951"></a>00951 ++it;
<a name="l00952"></a>00952
-<a name="l00953"></a>00953 <span class="comment">//if current account is the searched one set found to TRUE</span>
+<a name="l00953"></a>00953 <span class="comment">//if current account is the searched one set found to true</span>
<a name="l00954"></a>00954 <span class="keywordflow">if</span>( account-&gt;<a class="code" href="classConfigElem.html#760e18ad688d55cd76bfeeb4958df769">getAccountName</a>() == name )
<a name="l00955"></a>00955 {
<a name="l00956"></a>00956 found = <span class="keyword">true</span>;
diff --git a/doc/html/decodeRFC2047_8cpp-source.html b/doc/html/decodeRFC2047_8cpp-source.html
index 6e1d556..faf10b5 100644
--- a/doc/html/decodeRFC2047_8cpp-source.html
+++ b/doc/html/decodeRFC2047_8cpp-source.html
@@ -84,7 +84,7 @@
<a name="l00067"></a>00067 <span class="keywordtype">char</span> *pos, *beg, *end, *mid;
<a name="l00068"></a>00068 TQCString str, cstr, LWSP_buffer;
<a name="l00069"></a>00069 <span class="keywordtype">char</span> encoding, ch;
-<a name="l00070"></a>00070 <span class="keywordtype">bool</span> valid, lastWasEncodedWord=FALSE;
+<a name="l00070"></a>00070 <span class="keywordtype">bool</span> valid, lastWasEncodedWord=false;
<a name="l00071"></a>00071 <span class="keyword">const</span> <span class="keywordtype">int</span> maxLen=200;
<a name="l00072"></a>00072 <span class="keywordtype">int</span> i;
<a name="l00073"></a>00073
@@ -113,13 +113,13 @@
<a name="l00096"></a>00096 {
<a name="l00097"></a>00097 result += LWSP_buffer + pos[0];
<a name="l00098"></a>00098 LWSP_buffer = 0;
-<a name="l00099"></a>00099 lastWasEncodedWord = FALSE;
+<a name="l00099"></a>00099 lastWasEncodedWord = false;
<a name="l00100"></a>00100 <span class="keywordflow">continue</span>;
<a name="l00101"></a>00101 }
<a name="l00102"></a>00102 <span class="comment">// found possible encoded-word</span>
<a name="l00103"></a>00103 beg = pos+2;
<a name="l00104"></a>00104 end = beg;
-<a name="l00105"></a>00105 valid = TRUE;
+<a name="l00105"></a>00105 valid = true;
<a name="l00106"></a>00106 <span class="comment">// parse charset name</span>
<a name="l00107"></a>00107 charset = <span class="stringliteral">""</span>;
<a name="l00108"></a>00108 <span class="keywordflow">for</span> (i=2,pos+=2; i&lt;maxLen &amp;&amp; (*pos!=<span class="charliteral">'?'</span>&amp;&amp;(*pos==<span class="charliteral">' '</span>||ispunct(*pos)||isalnum(*pos))); i++)
@@ -127,13 +127,13 @@
<a name="l00110"></a>00110 charset += *pos;
<a name="l00111"></a>00111 pos++;
<a name="l00112"></a>00112 }
-<a name="l00113"></a>00113 <span class="keywordflow">if</span> (*pos!=<span class="charliteral">'?'</span> || i&lt;4 || i&gt;=maxLen) valid = FALSE;
+<a name="l00113"></a>00113 <span class="keywordflow">if</span> (*pos!=<span class="charliteral">'?'</span> || i&lt;4 || i&gt;=maxLen) valid = false;
<a name="l00114"></a>00114 <span class="keywordflow">else</span>
<a name="l00115"></a>00115 {
<a name="l00116"></a>00116 <span class="comment">// get encoding and check delimiting question marks</span>
<a name="l00117"></a>00117 encoding = toupper(pos[1]);
<a name="l00118"></a>00118 <span class="keywordflow">if</span> (pos[2]!=<span class="charliteral">'?'</span> || (encoding!=<span class="charliteral">'Q'</span> &amp;&amp; encoding!=<span class="charliteral">'B'</span>))
-<a name="l00119"></a>00119 valid = FALSE;
+<a name="l00119"></a>00119 valid = false;
<a name="l00120"></a>00120 pos+=3;
<a name="l00121"></a>00121 i+=3;
<a name="l00122"></a>00122 }
@@ -148,7 +148,7 @@
<a name="l00131"></a>00131 }
<a name="l00132"></a>00132 end = pos+2;<span class="comment">//end now points to the first char after the encoded string</span>
<a name="l00133"></a>00133 <span class="keywordflow">if</span> (i&gt;=maxLen || !*pos)
-<a name="l00134"></a>00134 valid = FALSE;
+<a name="l00134"></a>00134 valid = false;
<a name="l00135"></a>00135 }
<a name="l00136"></a>00136 <span class="keywordflow">if</span> (valid)
<a name="l00137"></a>00137 {
@@ -176,7 +176,7 @@
<a name="l00159"></a>00159 result += codec-&gt;toUnicode(cstr);
<a name="l00160"></a>00160 <span class="keywordflow">else</span>
<a name="l00161"></a>00161 result += TQString::fromLocal8Bit(cstr);
-<a name="l00162"></a>00162 lastWasEncodedWord = TRUE;
+<a name="l00162"></a>00162 lastWasEncodedWord = true;
<a name="l00163"></a>00163
<a name="l00164"></a>00164 *pos = ch;
<a name="l00165"></a>00165 pos = end -1;
@@ -190,7 +190,7 @@
<a name="l00173"></a>00173 result += LWSP_buffer;
<a name="l00174"></a>00174 result += *pos++;
<a name="l00175"></a>00175 result += *pos;
-<a name="l00176"></a>00176 lastWasEncodedWord = FALSE;
+<a name="l00176"></a>00176 lastWasEncodedWord = false;
<a name="l00177"></a>00177 }
<a name="l00178"></a>00178 LWSP_buffer = 0;
<a name="l00179"></a>00179 }
diff --git a/doc/html/filterlist_8cpp-source.html b/doc/html/filterlist_8cpp-source.html
index 2718168..149c228 100644
--- a/doc/html/filterlist_8cpp-source.html
+++ b/doc/html/filterlist_8cpp-source.html
@@ -140,7 +140,7 @@
<a name="l00123"></a>00123 {
<a name="l00124"></a>00124 <span class="comment">//at first we remove all filter setups from the config</span>
<a name="l00125"></a>00125 <span class="keywordtype">int</span> filterNumber = 0; <span class="comment">//number of deleted filter</span>
-<a name="l00126"></a>00126 <span class="keywordtype">bool</span> ready = <span class="keyword">false</span>; <span class="comment">//TRUE - all filters are deleted</span>
+<a name="l00126"></a>00126 <span class="keywordtype">bool</span> ready = <span class="keyword">false</span>; <span class="comment">//true - all filters are deleted</span>
<a name="l00127"></a>00127
<a name="l00128"></a>00128 <span class="keywordflow">while</span>( !ready ) <span class="comment">//loop until the last filter setup was removed (ready == true)</span>
<a name="l00129"></a>00129 {
diff --git a/doc/html/namespaceTypes.html b/doc/html/namespaceTypes.html
index 348e3b1..7308ec9 100644
--- a/doc/html/namespaceTypes.html
+++ b/doc/html/namespaceTypes.html
@@ -83,7 +83,7 @@ All special types for KShowMail.
<div class="memdoc">
<p>
-Map to notice which accounts need to get an order to do a task. The Key is the account name and the data a boolean. TRUE means the task was ordered, FALSE the task was ended.
+Map to notice which accounts need to get an order to do a task. The Key is the account name and the data a boolean. true means the task was ordered, false the task was ended.
</div>
</div><p>
<a class="anchor" name="2eaafd5612933c2e6ab8dd15593969a2"></a><!-- doxytag: member="Types::FilterCriteriaList_Type" ref="2eaafd5612933c2e6ab8dd15593969a2" args="" -->
diff --git a/doc/html/optiondialog_8cpp-source.html b/doc/html/optiondialog_8cpp-source.html
index 05bcb11..27ecef7 100644
--- a/doc/html/optiondialog_8cpp-source.html
+++ b/doc/html/optiondialog_8cpp-source.html
@@ -251,7 +251,7 @@
<a name="l00234"></a>00234 filters.append (i18n(<span class="stringliteral">"All files (*)"</span>));
<a name="l00235"></a>00235 TQFileInfo info (<a class="code" href="classOptionDlg.html#9254f6d43feea0d85b590d0feb394cb3">m_EditSoundFile</a>-&gt;text ());
<a name="l00236"></a>00236 TQString dir = info.dirPath ();
-<a name="l00237"></a>00237 TQFileDialog dlg (<span class="keyword">this</span>, <span class="stringliteral">"Sound File"</span>, TRUE);
+<a name="l00237"></a>00237 TQFileDialog dlg (<span class="keyword">this</span>, <span class="stringliteral">"Sound File"</span>, true);
<a name="l00238"></a>00238 dlg.setCaption (i18n(<span class="stringliteral">"Select Sound File"</span>));
<a name="l00239"></a>00239 dlg.setDir (dir);
<a name="l00240"></a>00240 dlg.setFilters (filters);
diff --git a/doc/html/showrecord_8cpp-source.html b/doc/html/showrecord_8cpp-source.html
index e77ccc8..9b8d6a8 100644
--- a/doc/html/showrecord_8cpp-source.html
+++ b/doc/html/showrecord_8cpp-source.html
@@ -98,7 +98,7 @@
<a name="l00081"></a>00081
<a name="l00082"></a><a class="code" href="classShowRecord.html#e0aeb91afa1bd2ea566ff4dd4dd299d5">00082</a> <span class="keywordtype">bool</span> <a class="code" href="classShowRecord.html#e0aeb91afa1bd2ea566ff4dd4dd299d5">ShowRecord::hasSelectedMails</a>( )
<a name="l00083"></a>00083 {
-<a name="l00084"></a>00084 <span class="keywordtype">bool</span> selected = <span class="keyword">false</span>; <span class="comment">//TRUE when a selected mail was found</span>
+<a name="l00084"></a>00084 <span class="keywordtype">bool</span> selected = <span class="keyword">false</span>; <span class="comment">//true when a selected mail was found</span>
<a name="l00085"></a>00085 <a class="code" href="classShowRecordElem.html">ShowRecordElem</a>* mail; <span class="comment">//mail which we want to check</span>
<a name="l00086"></a>00086
<a name="l00087"></a>00087 <span class="comment">//get first mail</span>
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>