diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 12:46:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 12:46:28 +0900 |
commit | 95106d5f7f0a78dcad54b6b42a8318aa0f741723 (patch) | |
tree | 68644ff3dc872c0ae9decc2a9b5460a20e106627 | |
parent | 2fcfe4ec172b8d7f5dc4b263fa7f1603f80b39f0 (diff) | |
download | kplayer-95106d5f7f0a78dcad54b6b42a8318aa0f741723.tar.gz kplayer-95106d5f7f0a78dcad54b6b42a8318aa0f741723.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kplayer/kplayerprocess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplayer/kplayerprocess.h b/kplayer/kplayerprocess.h index ab3bcc2..021540f 100644 --- a/kplayer/kplayerprocess.h +++ b/kplayer/kplayerprocess.h @@ -18,7 +18,7 @@ #include <tdeio/jobclasses.h> #include <tdeio/job.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kurl.h> #include <tqfile.h> #include <tqobject.h> |