summaryrefslogtreecommitdiffstats
path: root/kpilot/conduits/popmail/popmail-conduit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/conduits/popmail/popmail-conduit.h')
-rw-r--r--kpilot/conduits/popmail/popmail-conduit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/conduits/popmail/popmail-conduit.h b/kpilot/conduits/popmail/popmail-conduit.h
index 1df1a691..52b5b917 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;
};