diff options
Diffstat (limited to 'kmail/popaccount.h')
-rw-r--r-- | kmail/popaccount.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/popaccount.h b/kmail/popaccount.h index afa0acf27..f8cb0e92a 100644 --- a/kmail/popaccount.h +++ b/kmail/popaccount.h @@ -102,12 +102,12 @@ protected: PopAccount(AccountManager* owner, const TQString& accountName, uint id); /** - * Start a KIO Job to get a list of messages on the pop server + * Start a TDEIO Job to get a list of messages on the pop server */ void startJob(); /** - * Connect up the standard signals/slots for the KIO Jobs + * Connect up the standard signals/slots for the TDEIO Jobs */ void connectJob(); @@ -185,7 +185,7 @@ protected slots: void slotProcessPendingMsgs(); /** - * If there are more messages to be downloaded then start a new kio job + * If there are more messages to be downloaded then start a new tdeio job * to get the message whose id is at the head of the queue */ void slotGetNextMsg(); @@ -202,7 +202,7 @@ protected slots: void slotData( TDEIO::Job*, const TQByteArray &); /** - * Finished downloading the current kio job, either due to an error + * Finished downloading the current tdeio job, either due to an error * or because the job has been canceled or because the complete message * has been downloaded */ @@ -230,7 +230,7 @@ protected slots: void slotSlaveError(TDEIO::Slave *, int, const TQString &); /** - * If there are more headers to be downloaded then start a new kio job + * If there are more headers to be downloaded then start a new tdeio job * to get the next header */ void slotGetNextHdr(); |