summaryrefslogtreecommitdiffstats
path: root/doc/html/configelem_8cpp-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/configelem_8cpp-source.html')
-rw-r--r--doc/html/configelem_8cpp-source.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/configelem_8cpp-source.html b/doc/html/configelem_8cpp-source.html
index 2121fff..69b11ce 100644
--- a/doc/html/configelem_8cpp-source.html
+++ b/doc/html/configelem_8cpp-source.html
@@ -124,7 +124,7 @@
<a name="l00107"></a><a class="code" href="classConfigElem.html#bda433f60b1eed0d4b8d207707d5005c">00107</a> <span class="keywordtype">void</span> <a class="code" href="classConfigElem.html#bda433f60b1eed0d4b8d207707d5005c">ConfigElem::saveOptions</a>( TQDomDocument&amp; doc, TQDomElement&amp; parent )
<a name="l00108"></a>00108 {
<a name="l00109"></a>00109 <span class="comment">//get application config</span>
-<a name="l00110"></a>00110 TDEConfig* config = TDEApplication::kApplication()-&gt;config();
+<a name="l00110"></a>00110 TDEConfig* config = tdeApp-&gt;config();
<a name="l00111"></a>00111
<a name="l00112"></a>00112 <span class="comment">//save the active state</span>
<a name="l00113"></a>00113 config-&gt;setGroup( <a class="code" href="classConfigElem.html#760e18ad688d55cd76bfeeb4958df769">getAccountName</a>() );
@@ -314,7 +314,7 @@
<a name="l00297"></a>00297 <a class="code" href="classConfigElem.html#6edf15369f3e906a04dff0b92f5b3c2d">setPassword</a>( password );
<a name="l00298"></a>00298
<a name="l00299"></a>00299 <span class="comment">//save password in file or TDEWallet</span>
-<a name="l00300"></a>00300 TDEConfig* config = TDEApplication::kApplication()-&gt;config();
+<a name="l00300"></a>00300 TDEConfig* config = tdeApp-&gt;config();
<a name="l00301"></a>00301 config-&gt;setGroup( <a class="code" href="classConfigElem.html#760e18ad688d55cd76bfeeb4958df769">getAccountName</a>() );
<a name="l00302"></a>00302
<a name="l00303"></a>00303 <span class="keywordflow">if</span>( <a class="code" href="classConfigElem.html#1ad409223125a43d257cd7666c8c7284">PasswordStorage</a> == CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE )
@@ -605,7 +605,7 @@
<a name="l00588"></a>00588 emit <a class="code" href="classConfigElem.html#14267b997f50ad3069115e8b976d89bb">sigMessageWindowOpened</a>();
<a name="l00589"></a>00589
<a name="l00590"></a>00590 <span class="comment">//create and open the window</span>
-<a name="l00591"></a>00591 <a class="code" href="classShowMailDialog.html">ShowMailDialog</a> dlg( kapp-&gt;mainWidget(), <a class="code" href="classConfigElem.html#52f6b77b64915aeadf30cf2e550da876">m_strAccount</a>, <a class="code" href="classConfigElem.html#cdde481b0e7623717f25721a23b95352">appConfig</a>-&gt;<a class="code" href="classConfigList.html#4cd09107151c848fafe17db0c8e9a4a6">allowHTML</a>(), tsender, tdate, tsize, tsubject, tmailbody );
+<a name="l00591"></a>00591 <a class="code" href="classShowMailDialog.html">ShowMailDialog</a> dlg( tdeApp-&gt;mainWidget(), <a class="code" href="classConfigElem.html#52f6b77b64915aeadf30cf2e550da876">m_strAccount</a>, <a class="code" href="classConfigElem.html#cdde481b0e7623717f25721a23b95352">appConfig</a>-&gt;<a class="code" href="classConfigList.html#4cd09107151c848fafe17db0c8e9a4a6">allowHTML</a>(), tsender, tdate, tsize, tsubject, tmailbody );
<a name="l00592"></a>00592 <span class="keywordtype">int</span> ret = dlg.exec();
<a name="l00593"></a>00593
<a name="l00594"></a>00594 <span class="comment">//emit signal to notify the closing of a window</span>