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 /korganizer/freebusymanager.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 '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: |