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

class PPPRunEdit  : public PPPRunGUI {

public :

    PPPRunEdit( QWidget * parent );

    QString acceptable( void );
    bool commit( PPPData & Data );
    void showData( PPPData & Data );

private :

};