summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/ppp/PPPDNSedit.h
blob: 1ca8c21a706a270e53b0604faedf5ebe02179b9d (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 & Data );
    void showData( PPPData & Data );

public slots :

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

private :

};