summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/vpn/vpnedit.h
blob: 156bcc51945f4a0fbaf839065bf66d6dcb998d78 (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 & Data );
    void showData( VPNData & Data );
};