summaryrefslogtreecommitdiffstats
path: root/kshowmail/configelem.h
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 /kshowmail/configelem.h
parent471786e5395d05095f7e7259370421358d551f35 (diff)
downloadkshowmail-7205cb16eb6fb3aed2a8df7653198bd70b9a0186.tar.gz
kshowmail-7205cb16eb6fb3aed2a8df7653198bd70b9a0186.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'kshowmail/configelem.h')
-rw-r--r--kshowmail/configelem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kshowmail/configelem.h b/kshowmail/configelem.h
index 75a1240..c81bca2 100644
--- a/kshowmail/configelem.h
+++ b/kshowmail/configelem.h
@@ -707,7 +707,7 @@ class ConfigElem : public TQObject {
void commitDownloading();
/**
- * Creates a POP3 transfer job (KIO Job), which will be stored in pop3Job.
+ * Creates a POP3 transfer job (TDEIO Job), which will be stored in pop3Job.
* @param path command and parameters of the job as URL path
*/
void startKIOJob( const TQString& path );
@@ -726,7 +726,7 @@ class ConfigElem : public TQObject {
/**
* 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
+ * 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().
*/
@@ -735,7 +735,7 @@ class ConfigElem : public TQObject {
/**
* 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
+ * 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().
*/