summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-02 12:36:26 +0900
committerMichele Calgaro <[email protected]>2024-12-02 12:36:26 +0900
commit94965d0149e1e1388f9c17656cc7c6ea6e434d12 (patch)
tree1394cf631fc452ba5f2f44ef30559dd504eef651
parent8dbd10fb776b0a8aeaf19b7b22dfa874ddc87640 (diff)
downloadkbiff-94965d0149e1e1388f9c17656cc7c6ea6e434d12.tar.gz
kbiff-94965d0149e1e1388f9c17656cc7c6ea6e434d12.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
-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>