diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:46:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:46:45 +0900 |
commit | 767a7dfb9f860a084066cb7a80a537bf505a4fd9 (patch) | |
tree | ac3b3a678b8d6ca345296ab1f61e1d1c274d9d31 /src/replaygainfilelist.cpp | |
parent | 48c5a05897bad6caa242a0d1bc0273e18791cd08 (diff) | |
download | soundkonverter-767a7dfb9f860a084066cb7a80a537bf505a4fd9.tar.gz soundkonverter-767a7dfb9f860a084066cb7a80a537bf505a4fd9.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/replaygainfilelist.cpp')
-rw-r--r-- | src/replaygainfilelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replaygainfilelist.cpp b/src/replaygainfilelist.cpp index 98f072d..aed0e41 100644 --- a/src/replaygainfilelist.cpp +++ b/src/replaygainfilelist.cpp @@ -23,7 +23,7 @@ #include <tdemessagebox.h> #include <kmountpoint.h> #include <kprogress.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kmimetype.h> #include <tdeapplication.h> #include <kuser.h> |