From a9bde819f2b421dcc44741156e75eca4bb5fb4f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:49:30 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kmail/kmsender_p.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmail/kmsender_p.h') diff --git a/kmail/kmsender_p.h b/kmail/kmsender_p.h index 745203896..811eb559b 100644 --- a/kmail/kmsender_p.h +++ b/kmail/kmsender_p.h @@ -12,7 +12,7 @@ #include #include -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; }; //----------------------------------------------------------------------------- -- cgit v1.2.1