diff options
author | Timothy Pearson <[email protected]> | 2012-09-10 15:14:13 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-09-10 15:14:13 -0500 |
commit | 2027fb3d61d6d825b0f824a4f76e745ff3bb82b8 (patch) | |
tree | c451095f5326dc7777f0e6dff89d18e79741aa69 /tdenetworkmanager/src/vpn_tray_component.h | |
parent | 441c9f0207681f071e353357511255bc16b4ded0 (diff) | |
download | tdenetworkmanager-2027fb3d61d6d825b0f824a4f76e745ff3bb82b8.tar.gz tdenetworkmanager-2027fb3d61d6d825b0f824a4f76e745ff3bb82b8.zip |
Reactivate VPNC plugin
Diffstat (limited to 'tdenetworkmanager/src/vpn_tray_component.h')
-rw-r--r-- | tdenetworkmanager/src/vpn_tray_component.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tdenetworkmanager/src/vpn_tray_component.h b/tdenetworkmanager/src/vpn_tray_component.h index 11107c4..3f1af35 100644 --- a/tdenetworkmanager/src/vpn_tray_component.h +++ b/tdenetworkmanager/src/vpn_tray_component.h @@ -25,6 +25,10 @@ #ifndef VPN_TRAY_COMPONENT_H #define VPN_TRAY_COMPONENT_H +// TDE includes +#include <tdehardwaredevices.h> +#include <tdenetworkconnections.h> + // TDENM includes #include "traycomponent.h" |