From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kmail/kmfolderimap.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kmail/kmfolderimap.h') diff --git a/kmail/kmfolderimap.h b/kmail/kmfolderimap.h index 059e1a4cb..490b13a69 100644 --- a/kmail/kmfolderimap.h +++ b/kmail/kmfolderimap.h @@ -372,9 +372,9 @@ public slots: virtual void take(TQPtrList); /** - * Add the data a KIO::Job retrieves to the buffer + * Add the data a TDEIO::Job retrieves to the buffer */ - void slotSimpleData(KIO::Job * job, const TQByteArray & data); + void slotSimpleData(TDEIO::Job * job, const TQByteArray & data); /** * Convert IMAP flags to a message status @@ -426,7 +426,7 @@ protected: virtual FolderJob* doCreateJob( TQPtrList& msgList, const TQString& sets, FolderJob::JobType jt, KMFolder *folder ) const; - void getMessagesResult(KIO::Job * job, bool lastSet); + void getMessagesResult(TDEIO::Job * job, bool lastSet); /** Called by KMFolder::expunge() to delete the actual contents. At the time of the call the folder has already been closed, and @@ -452,7 +452,7 @@ protected slots: * Retrieve the whole folder or only the changes */ void checkValidity(); - void slotCheckValidityResult(KIO::Job * job); + void slotCheckValidityResult(TDEIO::Job * job); /** * Get the folder now (internal) @@ -462,30 +462,30 @@ protected slots: /** * For listing the contents of a folder */ - void slotListFolderResult(KIO::Job * job); - void slotListFolderEntries(KIO::Job * job, const KIO::UDSEntryList & uds); + void slotListFolderResult(TDEIO::Job * job); + void slotListFolderEntries(TDEIO::Job * job, const TDEIO::UDSEntryList & uds); /** * For retrieving a message digest */ - void slotGetMessagesResult(KIO::Job * job); - void slotGetLastMessagesResult(KIO::Job * job); - void slotGetMessagesData(KIO::Job * job, const TQByteArray & data); + void slotGetMessagesResult(TDEIO::Job * job); + void slotGetLastMessagesResult(TDEIO::Job * job); + void slotGetMessagesData(TDEIO::Job * job, const TQByteArray & data); /** * For creating a new subfolder */ - void slotCreateFolderResult(KIO::Job * job); + void slotCreateFolderResult(TDEIO::Job * job); /** * Remove the folder also locally, if removing on the server succeeded */ - void slotRemoveFolderResult(KIO::Job *job); + void slotRemoveFolderResult(TDEIO::Job *job); /** * Update the number of unseen messages */ - void slotStatResult(KIO::Job *job); + void slotStatResult(TDEIO::Job *job); /** * notify the progress item that the mail check for this folder is -- cgit v1.2.1