diff options
Diffstat (limited to 'libkcddb/syncsmtpsubmit.h')
-rw-r--r-- | libkcddb/syncsmtpsubmit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcddb/syncsmtpsubmit.h b/libkcddb/syncsmtpsubmit.h index b2ff98e0..57c660f7 100644 --- a/libkcddb/syncsmtpsubmit.h +++ b/libkcddb/syncsmtpsubmit.h @@ -26,8 +26,8 @@ namespace KCDDB class SyncSMTPSubmit : public SMTPSubmit { public: - SyncSMTPSubmit(const QString& hostname, uint port, const QString& username, - const QString& from, const QString& to); + SyncSMTPSubmit(const TQString& hostname, uint port, const TQString& username, + const TQString& from, const TQString& to); virtual ~SyncSMTPSubmit(); protected: virtual Result runJob(KIO::Job* job); |