diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:07:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 13:07:56 +0900 |
commit | 5c6479b287f1705f83156d3913e4830810f69a8f (patch) | |
tree | 1ee731144bae2d416a97e8b2f293ab443fe6166b /tdefile-plugins/mpeg/tdefile_mpeg.cpp | |
parent | 7f25e8681a8b40645fbd11ac6851eea30448cfe1 (diff) | |
download | tdemultimedia-5c6479b287f1705f83156d3913e4830810f69a8f.tar.gz tdemultimedia-5c6479b287f1705f83156d3913e4830810f69a8f.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdefile-plugins/mpeg/tdefile_mpeg.cpp')
-rw-r--r-- | tdefile-plugins/mpeg/tdefile_mpeg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/mpeg/tdefile_mpeg.cpp b/tdefile-plugins/mpeg/tdefile_mpeg.cpp index f32c1576..8ab2a5cf 100644 --- a/tdefile-plugins/mpeg/tdefile_mpeg.cpp +++ b/tdefile-plugins/mpeg/tdefile_mpeg.cpp @@ -24,7 +24,7 @@ #include <config.h> #include "tdefile_mpeg.h" -#include <kprocess.h> +#include <tdeprocess.h> #include <tdelocale.h> #include <kgenericfactory.h> #include <kstringvalidator.h> |