summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/vpn/vpnedit.h
blob: 76480cd59bcbf74cc535c1c3f863df93ad805867 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 );
};