summaryrefslogtreecommitdiffstats
path: root/kmail/popaccount.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
commit86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch)
tree97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kmail/popaccount.h
parenta9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff)
downloadtdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz
tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kmail/popaccount.h')
-rw-r--r--kmail/popaccount.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kmail/popaccount.h b/kmail/popaccount.h
index 51cb8452..afa0acf2 100644
--- a/kmail/popaccount.h
+++ b/kmail/popaccount.h
@@ -13,7 +13,7 @@
class KMPopHeaders;
class KMMessage;
class TQDataStream;
-namespace KIO {
+namespace TDEIO {
class MetaData;
class Slave;
class SimpleJob;
@@ -33,7 +33,7 @@ public:
virtual ~PopAccount();
virtual void init(void);
- virtual KIO::MetaData slaveConfig() const;
+ virtual TDEIO::MetaData slaveConfig() const;
/** A weak assignment operator */
virtual void pseudoAssign( const KMAccount * a );
@@ -90,8 +90,8 @@ public:
* Inherited methods.
*/
virtual TQString type(void) const;
- virtual void readConfig(KConfig&);
- virtual void writeConfig(KConfig&);
+ virtual void readConfig(TDEConfig&);
+ virtual void writeConfig(TDEConfig&);
virtual void processNewMail(bool _interactive);
virtual void killAllJobs( bool disconnectSlave=false ); // NOOP currently
@@ -130,7 +130,7 @@ protected:
bool mFilterOnServer;
unsigned int mFilterOnServerCheckSize;
- KIO::SimpleJob *job;
+ TDEIO::SimpleJob *job;
//Map of ID's vs. sizes of messages which should be downloaded
TQMap<TQString, int> mMsgsPendingDownload;
@@ -194,19 +194,19 @@ protected slots:
* A messages has been retrieved successfully. The next data belongs to the
* next message.
*/
- void slotMsgRetrieved(KIO::Job*, const TQString &);
+ void slotMsgRetrieved(TDEIO::Job*, const TQString &);
/**
* New data has arrived append it to the end of the current message
*/
- void slotData( KIO::Job*, const TQByteArray &);
+ void slotData( TDEIO::Job*, const TQByteArray &);
/**
* Finished downloading the current kio job, either due to an error
* or because the job has been canceled or because the complete message
* has been downloaded
*/
- void slotResult( KIO::Job* );
+ void slotResult( TDEIO::Job* );
/**
* Cleans up after a user cancels the current job
@@ -227,7 +227,7 @@ protected slots:
/**
* Slave error handling
*/
- void slotSlaveError(KIO::Slave *, int, const TQString &);
+ void slotSlaveError(TDEIO::Slave *, int, const TQString &);
/**
* If there are more headers to be downloaded then start a new kio job