diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:49:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:49:30 -0600 |
commit | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (patch) | |
tree | d087071b1e8fcf79698938efec19f8e48bab0799 /kmail/kmsender_p.h | |
parent | 5c4a80ead2b1fe57dc6a8c29d0368792344cd61e (diff) | |
download | tdepim-a9bde819f2b421dcc44741156e75eca4bb5fb4f4.tar.gz tdepim-a9bde819f2b421dcc44741156e75eca4bb5fb4f4.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kmail/kmsender_p.h')
-rw-r--r-- | kmail/kmsender_p.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 <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; }; //----------------------------------------------------------------------------- |