summaryrefslogtreecommitdiffstats
path: root/src/gui/studio/AudioPluginOSCGUI.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:46:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:46:37 +0900
commit4511685ee8a3caaf3220ffade5218c2e37fe91b1 (patch)
tree28f488630ec46282d713db6b2da068f08b50c7f5 /src/gui/studio/AudioPluginOSCGUI.cpp
parent439182b72407f6b11079eb2a0ce1a091d0f17b2e (diff)
downloadrosegarden-4511685ee8a3caaf3220ffade5218c2e37fe91b1.tar.gz
rosegarden-4511685ee8a3caaf3220ffade5218c2e37fe91b1.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/gui/studio/AudioPluginOSCGUI.cpp')
-rw-r--r--src/gui/studio/AudioPluginOSCGUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/studio/AudioPluginOSCGUI.cpp b/src/gui/studio/AudioPluginOSCGUI.cpp
index f21d3d8..284b791 100644
--- a/src/gui/studio/AudioPluginOSCGUI.cpp
+++ b/src/gui/studio/AudioPluginOSCGUI.cpp
@@ -29,7 +29,7 @@
#include "base/AudioPluginInstance.h"
#include "base/Exception.h"
#include "sound/PluginIdentifier.h"
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqdir.h>
#include <tqfileinfo.h>
#include <tqstring.h>