summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-02 13:08:06 +0900
committerMichele Calgaro <[email protected]>2024-12-02 13:08:06 +0900
commit9a9de18eb7ccd5afe5d01c17576a42e7aca6b321 (patch)
tree4db04a553120a11f0cee3d96d15518b869f977da /wifi
parent82186365e83cdd422c84d3c5abb89d9fed923846 (diff)
downloadtdenetwork-master.tar.gz
tdenetwork-master.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'wifi')
-rw-r--r--wifi/kwifimanager.cpp2
-rw-r--r--wifi/networkscanning.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/wifi/kwifimanager.cpp b/wifi/kwifimanager.cpp
index 830b2738..de4f7ee4 100644
--- a/wifi/kwifimanager.cpp
+++ b/wifi/kwifimanager.cpp
@@ -42,7 +42,7 @@
#include <kstdguiitem.h>
#include <tdemessagebox.h>
#include <ksystemtray.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <dcopclient.h>
#include <dcopref.h>
#include <kdialog.h>
diff --git a/wifi/networkscanning.cpp b/wifi/networkscanning.cpp
index 7503aa28..02f18586 100644
--- a/wifi/networkscanning.cpp
+++ b/wifi/networkscanning.cpp
@@ -25,7 +25,7 @@
#include <kdebug.h>
#include <tdelocale.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdemessagebox.h>
#include <tdetempfile.h>