diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:53:01 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:53:01 +0900 |
| commit | c92688e7f7cb210db167b9c25eb4323a9cda8ec4 (patch) | |
| tree | a97b71e60bf57aefded2af165255fe8b2f72cb6b /src | |
| parent | 76c47920dbf59521c185d6dcb2c0a0d3a94f0758 (diff) | |
| download | dolphin-c92688e7f7cb210db167b9c25eb4323a9cda8ec4.tar.gz dolphin-c92688e7f7cb210db167b9c25eb4323a9cda8ec4.zip | |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphin.cpp b/src/dolphin.cpp index 819f59d..f3ebab9 100644 --- a/src/dolphin.cpp +++ b/src/dolphin.cpp @@ -50,7 +50,7 @@ #include <tdemessagebox.h> #include <kservice.h> #include <kstandarddirs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <krun.h> #include <tqclipboard.h> |
