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

class PPPAuthEdit  : public PPPAuthGUI {

public :

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


private :

};