diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kmail/kmfolderimap.h | |
parent | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff) | |
download | tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kmail/kmfolderimap.h')
-rw-r--r-- | kmail/kmfolderimap.h | 24 |
1 files changed, 12 insertions, 12 deletions
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<KMMessage>); /** - * 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<KMMessage>& 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 |