diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:16 +0900 |
commit | 2aa402ea78930053854ed9468d7557b15d563713 (patch) | |
tree | 45043cb597bf2494d5afc6a754181b110da1db40 /kmail | |
parent | 74926683f153c10d642dd7b330e90d1518ccd088 (diff) | |
download | tdepim-2aa402ea78930053854ed9468d7557b15d563713.tar.gz tdepim-2aa402ea78930053854ed9468d7557b15d563713.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmail')
-rw-r--r-- | kmail/antispamwizard.cpp | 2 | ||||
-rw-r--r-- | kmail/editorwatcher.cpp | 2 | ||||
-rw-r--r-- | kmail/kmaccount.h | 2 | ||||
-rw-r--r-- | kmail/kmedit.cpp | 2 | ||||
-rw-r--r-- | kmail/kmfilteraction.cpp | 2 | ||||
-rw-r--r-- | kmail/kmfoldermbox.cpp | 2 | ||||
-rw-r--r-- | kmail/kmreaderwin.cpp | 2 | ||||
-rw-r--r-- | kmail/templateparser.cpp | 2 | ||||
-rw-r--r-- | kmail/urlhandlermanager.cpp | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/kmail/antispamwizard.cpp b/kmail/antispamwizard.cpp index e512e701..0627403b 100644 --- a/kmail/antispamwizard.cpp +++ b/kmail/antispamwizard.cpp @@ -46,7 +46,7 @@ #include <kiconloader.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tqdom.h> #include <tqlabel.h> diff --git a/kmail/editorwatcher.cpp b/kmail/editorwatcher.cpp index fdff42f7..defa47df 100644 --- a/kmail/editorwatcher.cpp +++ b/kmail/editorwatcher.cpp @@ -24,7 +24,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <kopenwith.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kuserprofile.h> #include <tqsocketnotifier.h> diff --git a/kmail/kmaccount.h b/kmail/kmaccount.h index 60a23c51..ce83bcb0 100644 --- a/kmail/kmaccount.h +++ b/kmail/kmaccount.h @@ -20,7 +20,7 @@ #ifndef kmaccount_h #define kmaccount_h -#include <kprocess.h> +#include <tdeprocess.h> #include <kaccount.h> #include <tqstring.h> diff --git a/kmail/kmedit.cpp b/kmail/kmedit.cpp index b66e6ee6..3f6b5d8f 100644 --- a/kmail/kmedit.cpp +++ b/kmail/kmedit.cpp @@ -21,7 +21,7 @@ using KPIM::MailListDrag; #include <libemailfunctions/email.h> #include <kcursor.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdepopupmenu.h> #include <kdebug.h> diff --git a/kmail/kmfilteraction.cpp b/kmail/kmfilteraction.cpp index b567446d..fb89777f 100644 --- a/kmail/kmfilteraction.cpp +++ b/kmail/kmfilteraction.cpp @@ -39,7 +39,7 @@ using KMail::RegExpLineEdit; #include <tdetempfile.h> #include <kdebug.h> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kaudioplayer.h> #include <kurlrequester.h> diff --git a/kmail/kmfoldermbox.cpp b/kmail/kmfoldermbox.cpp index e17f0966..7d1b9927 100644 --- a/kmail/kmfoldermbox.cpp +++ b/kmail/kmfoldermbox.cpp @@ -36,7 +36,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <knotifyclient.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeconfig.h> #include <ctype.h> diff --git a/kmail/kmreaderwin.cpp b/kmail/kmreaderwin.cpp index 566298b9..e7df43ca 100644 --- a/kmail/kmreaderwin.cpp +++ b/kmail/kmreaderwin.cpp @@ -102,7 +102,7 @@ using KMail::TeeHtmlWriter; #include <tdeglobalsettings.h> #include <krun.h> #include <tdetempfile.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdialog.h> #include <tdeaction.h> #include <kiconloader.h> diff --git a/kmail/templateparser.cpp b/kmail/templateparser.cpp index 9c615791..0094b13b 100644 --- a/kmail/templateparser.cpp +++ b/kmail/templateparser.cpp @@ -26,7 +26,7 @@ #include <kcalendarsystem.h> #include <kmime_util.h> #include <tdeglobal.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tqregexp.h> #include <tqfile.h> #include <tdemessagebox.h> diff --git a/kmail/urlhandlermanager.cpp b/kmail/urlhandlermanager.cpp index dde2944e..35fef3d6 100644 --- a/kmail/urlhandlermanager.cpp +++ b/kmail/urlhandlermanager.cpp @@ -397,7 +397,7 @@ TQString KMail::URLHandlerManager::statusBarMessage( const KURL & url, KMReaderW #include <ui/messagebox.h> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdemessagebox.h> #include <tdehtml_part.h> |