diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:08:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 13:08:16 +0900 |
commit | 2aa402ea78930053854ed9468d7557b15d563713 (patch) | |
tree | 45043cb597bf2494d5afc6a754181b110da1db40 /knode | |
parent | 74926683f153c10d642dd7b330e90d1518ccd088 (diff) | |
download | tdepim-master.tar.gz tdepim-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'knode')
-rw-r--r-- | knode/kncomposer.cpp | 2 | ||||
-rw-r--r-- | knode/knconfig.cpp | 2 | ||||
-rw-r--r-- | knode/knconvert.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/knode/kncomposer.cpp b/knode/kncomposer.cpp index 5b4f86038..faab725f5 100644 --- a/knode/kncomposer.cpp +++ b/knode/kncomposer.cpp @@ -39,7 +39,7 @@ using TDERecentAddress::RecentAddresses; #include <tdetempfile.h> #include <kpgp.h> #include <kpgpblock.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kqcstringsplitter.h> #include <ksyntaxhighlighter.h> #include <tqcursor.h> diff --git a/knode/knconfig.cpp b/knode/knconfig.cpp index 9be34f005..ff6bd8b67 100644 --- a/knode/knconfig.cpp +++ b/knode/knconfig.cpp @@ -27,7 +27,7 @@ #include <kdebug.h> #include <kiconloader.h> #include <kiconeffect.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <email.h> diff --git a/knode/knconvert.cpp b/knode/knconvert.cpp index c8325f642..e53f5c241 100644 --- a/knode/knconvert.cpp +++ b/knode/knconvert.cpp @@ -23,7 +23,7 @@ #include <tdemessagebox.h> #include <kstandarddirs.h> #include <klineedit.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeapplication.h> #include <kpushbutton.h> |