From 7205cb16eb6fb3aed2a8df7653198bd70b9a0186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 19:58:08 +0200 Subject: Additional k => tde renaming and fixes --- doc/html/classConfigElem.html | 6 +++--- doc/html/configelem_8cpp-source.html | 4 ++-- doc/html/namespaces.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/html/classConfigElem.html b/doc/html/classConfigElem.html index d9994a1..caf3a02 100644 --- a/doc/html/classConfigElem.html +++ b/doc/html/classConfigElem.html @@ -1485,7 +1485,7 @@ Commits the downloading of mail bodies. Starts a pop3 job that will do the commi

-Creates a POP3 transfer job (KIO Job), which will be stored in pop3Job.

Parameters:
+Creates a POP3 transfer job (TDEIO Job), which will be stored in pop3Job.
Parameters:
path command and parameters of the job as URL path
@@ -1529,7 +1529,7 @@ Returns the timeout time in seconds which is stored in the general configuration

-First step of the refresh cycle. Gets the UIDs of the available mails from the server. It starts a KIO job to get the UIDs. The UIDs will be stored in receivedUIDs by slotReceiveUID(). When the job is ready, it will invoke slotUIDsReceived(). +First step of the refresh cycle. Gets the UIDs of the available mails from the server. It starts a TDEIO job to get the UIDs. The UIDs will be stored in receivedUIDs by slotReceiveUID(). When the job is ready, it will invoke slotUIDsReceived().

@@ -1548,7 +1548,7 @@ First step of the refresh cycle. Gets the UIDs of the available mails from the s

-Second step of the refresh cycle. Gets the sizes of the available mails from the server. It starts a KIO job to get these. The Sizes will be temporarily stored in receivedSizes by slotReceiveSize(). When the job is ready, it will invoke slotSizesReceived(). +Second step of the refresh cycle. Gets the sizes of the available mails from the server. It starts a TDEIO job to get these. The Sizes will be temporarily stored in receivedSizes by slotReceiveSize(). When the job is ready, it will invoke slotSizesReceived().

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 @@ 00417 m_url.setPath( path ); 00418 00419 //print debug message -00420 kdDebug() << "ConfigElem::startKIOJob: start KIO job on URL " << m_url.url() << endl; +00420 kdDebug() << "ConfigElem::startKIOJob: start TDEIO job on URL " << m_url.url() << endl; 00421 00422 //start the job and get handle to it 00423 pop3Job = TDEIO::get( m_url, false, false ); @@ -853,7 +853,7 @@ 00836 //set account state to idle 00837 state = AccountIdle; 00838 -00839 //we don't need an error message, because the KIO job has shown one +00839 //we don't need an error message, because the TDEIO job has shown one 00840 } 00841 00842 void ConfigElem::slotFinalizeRefresh( TDEIO::Job* ) diff --git a/doc/html/namespaces.html b/doc/html/namespaces.html index 91351c3..f12b8a2 100644 --- a/doc/html/namespaces.html +++ b/doc/html/namespaces.html @@ -22,7 +22,7 @@ Codecs Constants EncryptionProvides functions to crypt and decrypt a password - KIO + TDEIO TDEWalletAccessProvides routines to save and read passwords using TDEWallet std Types -- cgit v1.2.3