diff options
Diffstat (limited to 'kpilot/conduits/popmail/popmail-conduit.h')
-rw-r--r-- | kpilot/conduits/popmail/popmail-conduit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/conduits/popmail/popmail-conduit.h b/kpilot/conduits/popmail/popmail-conduit.h index 1df1a6912..52b5b9174 100644 --- a/kpilot/conduits/popmail/popmail-conduit.h +++ b/kpilot/conduits/popmail/popmail-conduit.h @@ -46,7 +46,7 @@ class PopMailConduit : public ConduitAction public: PopMailConduit(KPilotLink *d, const char *n=0L, - const QStringList &l=QStringList()); + const TQStringList &l=TQStringList()); virtual ~PopMailConduit(); protected: @@ -67,7 +67,7 @@ protected: int sendViaKMail(); // int sendViaSMTP(); void writeMessageToFile(FILE* sendf, struct Mail& theMail); - QString getKMailOutbox() const; + TQString getKMailOutbox() const; }; |