summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kcron/ctcron.cpp2
-rw-r--r--kdat/BackupDlg.cpp2
-rw-r--r--kdat/VerifyDlg.cpp2
-rw-r--r--kpackage/CHANGES2
-rw-r--r--kpackage/debInterface.h2
-rw-r--r--kpackage/kissInterface.h2
-rw-r--r--kpackage/procbuf.cpp2
-rw-r--r--kpackage/procbuf.h2
-rw-r--r--kpackage/slackInterface.h2
-rw-r--r--ksysv/OldView.cpp2
-rw-r--r--kuser/kuser.cpp2
-rw-r--r--tdefile-plugins/deb/tdefile_deb.cpp2
12 files changed, 12 insertions, 12 deletions
diff --git a/kcron/ctcron.cpp b/kcron/ctcron.cpp
index 6dbbad5..488cc45 100644
--- a/kcron/ctcron.cpp
+++ b/kcron/ctcron.cpp
@@ -24,7 +24,7 @@
#include <tqfile.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdelocale.h>
#include <tdetempfile.h>
diff --git a/kdat/BackupDlg.cpp b/kdat/BackupDlg.cpp
index 752c643..09358e6 100644
--- a/kdat/BackupDlg.cpp
+++ b/kdat/BackupDlg.cpp
@@ -32,7 +32,7 @@
#include <kstdguiitem.h>
#include <tdeapplication.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdemessagebox.h>
#include <kpushbutton.h>
#include <kstdguiitem.h>
diff --git a/kdat/VerifyDlg.cpp b/kdat/VerifyDlg.cpp
index 72a2505..7d40493 100644
--- a/kdat/VerifyDlg.cpp
+++ b/kdat/VerifyDlg.cpp
@@ -29,7 +29,7 @@
#include <tqfile.h>
#include <tdeapplication.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdelocale.h>
#include <kdebug.h>
#include <kpushbutton.h>
diff --git a/kpackage/CHANGES b/kpackage/CHANGES
index fd476ab..b3d2d30 100644
--- a/kpackage/CHANGES
+++ b/kpackage/CHANGES
@@ -254,7 +254,7 @@ Add find function for searching for installed packages
Use ktreeview widget
Change rpm errors from STDERR to error popups
Different color tree icons for deb and rpm
-Fix to work with newer kprocess
+Fix to work with newer tdeprocess
Fix fd leak
Fix some memory leaks
diff --git a/kpackage/debInterface.h b/kpackage/debInterface.h
index a2b0152..155c069 100644
--- a/kpackage/debInterface.h
+++ b/kpackage/debInterface.h
@@ -37,7 +37,7 @@
#include <tqtextstream.h>
#include <tqstringlist.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include "pkgInterface.h"
diff --git a/kpackage/kissInterface.h b/kpackage/kissInterface.h
index aa44401..ca0d9dd 100644
--- a/kpackage/kissInterface.h
+++ b/kpackage/kissInterface.h
@@ -31,7 +31,7 @@
#include <tqptrlist.h>
#include <tqstringlist.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include "procbuf.h"
#include "pkgInterface.h"
diff --git a/kpackage/procbuf.cpp b/kpackage/procbuf.cpp
index 73372fa..fab5fe7 100644
--- a/kpackage/procbuf.cpp
+++ b/kpackage/procbuf.cpp
@@ -26,7 +26,7 @@
#include "../config.h"
#include "procbuf.h"
-#include <kprocess.h>
+#include <tdeprocess.h>
#include "kpackage.h"
#include <tdelocale.h>
#include <tqlabel.h>
diff --git a/kpackage/procbuf.h b/kpackage/procbuf.h
index 7ba2a6e..9ca0eeb 100644
--- a/kpackage/procbuf.h
+++ b/kpackage/procbuf.h
@@ -27,7 +27,7 @@
#include "../config.h"
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kdialog.h>
#include <tqobject.h>
#include <tqtimer.h>
diff --git a/kpackage/slackInterface.h b/kpackage/slackInterface.h
index bfb2c33..80a0df1 100644
--- a/kpackage/slackInterface.h
+++ b/kpackage/slackInterface.h
@@ -30,7 +30,7 @@
#include "../config.h"
#include <tqptrlist.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include "pkgInterface.h"
diff --git a/ksysv/OldView.cpp b/ksysv/OldView.cpp
index 5825f6f..65c4002 100644
--- a/ksysv/OldView.cpp
+++ b/ksysv/OldView.cpp
@@ -44,7 +44,7 @@
#include <tdeapplication.h>
#include <kdebug.h>
#include <kiconloader.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kstandarddirs.h>
#include <kcursor.h>
#include <tdepopupmenu.h>
diff --git a/kuser/kuser.cpp b/kuser/kuser.cpp
index ffe24f1..feebcb2 100644
--- a/kuser/kuser.cpp
+++ b/kuser/kuser.cpp
@@ -39,7 +39,7 @@
#include "misc.h"
#include <kstandarddirs.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kdebug.h>
#include <tdeio/netaccess.h>
#include <kurl.h>
diff --git a/tdefile-plugins/deb/tdefile_deb.cpp b/tdefile-plugins/deb/tdefile_deb.cpp
index 0b868d6..959bdb2 100644
--- a/tdefile-plugins/deb/tdefile_deb.cpp
+++ b/tdefile-plugins/deb/tdefile_deb.cpp
@@ -19,7 +19,7 @@
#include <config.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdelocale.h>
#include <kgenericfactory.h>
#include <kstringvalidator.h>