diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:07:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:07:08 +0900 |
commit | 4948733f211e3ac6d9cab6ac7b6b9fc44b683c66 (patch) | |
tree | 5b23a55687a7485fd5ff08d51a3c730d6d62103a /xparts | |
parent | 997dbd41f19fd0f950595b106b37abce6326a328 (diff) | |
download | tdebindings-4948733f211e3ac6d9cab6ac7b6b9fc44b683c66.tar.gz tdebindings-4948733f211e3ac6d9cab6ac7b6b9fc44b683c66.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'xparts')
-rw-r--r-- | xparts/mozilla/kmozillapart.cpp | 2 | ||||
-rw-r--r-- | xparts/mozilla/kshell.cpp | 2 | ||||
-rw-r--r-- | xparts/xpart_notepad/shell_xparthost.cpp | 2 | ||||
-rw-r--r-- | xparts/xpart_notepad/xp_notepad_factory.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/xparts/mozilla/kmozillapart.cpp b/xparts/mozilla/kmozillapart.cpp index d59c7e2c..679055c5 100644 --- a/xparts/mozilla/kmozillapart.cpp +++ b/xparts/mozilla/kmozillapart.cpp @@ -6,7 +6,7 @@ #include <kstdaction.h> #include <tdeaction.h> #include <tdemainwindow.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeparts/mainwindow.h> #include <kdebug.h> #include <tdeaboutdata.h> diff --git a/xparts/mozilla/kshell.cpp b/xparts/mozilla/kshell.cpp index 152469f3..ed055469 100644 --- a/xparts/mozilla/kshell.cpp +++ b/xparts/mozilla/kshell.cpp @@ -7,7 +7,7 @@ #include <kstdaction.h> #include <tdeaction.h> #include <tdemainwindow.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeparts/mainwindow.h> #include <kdebug.h> diff --git a/xparts/xpart_notepad/shell_xparthost.cpp b/xparts/xpart_notepad/shell_xparthost.cpp index c6f35a87..a53f1582 100644 --- a/xparts/xpart_notepad/shell_xparthost.cpp +++ b/xparts/xpart_notepad/shell_xparthost.cpp @@ -8,7 +8,7 @@ #include <kstdaction.h> #include <tdeaction.h> #include <tdemainwindow.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeparts/mainwindow.h> #include <kdebug.h> diff --git a/xparts/xpart_notepad/xp_notepad_factory.cpp b/xparts/xpart_notepad/xp_notepad_factory.cpp index cfb2019b..593c625f 100644 --- a/xparts/xpart_notepad/xp_notepad_factory.cpp +++ b/xparts/xpart_notepad/xp_notepad_factory.cpp @@ -24,7 +24,7 @@ #include <kstdaction.h> #include <tdeaction.h> #include <tdemainwindow.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeparts/mainwindow.h> #include <kdebug.h> #include "xp_notepad_factory.h" |