diff options
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" |