summaryrefslogtreecommitdiffstats
path: root/doc/html/configelem_8cpp-source.html
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:08 +0200
commit7205cb16eb6fb3aed2a8df7653198bd70b9a0186 (patch)
tree17d35ff1f3641d746548b3a823df40392e0787e2 /doc/html/configelem_8cpp-source.html
parent471786e5395d05095f7e7259370421358d551f35 (diff)
downloadkshowmail-7205cb16eb6fb3aed2a8df7653198bd70b9a0186.tar.gz
kshowmail-7205cb16eb6fb3aed2a8df7653198bd70b9a0186.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'doc/html/configelem_8cpp-source.html')
-rw-r--r--doc/html/configelem_8cpp-source.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/configelem_8cpp-source.html b/doc/html/configelem_8cpp-source.html
index 72ef9a0..1ae135e 100644
--- a/doc/html/configelem_8cpp-source.html
+++ b/doc/html/configelem_8cpp-source.html
@@ -434,7 +434,7 @@
<a name="l00417"></a>00417 <a class="code" href="classConfigElem.html#c9d1c50d2a2ac6c4fa9261f0d77729a9">m_url</a>.setPath( path );
<a name="l00418"></a>00418
<a name="l00419"></a>00419 <span class="comment">//print debug message</span>
-<a name="l00420"></a>00420 kdDebug() &lt;&lt; <span class="stringliteral">"ConfigElem::startKIOJob: start KIO job on URL "</span> &lt;&lt; <a class="code" href="classConfigElem.html#c9d1c50d2a2ac6c4fa9261f0d77729a9">m_url</a>.url() &lt;&lt; endl;
+<a name="l00420"></a>00420 kdDebug() &lt;&lt; <span class="stringliteral">"ConfigElem::startKIOJob: start TDEIO job on URL "</span> &lt;&lt; <a class="code" href="classConfigElem.html#c9d1c50d2a2ac6c4fa9261f0d77729a9">m_url</a>.url() &lt;&lt; endl;
<a name="l00421"></a>00421
<a name="l00422"></a>00422 <span class="comment">//start the job and get handle to it</span>
<a name="l00423"></a>00423 <a class="code" href="classConfigElem.html#abccdbb4bf0f8c3ba6ac726c27f454fc">pop3Job</a> = TDEIO::get( <a class="code" href="classConfigElem.html#c9d1c50d2a2ac6c4fa9261f0d77729a9">m_url</a>, <span class="keyword">false</span>, <span class="keyword">false</span> );
@@ -853,7 +853,7 @@
<a name="l00836"></a>00836 <span class="comment">//set account state to idle</span>
<a name="l00837"></a>00837 <a class="code" href="classConfigElem.html#47a700c6d8d856f35bdcd4e01910a4ca">state</a> = <a class="code" href="namespaceTypes.html#57c868019acd102e855ff50f6043c1b6a15826a259a1b9518c05738511bca3c7">AccountIdle</a>;
<a name="l00838"></a>00838
-<a name="l00839"></a>00839 <span class="comment">//we don't need an error message, because the KIO job has shown one</span>
+<a name="l00839"></a>00839 <span class="comment">//we don't need an error message, because the TDEIO job has shown one</span>
<a name="l00840"></a>00840 }
<a name="l00841"></a>00841
<a name="l00842"></a><a class="code" href="classConfigElem.html#6470facb8041787fc48707ece1dfc364">00842</a> <span class="keywordtype">void</span> <a class="code" href="classConfigElem.html#6470facb8041787fc48707ece1dfc364">ConfigElem::slotFinalizeRefresh</a>( TDEIO::Job* )