summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/vpn/vpnedit.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/vpn/vpnedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/vpn/vpnedit.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/vpn/vpnedit.h b/noncore/settings/networksettings2/vpn/vpnedit.h
new file mode 100644
index 0000000..76480cd
--- a/dev/null
+++ b/noncore/settings/networksettings2/vpn/vpnedit.h
@@ -0,0 +1,12 @@
+#include "vpndata.h"
+#include "vpnGUI.h"
+
+class VPNEdit : public VPNGUI {
+
+public :
+
+ VPNEdit( QWidget * parent );
+ QString acceptable( void );
+ bool commit( VPNData_t & Data );
+ void showData( VPNData_t & Data );
+};