summaryrefslogtreecommitdiffstats
path: root/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h')
-rw-r--r--tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h b/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h
index 2f8889d..30aad1d 100644
--- a/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h
+++ b/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h
@@ -79,7 +79,7 @@ class OpenVPNConfig : public VPNConfigWidget
~OpenVPNConfig();
public slots:
- void receiveCipherData(KProcess*, char*, int);
+ void receiveCipherData(TDEProcess*, char*, int);
private:
OpenVPNConfigWidget* _openvpnWidget;