diff options
Diffstat (limited to 'libkcddb/syncsmtpsubmit.h')
-rw-r--r-- | libkcddb/syncsmtpsubmit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcddb/syncsmtpsubmit.h b/libkcddb/syncsmtpsubmit.h index 57c660f7..a6fb23df 100644 --- a/libkcddb/syncsmtpsubmit.h +++ b/libkcddb/syncsmtpsubmit.h @@ -30,7 +30,7 @@ namespace KCDDB const TQString& from, const TQString& to); virtual ~SyncSMTPSubmit(); protected: - virtual Result runJob(KIO::Job* job); + virtual Result runJob(TDEIO::Job* job); } ; } |