summaryrefslogtreecommitdiffstats
path: root/tdeioslave
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:07:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:07:56 +0900
commit5c6479b287f1705f83156d3913e4830810f69a8f (patch)
tree1ee731144bae2d416a97e8b2f293ab443fe6166b /tdeioslave
parent7f25e8681a8b40645fbd11ac6851eea30448cfe1 (diff)
downloadtdemultimedia-master.tar.gz
tdemultimedia-master.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave')
-rw-r--r--tdeioslave/audiocd/plugins/lame/collectingprocess.h2
-rw-r--r--tdeioslave/audiocd/plugins/lame/encoderlame.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/audiocd/plugins/lame/collectingprocess.h b/tdeioslave/audiocd/plugins/lame/collectingprocess.h
index 963a59d3..d23e43ab 100644
--- a/tdeioslave/audiocd/plugins/lame/collectingprocess.h
+++ b/tdeioslave/audiocd/plugins/lame/collectingprocess.h
@@ -33,7 +33,7 @@
#ifndef __COLLECTINGPROCESS_H__
#define __COLLECTINGPROCESS_H__
-#include <kprocess.h>
+#include <tdeprocess.h>
/**
* @short An output collecting TDEProcess class.
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>