summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/vpn/vpnedit.h
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/vpn/vpnedit.h') (more/less context) (show 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 @@
1#include "vpndata.h"
2#include "vpnGUI.h"
3
4class VPNEdit : public VPNGUI {
5
6public :
7
8 VPNEdit( QWidget * parent );
9 QString acceptable( void );
10 bool commit( VPNData_t & Data );
11 void showData( VPNData_t & Data );
12};