summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-02 12:46:45 +0900
committerMichele Calgaro <[email protected]>2024-12-02 12:46:45 +0900
commit767a7dfb9f860a084066cb7a80a537bf505a4fd9 (patch)
treeac3b3a678b8d6ca345296ab1f61e1d1c274d9d31
parent48c5a05897bad6caa242a0d1bc0273e18791cd08 (diff)
downloadsoundkonverter-master.tar.gz
soundkonverter-master.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--src/convert.cpp2
-rw-r--r--src/convert.h2
-rw-r--r--src/outputdirectory.h2
-rw-r--r--src/replaygain.cpp2
-rw-r--r--src/replaygainfilelist.cpp2
-rw-r--r--src/soundkonverter.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/convert.cpp b/src/convert.cpp
index 40ef75c..c3e7147 100644
--- a/src/convert.cpp
+++ b/src/convert.cpp
@@ -19,7 +19,7 @@
//#include <kdebug.h>
#include <tdetempfile.h>
#include <tdeio/job.h>
-//#include <kprocess.h>
+//#include <tdeprocess.h>
#include <kstandarddirs.h>
#include <tqfile.h>
diff --git a/src/convert.h b/src/convert.h
index 316fd01..3d6a7d9 100644
--- a/src/convert.h
+++ b/src/convert.h
@@ -8,7 +8,7 @@
#include <tqobject.h>
#include <tqvaluelist.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
class Config;
class TagEngine;
diff --git a/src/outputdirectory.h b/src/outputdirectory.h
index e18597a..236edf8 100644
--- a/src/outputdirectory.h
+++ b/src/outputdirectory.h
@@ -4,7 +4,7 @@
#define OUTPUTDIRECTORY_H
#include <tqwidget.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
class FileListItem;
diff --git a/src/replaygain.cpp b/src/replaygain.cpp
index a72bce0..4a15445 100644
--- a/src/replaygain.cpp
+++ b/src/replaygain.cpp
@@ -6,7 +6,7 @@
#include <tqfile.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdelocale.h>
#include <kurl.h>
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>
diff --git a/src/soundkonverter.cpp b/src/soundkonverter.cpp
index 14f19a3..314a6eb 100644
--- a/src/soundkonverter.cpp
+++ b/src/soundkonverter.cpp
@@ -33,7 +33,7 @@
#include <tdemessagebox.h>
#include <kstddirs.h>
#include <tdeio/job.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <ksystemtray.h>
#include <tqlayout.h>