summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/ppp/PPPAuthedit.h
blob: cbd540ee831ab2ac39aae3a52ce4c9b03d69b2cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "pppdata.h"
#include "PPPAuthGUI.h"

class PPPAuthEdit  : public PPPAuthGUI {

public :

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

private :

};