From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- korganizer/freebusymanager.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'korganizer/freebusymanager.h') 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 #include -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: -- cgit v1.2.1