diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:54:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:54:16 +0900 |
commit | 8e4e5b563093f6a40aff290e050d7444791fdf8c (patch) | |
tree | c50dcc22591f61130ed2f4109c91ec1d4d8525fd | |
parent | 9e92e63aabd2cc5dda2421b3f874f8af9c858b37 (diff) | |
download | tdeio-apt-8e4e5b563093f6a40aff290e050d7444791fdf8c.tar.gz tdeio-apt-8e4e5b563093f6a40aff290e050d7444791fdf8c.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/aptcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aptcache.h b/src/aptcache.h index f35b0df..3bf444d 100644 --- a/src/aptcache.h +++ b/src/aptcache.h @@ -13,7 +13,7 @@ #include <tqvaluelist.h> #include <tqmap.h> #include <tqstring.h> -#include <kprocess.h> +#include <tdeprocess.h> class AptProtocol; |