From 533bad2a1503973aaf8186691422c2eda91d02d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:02:55 +0200 Subject: Additional k => tde renaming and fixes --- kmail/imapaccountbase.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmail/imapaccountbase.h') diff --git a/kmail/imapaccountbase.h b/kmail/imapaccountbase.h index f1bf03f0..2d239d96 100644 --- a/kmail/imapaccountbase.h +++ b/kmail/imapaccountbase.h @@ -240,7 +240,7 @@ namespace KMail { void setImapSeenStatus( KMFolder* folder, const TQString& path, bool seen ); /** - * The KIO-Slave died + * The TDEIO-Slave died */ void slaveDied() { mSlave = 0; killAllJobs(); } @@ -430,9 +430,9 @@ namespace KMail { protected slots: virtual void slotCheckQueuedFolders(); - /// Handle a message coming from the KIO scheduler saying that the slave is now connected + /// Handle a message coming from the TDEIO scheduler saying that the slave is now connected void slotSchedulerSlaveConnected(TDEIO::Slave *aSlave); - /// Handle an error coming from the KIO scheduler + /// Handle an error coming from the TDEIO scheduler void slotSchedulerSlaveError(TDEIO::Slave *aSlave, int, const TQString &errorMsg); /** @@ -484,14 +484,14 @@ namespace KMail { protected: /** - * Handle an error coming from a KIO job or from a KIO slave (via the scheduler) + * Handle an error coming from a TDEIO job or from a TDEIO slave (via the scheduler) * and abort everything (in all cases) if abortSync is true [this is for slotSchedulerSlaveError]. * Otherwise (abortSync==false), dimap will only abort in case of severe errors (connection broken), * but on "normal" errors (no permission to delete, etc.) it will ask the user. * * @param error the error code, usually job->error()) * @param errorMsg the error message, usually job->errorText() - * @param job the kio job (can be 0). If set, removeJob will be called automatically. + * @param job the tdeio job (can be 0). If set, removeJob will be called automatically. * This is important! It means you should not call removeJob yourself in case of errors. * We can't let the caller do that, since it should only be done afterwards, and only if we didn't abort. * -- cgit v1.2.3