diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:07:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:07:56 +0900 |
commit | 5c6479b287f1705f83156d3913e4830810f69a8f (patch) | |
tree | 1ee731144bae2d416a97e8b2f293ab443fe6166b /tdeioslave/audiocd/plugins/lame/encoderlame.cpp | |
parent | 7f25e8681a8b40645fbd11ac6851eea30448cfe1 (diff) | |
download | tdemultimedia-5c6479b287f1705f83156d3913e4830810f69a8f.tar.gz tdemultimedia-5c6479b287f1705f83156d3913e4830810f69a8f.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/audiocd/plugins/lame/encoderlame.cpp')
-rw-r--r-- | tdeioslave/audiocd/plugins/lame/encoderlame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/audiocd/plugins/lame/encoderlame.cpp b/tdeioslave/audiocd/plugins/lame/encoderlame.cpp index 76a19122..8f5888be 100644 --- a/tdeioslave/audiocd/plugins/lame/encoderlame.cpp +++ b/tdeioslave/audiocd/plugins/lame/encoderlame.cpp @@ -24,7 +24,7 @@ #include <kdebug.h> #include <tqgroupbox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdebug.h> #include <tdeglobal.h> |