summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kbiff/kbiff.cpp2
-rw-r--r--kbiff/notify.cpp2
-rw-r--r--kbiff/setupdlg.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kbiff/kbiff.cpp b/kbiff/kbiff.cpp
index 2fd2926..869f177 100644
--- a/kbiff/kbiff.cpp
+++ b/kbiff/kbiff.cpp
@@ -17,7 +17,7 @@
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <tdepopupmenu.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <krun.h>
#include <twin.h>
diff --git a/kbiff/notify.cpp b/kbiff/notify.cpp
index 07fa6eb..88df859 100644
--- a/kbiff/notify.cpp
+++ b/kbiff/notify.cpp
@@ -17,7 +17,7 @@
#include <tdeglobal.h>
#include <kiconloader.h>
#include <tdelocale.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <twin.h>
KBiffNotify::KBiffNotify(TQWidget *parent_, const int num_new,
diff --git a/kbiff/setupdlg.cpp b/kbiff/setupdlg.cpp
index 298f742..17c4fa2 100644
--- a/kbiff/setupdlg.cpp
+++ b/kbiff/setupdlg.cpp
@@ -38,7 +38,7 @@
#include <kstddirs.h>
#include <ksimpleconfig.h>
#include <kbiffurl.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <krun.h>
#include <kurllabel.h>
#include <twin.h>