diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 12:52:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 12:52:44 +0900 |
commit | 9fb0b06d8728e52c8f3bf59913f2721aa7856dc0 (patch) | |
tree | 5a3379ca8dc48b0e0d3d57b054485ba8a22b897e | |
parent | 8198c9cba24e5b20b21d0966c387e3da08ab938e (diff) | |
download | tdenetworkmanager-9fb0b06d8728e52c8f3bf59913f2721aa7856dc0.tar.gz tdenetworkmanager-9fb0b06d8728e52c8f3bf59913f2721aa7856dc0.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <[email protected]>
7 files changed, 7 insertions, 7 deletions
diff --git a/tdenetworkmanager/src/tdenetman-menu_subhead.cpp b/tdenetworkmanager/src/tdenetman-menu_subhead.cpp index c40bb4d..689a783 100644 --- a/tdenetworkmanager/src/tdenetman-menu_subhead.cpp +++ b/tdenetworkmanager/src/tdenetman-menu_subhead.cpp @@ -43,7 +43,7 @@ class WirelessDialog; #include <tdelocale.h> #include <kstdguiitem.h> #include <khelpmenu.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kiconloader.h> #include <tdeconfig.h> #include <tdemessagebox.h> diff --git a/tdenetworkmanager/src/tdenetman-menuitem.cpp b/tdenetworkmanager/src/tdenetman-menuitem.cpp index fa71a54..498c9ff 100644 --- a/tdenetworkmanager/src/tdenetman-menuitem.cpp +++ b/tdenetworkmanager/src/tdenetman-menuitem.cpp @@ -44,7 +44,7 @@ #include <tdelocale.h> #include <kstdguiitem.h> #include <khelpmenu.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kiconloader.h> #include <tdeconfig.h> #include <tdemessagebox.h> diff --git a/tdenetworkmanager/src/tdenetman-tray.cpp b/tdenetworkmanager/src/tdenetman-tray.cpp index f8b0957..5014f6d 100644 --- a/tdenetworkmanager/src/tdenetman-tray.cpp +++ b/tdenetworkmanager/src/tdenetman-tray.cpp @@ -46,7 +46,7 @@ #include <tdelocale.h> #include <kstdguiitem.h> #include <khelpmenu.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kiconloader.h> #include <tdeconfig.h> #include <tdemessagebox.h> diff --git a/tdenetworkmanager/src/tdenetman-vpnauthenticationdialog.h b/tdenetworkmanager/src/tdenetman-vpnauthenticationdialog.h index 8126769..7e0545c 100644 --- a/tdenetworkmanager/src/tdenetman-vpnauthenticationdialog.h +++ b/tdenetworkmanager/src/tdenetman-vpnauthenticationdialog.h @@ -27,7 +27,7 @@ #include <tqdir.h> #include <tqobject.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeconfig.h> #include <tdehardwaredevices.h> diff --git a/tdenetworkmanager/src/tdenetman-vpnservice.cpp b/tdenetworkmanager/src/tdenetman-vpnservice.cpp index 05f5cdf..668749d 100644 --- a/tdenetworkmanager/src/tdenetman-vpnservice.cpp +++ b/tdenetworkmanager/src/tdenetman-vpnservice.cpp @@ -32,7 +32,7 @@ #include <tdelocale.h> #include <kdebug.h> #include <kstddirs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeconfig.h> #include <kplugininfo.h> diff --git a/tdenetworkmanager/src/tdenetman-wireless_menuitem.cpp b/tdenetworkmanager/src/tdenetman-wireless_menuitem.cpp index 5d473a9..5108f5b 100644 --- a/tdenetworkmanager/src/tdenetman-wireless_menuitem.cpp +++ b/tdenetworkmanager/src/tdenetman-wireless_menuitem.cpp @@ -43,7 +43,7 @@ #include <tdelocale.h> #include <kstdguiitem.h> #include <khelpmenu.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kiconloader.h> #include <tdeconfig.h> #include <tdemessagebox.h> diff --git a/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h b/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h index e69fbbb..c4b6fa3 100644 --- a/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h +++ b/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h @@ -29,7 +29,7 @@ #include <tqstring.h> #include <tqwidget.h> #include <tqlayout.h> -#include <kprocess.h> +#include <tdeprocess.h> #include "tdenetman-vpnplugin.h" #include "openvpnprop.h" |