diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 12:55:07 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 12:55:07 +0900 |
commit | fde80083bd2224255f19619925f69e027ac3e14f (patch) | |
tree | 6a96e754918f28a3017855c39de73bfcb5b771dd | |
parent | a0d6b8d631b7a2be6dcdcceeb34fd33fad54bc1e (diff) | |
download | kdirstat-master.tar.gz kdirstat-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kdirstat/kcleanup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdirstat/kcleanup.cpp b/kdirstat/kcleanup.cpp index 0028aa7..c99f2ca 100644 --- a/kdirstat/kcleanup.cpp +++ b/kdirstat/kcleanup.cpp @@ -12,7 +12,7 @@ #include <tqregexp.h> #include <tdeapplication.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdebug.h> #include <tdemessagebox.h> #include <tdelocale.h> |