diff options
Diffstat (limited to 'kbugbuster/kresources/kcalresource.h')
-rw-r--r-- | kbugbuster/kresources/kcalresource.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kbugbuster/kresources/kcalresource.h b/kbugbuster/kresources/kcalresource.h index d96fc1e4..cfa4e2a6 100644 --- a/kbugbuster/kresources/kcalresource.h +++ b/kbugbuster/kresources/kcalresource.h @@ -36,7 +36,7 @@ #include <bugsystem.h> -namespace KIO { +namespace TDEIO { class FileCopyJob; class Job; } @@ -64,13 +64,13 @@ class KCalResource : public KCal::ResourceCached enum { ReloadNever, ReloadOnStartup, ReloadOnceADay, ReloadAlways }; /** - Create resource from configuration information stored in KConfig object. + Create resource from configuration information stored in TDEConfig object. */ - KCalResource( const KConfig * ); + KCalResource( const TDEConfig * ); ~KCalResource(); - void readConfig( const KConfig *config ); - void writeConfig( KConfig *config ); + void readConfig( const TDEConfig *config ); + void writeConfig( TDEConfig *config ); KBB::ResourcePrefs *prefs(); @@ -89,8 +89,8 @@ class KCalResource : public KCal::ResourceCached void slotBugListAvailable( const Package &, const TQString &, const Bug::List &bugs ); - void slotLoadJobResult( KIO::Job * ); - void slotSaveJobResult( KIO::Job * ); + void slotLoadJobResult( TDEIO::Job * ); + void slotSaveJobResult( TDEIO::Job * ); protected: bool doOpen(); @@ -112,8 +112,8 @@ class KCalResource : public KCal::ResourceCached bool mOpen; - KIO::FileCopyJob *mDownloadJob; - KIO::FileCopyJob *mUploadJob; + TDEIO::FileCopyJob *mDownloadJob; + TDEIO::FileCopyJob *mUploadJob; KABC::Lock *mLock; |