diff options
Diffstat (limited to 'libkcddb/httpsubmit.h')
-rw-r--r-- | libkcddb/httpsubmit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcddb/httpsubmit.h b/libkcddb/httpsubmit.h index 40131ea4..7afae949 100644 --- a/libkcddb/httpsubmit.h +++ b/libkcddb/httpsubmit.h @@ -31,7 +31,7 @@ namespace KCDDB virtual ~HTTPSubmit(); protected: - virtual KIO::Job* createJob(const CDInfo& cdInfo); + virtual TDEIO::Job* createJob(const CDInfo& cdInfo); KURL url_; TQString from_; |