diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:08:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 13:08:55 +0900 |
commit | 1ed3dd1927342d86578a3a076ee759e2e2e6a11a (patch) | |
tree | 6cb42973dbbe38176485323eb7cd2e051b43438d /quanta/src/quanta.cpp | |
parent | f6db0ffe74a86ec7a0236015359c3edc94f9bfca (diff) | |
download | tdewebdev-1ed3dd1927342d86578a3a076ee759e2e2e6a11a.tar.gz tdewebdev-1ed3dd1927342d86578a3a076ee759e2e2e6a11a.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'quanta/src/quanta.cpp')
-rw-r--r-- | quanta/src/quanta.cpp | 2 |
1 files changed, 1 insertions, 1 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> |