summaryrefslogtreecommitdiffstats
path: root/kshowmail/configelem.h
diff options
context:
space:
mode:
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().
*/