summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/ppp/PPPDNSedit.h
blob: 43e0067b4cf3f359934ee0c0edc5b251b8c37595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "pppdata.h"
#include "PPPDNSGUI.h"

class PPPDNSEdit  : public PPPDNSGUI {

public :

    PPPDNSEdit( QWidget * parent );
    QString acceptable( void );
    bool commit( PPPData_t & Data );
    void showData( PPPData_t & Data );

public slots :

    void SLOT_AddServer( void );
    void SLOT_RemoveServer( void );

private :

};