diff options
author | Michele Calgaro <[email protected]> | 2024-12-07 17:43:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-07 17:43:53 +0900 |
commit | 94bc67f1df97fa55bfc833146b28e227c8869060 (patch) | |
tree | 5815ca6d8f01bb0c7cddfc759ed1d9674bae9518 | |
parent | 95106d5f7f0a78dcad54b6b42a8318aa0f741723 (diff) | |
download | kplayer-94bc67f1df97fa55bfc833146b28e227c8869060.tar.gz kplayer-94bc67f1df97fa55bfc833146b28e227c8869060.zip |
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kplayer/kplayerprocess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplayer/kplayerprocess.cpp b/kplayer/kplayerprocess.cpp index 89895a4..6651d57 100644 --- a/kplayer/kplayerprocess.cpp +++ b/kplayer/kplayerprocess.cpp @@ -19,7 +19,7 @@ #include <fcntl.h> #include <tdelocale.h> -#include <kprocctrl.h> +#include <tdeprocctrl.h> #include <kstandarddirs.h> #include <tdetempfile.h> #include <tqdir.h> |