diff options
Diffstat (limited to 'libkcddb/syncsmtpsubmit.cpp')
-rw-r--r-- | libkcddb/syncsmtpsubmit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcddb/syncsmtpsubmit.cpp b/libkcddb/syncsmtpsubmit.cpp index 400aa0c5..717c77a5 100644 --- a/libkcddb/syncsmtpsubmit.cpp +++ b/libkcddb/syncsmtpsubmit.cpp @@ -24,8 +24,8 @@ namespace KCDDB { - SyncSMTPSubmit::SyncSMTPSubmit(const QString& hostname, uint port, - const QString& username, const QString& from, const QString& to) + SyncSMTPSubmit::SyncSMTPSubmit(const TQString& hostname, uint port, + const TQString& username, const TQString& from, const TQString& to) : SMTPSubmit( hostname, port, username, from, to ) { |