diff options
Diffstat (limited to 'libkpimexchange/core/exchangedownload.h')
-rw-r--r-- | libkpimexchange/core/exchangedownload.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libkpimexchange/core/exchangedownload.h b/libkpimexchange/core/exchangedownload.h index a28cc7106..33d135603 100644 --- a/libkpimexchange/core/exchangedownload.h +++ b/libkpimexchange/core/exchangedownload.h @@ -55,16 +55,16 @@ class ExchangeDownload : public TQObject { void finished( ExchangeDownload*, int result, const TQString& moreInfo, TQPtrList<KCal::Event>& events ); private slots: - void slotSearchResult( KIO::Job *job ); - void slotMasterResult( KIO::Job* job ); - void slotPropFindResult( KIO::Job * ); + void slotSearchResult( TDEIO::Job *job ); + void slotMasterResult( TDEIO::Job* job ); + void slotPropFindResult( TDEIO::Job * ); private: void handleAppointments( const TQDomDocument &, bool recurrence ); void readAppointment( const KURL& url ); void handleRecurrence( TQString uid ); void finishUp( int result, const TQString& moreInfo=TQString() ); - void finishUp( int result, KIO::Job* job ); + void finishUp( int result, TDEIO::Job* job ); void increaseDownloads(); void decreaseDownloads(); |