summaryrefslogtreecommitdiffstats
path: root/libkcddb/asyncsmtpsubmit.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcddb/asyncsmtpsubmit.h')
-rw-r--r--libkcddb/asyncsmtpsubmit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcddb/asyncsmtpsubmit.h b/libkcddb/asyncsmtpsubmit.h
index 57f87302..9bcf84eb 100644
--- a/libkcddb/asyncsmtpsubmit.h
+++ b/libkcddb/asyncsmtpsubmit.h
@@ -29,8 +29,8 @@ namespace KCDDB
Q_OBJECT
public:
- AsyncSMTPSubmit(const QString& hostname, uint port, const QString& username,
- const QString& from, const QString& to);
+ AsyncSMTPSubmit(const TQString& hostname, uint port, const TQString& username,
+ const TQString& from, const TQString& to);
virtual ~AsyncSMTPSubmit();
signals: