summaryrefslogtreecommitdiffstats
path: root/twin
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-02 13:06:56 +0900
committerMichele Calgaro <[email protected]>2024-12-02 13:06:56 +0900
commit6671b1a5d0141c7c2f07c7bc4b33977538754d94 (patch)
tree9e0dfad4f41042cd4ad6f93a40bc9bcc855811a9 /twin
parentba9bc8176e53afe3dcb1f238486b9d9696c149f3 (diff)
downloadtdebase-6671b1a5d0141c7c2f07c7bc4b33977538754d94.tar.gz
tdebase-6671b1a5d0141c7c2f07c7bc4b33977538754d94.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'twin')
-rw-r--r--twin/client.cpp2
-rw-r--r--twin/kcmtwin/twindecoration/twindecoration.cpp2
-rw-r--r--twin/kcmtwin/twinoptions/windows.cpp2
-rw-r--r--twin/killer/killer.cpp2
-rw-r--r--twin/resumer/resumer.cpp2
-rw-r--r--twin/workspace.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/twin/client.cpp b/twin/client.cpp
index b8f00746e..687ee9890 100644
--- a/twin/client.cpp
+++ b/twin/client.cpp
@@ -18,7 +18,7 @@ License. See the file "COPYING" for the exact licensing terms.
#include <tqdatetime.h>
#include <tqimage.h>
#include <tqfile.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <unistd.h>
#include <kstandarddirs.h>
#include <tqwhatsthis.h>
diff --git a/twin/kcmtwin/twindecoration/twindecoration.cpp b/twin/kcmtwin/twindecoration/twindecoration.cpp
index 265fe2a1c..3050bdf36 100644
--- a/twin/kcmtwin/twindecoration/twindecoration.cpp
+++ b/twin/kcmtwin/twindecoration/twindecoration.cpp
@@ -54,7 +54,7 @@
#include <kdialog.h>
#include <kgenericfactory.h>
#include <tdeaboutdata.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <dcopclient.h>
#include "twindecoration.h"
diff --git a/twin/kcmtwin/twinoptions/windows.cpp b/twin/kcmtwin/twinoptions/windows.cpp
index 9d8e8d617..e88601507 100644
--- a/twin/kcmtwin/twinoptions/windows.cpp
+++ b/twin/kcmtwin/twinoptions/windows.cpp
@@ -45,7 +45,7 @@
#include <kdialog.h>
#include <dcopclient.h>
#include <tdeglobal.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqtabwidget.h>
#include <X11/X.h>
diff --git a/twin/killer/killer.cpp b/twin/killer/killer.cpp
index bf763e7c1..6cbd6baa0 100644
--- a/twin/killer/killer.cpp
+++ b/twin/killer/killer.cpp
@@ -25,7 +25,7 @@ DEALINGS IN THE SOFTWARE.
#include <tdecmdlineargs.h>
#include <tdeapplication.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdelocale.h>
#include <unistd.h>
#include <twin.h>
diff --git a/twin/resumer/resumer.cpp b/twin/resumer/resumer.cpp
index 3c915b8c8..91db4e341 100644
--- a/twin/resumer/resumer.cpp
+++ b/twin/resumer/resumer.cpp
@@ -25,7 +25,7 @@ DEALINGS IN THE SOFTWARE.
#include <tdecmdlineargs.h>
#include <tdeapplication.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdelocale.h>
#include <unistd.h>
#include <twin.h>
diff --git a/twin/workspace.cpp b/twin/workspace.cpp
index 23661e6a0..b710b6579 100644
--- a/twin/workspace.cpp
+++ b/twin/workspace.cpp
@@ -23,7 +23,7 @@ License. See the file "COPYING" for the exact licensing terms.
#include <tqbitmap.h>
#include <tqclipboard.h>
#include <tdemenubar.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kglobalaccel.h>
#include <dcopclient.h>
#include <kipc.h>