diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:46:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:46:37 +0900 |
commit | 4511685ee8a3caaf3220ffade5218c2e37fe91b1 (patch) | |
tree | 28f488630ec46282d713db6b2da068f08b50c7f5 /src/sound | |
parent | 439182b72407f6b11079eb2a0ce1a091d0f17b2e (diff) | |
download | rosegarden-4511685ee8a3caaf3220ffade5218c2e37fe91b1.tar.gz rosegarden-4511685ee8a3caaf3220ffade5218c2e37fe91b1.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/sound')
-rw-r--r-- | src/sound/AudioFileManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/AudioFileManager.cpp b/src/sound/AudioFileManager.cpp index 2abb3f8..7d4941c 100644 --- a/src/sound/AudioFileManager.cpp +++ b/src/sound/AudioFileManager.cpp @@ -29,7 +29,7 @@ #include <sstream> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeio/netaccess.h> #include <tdemessagebox.h> |