summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools')
-rw-r--r--buildtools/autotools/addexistingdirectoriesdlg.cpp2
-rw-r--r--buildtools/autotools/addexistingfilesdlg.cpp2
-rw-r--r--buildtools/autotools/addicondlg.cpp2
-rw-r--r--buildtools/autotools/autoprojectpart.cpp2
-rw-r--r--buildtools/autotools/autosubprojectview.cpp2
-rw-r--r--buildtools/autotools/choosetargetdialog.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/buildtools/autotools/addexistingdirectoriesdlg.cpp b/buildtools/autotools/addexistingdirectoriesdlg.cpp
index b98b0edb..72aff0a7 100644
--- a/buildtools/autotools/addexistingdirectoriesdlg.cpp
+++ b/buildtools/autotools/addexistingdirectoriesdlg.cpp
@@ -20,7 +20,7 @@
#include <kprogress.h>
#include <tdelocale.h>
#include <tdeio/netaccess.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include "autolistviewitems.h"
#include "autosubprojectview.h"
diff --git a/buildtools/autotools/addexistingfilesdlg.cpp b/buildtools/autotools/addexistingfilesdlg.cpp
index ade9121d..3a3962ca 100644
--- a/buildtools/autotools/addexistingfilesdlg.cpp
+++ b/buildtools/autotools/addexistingfilesdlg.cpp
@@ -30,7 +30,7 @@
#include <tdefileview.h>
#include <kguiitem.h>
#include <kprogress.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kurldrag.h>
#include <tdemessagebox.h>
#include <kmimetype.h>
diff --git a/buildtools/autotools/addicondlg.cpp b/buildtools/autotools/addicondlg.cpp
index 1a32de18..f6fa8069 100644
--- a/buildtools/autotools/addicondlg.cpp
+++ b/buildtools/autotools/addicondlg.cpp
@@ -16,7 +16,7 @@
#include <klineedit.h>
#include <kdebug.h>
#include <tdelocale.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kstandarddirs.h>
#include <kicontheme.h>
#include <tdeversion.h> // fix me!
diff --git a/buildtools/autotools/autoprojectpart.cpp b/buildtools/autotools/autoprojectpart.cpp
index 8646fc8c..6793afaf 100644
--- a/buildtools/autotools/autoprojectpart.cpp
+++ b/buildtools/autotools/autoprojectpart.cpp
@@ -42,7 +42,7 @@
#include <tdemessagebox.h>
#include <tdeparts/part.h>
#include <tdeversion.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <domutil.h>
#include <kdevcore.h>
diff --git a/buildtools/autotools/autosubprojectview.cpp b/buildtools/autotools/autosubprojectview.cpp
index 439a79fd..2fa7515f 100644
--- a/buildtools/autotools/autosubprojectview.cpp
+++ b/buildtools/autotools/autosubprojectview.cpp
@@ -28,7 +28,7 @@
#include <tdepopupmenu.h>
#include <tdemessagebox.h>
#include <tdeapplication.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <ksqueezedtextlabel.h>
#include <kdialogbase.h>
#include <tdelistview.h>
diff --git a/buildtools/autotools/choosetargetdialog.cpp b/buildtools/autotools/choosetargetdialog.cpp
index 1bb58e15..112a3668 100644
--- a/buildtools/autotools/choosetargetdialog.cpp
+++ b/buildtools/autotools/choosetargetdialog.cpp
@@ -31,7 +31,7 @@
#include <kdebug.h>
#include <tdelistview.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <ksqueezedtextlabel.h>
#include <kurl.h>