diff options
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: |