summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/ppp/PPPAuthedit.h
blob: 2392569fca0d95ee61468cc526f2dd3f5bf4fce8 (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_t & Data );
    void showData( PPPData_t & Data );
    bool PAP_Checked( void );


private :

};