diff options
Diffstat (limited to 'korganizer/freebusymanager.h')
-rw-r--r-- | korganizer/freebusymanager.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/freebusymanager.h b/korganizer/freebusymanager.h index b6b93d046..124dbdb3e 100644 --- a/korganizer/freebusymanager.h +++ b/korganizer/freebusymanager.h @@ -42,7 +42,7 @@ #include <tqstring.h> #include <tqobject.h> -namespace KIO { class Job; } +namespace TDEIO { class Job; } namespace KCal { class Calendar; class FreeBusy; @@ -63,8 +63,8 @@ class FreeBusyDownloadJob : public TQObject virtual ~FreeBusyDownloadJob(); protected slots: - void slotResult( KIO::Job * ); - void slotData( KIO::Job *, const TQByteArray &data ); + void slotResult( TDEIO::Job * ); + void slotData( TDEIO::Job *, const TQByteArray &data ); signals: void freeBusyDownloaded( KCal::FreeBusy *, const TQString& email ); @@ -161,7 +161,7 @@ class FreeBusyManager : public TQObject, public KCal::FreeBusyCache bool processRetrieveQueue(); private slots: - void slotUploadFreeBusyResult( KIO::Job * ); + void slotUploadFreeBusyResult( TDEIO::Job * ); void slotFreeBusyDownloadError( const TQString& email ); private: |