diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:55 +0900 |
commit | 1ed3dd1927342d86578a3a076ee759e2e2e6a11a (patch) | |
tree | 6cb42973dbbe38176485323eb7cd2e051b43438d /quanta/src | |
parent | f6db0ffe74a86ec7a0236015359c3edc94f9bfca (diff) | |
download | tdewebdev-master.tar.gz tdewebdev-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta/src')
-rw-r--r-- | quanta/src/quanta.cpp | 2 | ||||
-rw-r--r-- | quanta/src/quanta_init.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp index 46a098df..49457eda 100644 --- a/quanta/src/quanta.cpp +++ b/quanta/src/quanta.cpp @@ -76,7 +76,7 @@ #include <kstatusbar.h> #include <tdepopupmenu.h> #include <kpushbutton.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kprogress.h> #include <ktempdir.h> #include <tdetempfile.h> diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp index 42e72e38..a3de6154 100644 --- a/quanta/src/quanta_init.cpp +++ b/quanta/src/quanta_init.cpp @@ -55,7 +55,7 @@ #include <tdeaction.h> #include <kstdaction.h> #include <tdepopupmenu.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kprogress.h> #include <ktip.h> #include <tdeio/netaccess.h> |