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 /libkpimexchange/core/exchangemonitor.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 'libkpimexchange/core/exchangemonitor.h')
-rw-r--r-- | libkpimexchange/core/exchangemonitor.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libkpimexchange/core/exchangemonitor.h b/libkpimexchange/core/exchangemonitor.h index 6f31700d2..15b4fa992 100644 --- a/libkpimexchange/core/exchangemonitor.h +++ b/libkpimexchange/core/exchangemonitor.h @@ -78,13 +78,13 @@ class ExchangeMonitor : public TQObject { void error( int result, const TQString& moreInfo ); private slots: - void slotSubscribeResult( KIO::Job * ); - void slotUnsubscribeResult( KIO::Job * ); + void slotSubscribeResult( TDEIO::Job * ); + void slotUnsubscribeResult( TDEIO::Job * ); void slotPollTimer(); void poll( const IDList& IDs ); - void slotPollResult( KIO::Job * ); + void slotPollResult( TDEIO::Job * ); void slotRenewTimer(); - void slotRenewResult( KIO::Job * ); + void slotRenewResult( TDEIO::Job * ); void slotActivated(int socket); private: |