summaryrefslogtreecommitdiffstats
path: root/kmail/kmsender_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmsender_p.h')
-rw-r--r--kmail/kmsender_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/kmsender_p.h b/kmail/kmsender_p.h
index 74520389..811eb559 100644
--- a/kmail/kmsender_p.h
+++ b/kmail/kmsender_p.h
@@ -12,7 +12,7 @@
#include <kio/global.h>
#include <tdeversion.h>
-class KProcess;
+class TDEProcess;
namespace KIO {
class Job;
@@ -95,9 +95,9 @@ public:
void abort();
protected slots:
- void receivedStderr(KProcess*,char*,int);
- void wroteStdin(KProcess*);
- void sendmailExited(KProcess*);
+ void receivedStderr(TDEProcess*,char*,int);
+ void wroteStdin(TDEProcess*);
+ void sendmailExited(TDEProcess*);
private:
/** implemented from KMSendProc */
@@ -111,7 +111,7 @@ private:
TQByteArray mMsgStr;
char* mMsgPos;
int mMsgRest;
- KProcess* mMailerProc;
+ TDEProcess* mMailerProc;
};
//-----------------------------------------------------------------------------