summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:47:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:47:20 +0900
commit9e0312bcbbf422f2301033e99abfe2e045ffece7 (patch)
treefa6d47f316b1d14c4d29fc6f9edd17a042655af3
parent1a2f1960287d0631023f582e1f634e62108ec516 (diff)
downloadkpilot-9e0312bcbbf422f2301033e99abfe2e045ffece7.tar.gz
kpilot-9e0312bcbbf422f2301033e99abfe2e045ffece7.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kpilot/conduitConfigDialog.cpp2
-rw-r--r--kpilot/pilotDaemon.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/conduitConfigDialog.cpp b/kpilot/conduitConfigDialog.cpp
index a55f6b4..a3bdece 100644
--- a/kpilot/conduitConfigDialog.cpp
+++ b/kpilot/conduitConfigDialog.cpp
@@ -46,7 +46,7 @@
#include <kservice.h>
#include <kservicetype.h>
#include <kuserprofile.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdemessagebox.h>
#include <tdeglobal.h>
#include <kstandarddirs.h>
diff --git a/kpilot/pilotDaemon.cpp b/kpilot/pilotDaemon.cpp
index f596c00..dfb6e8b 100644
--- a/kpilot/pilotDaemon.cpp
+++ b/kpilot/pilotDaemon.cpp
@@ -45,7 +45,7 @@
#include <tdepopupmenu.h>
#include <kiconloader.h>
#include <kdebug.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <dcopclient.h>
#include <kurldrag.h>
#include <kservice.h>