diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 12:53:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 12:53:01 +0900 |
commit | c92688e7f7cb210db167b9c25eb4323a9cda8ec4 (patch) | |
tree | a97b71e60bf57aefded2af165255fe8b2f72cb6b /src/dolphin.cpp | |
parent | 76c47920dbf59521c185d6dcb2c0a0d3a94f0758 (diff) | |
download | dolphin-master.tar.gz dolphin-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/dolphin.cpp')
-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> |