diff options
Diffstat (limited to 'libkcddb/submit.h')
-rw-r--r-- | libkcddb/submit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcddb/submit.h b/libkcddb/submit.h index 512e69b9..60f43b43 100644 --- a/libkcddb/submit.h +++ b/libkcddb/submit.h @@ -27,7 +27,7 @@ #include "cdinfo.h" #include <tqobject.h> -namespace KIO +namespace TDEIO { class Job; } @@ -50,8 +50,8 @@ namespace KCDDB Result submit( CDInfo cdInfo, const TrackOffsetList &offsetList); protected: - virtual KIO::Job* createJob(const CDInfo& cdInfo) = 0; - virtual Result runJob(KIO::Job* job) = 0; + virtual TDEIO::Job* createJob(const CDInfo& cdInfo) = 0; + virtual Result runJob(TDEIO::Job* job) = 0; bool validCategory(const TQString&); |