summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/gprs/GPRSedit.h
blob: 35e8ee60280a8a62487103560e2c7d019003dfd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "GPRSdata.h"
#include "GPRSGUI.h"

class GPRSEdit  : public GPRSGUI {

public :

    GPRSEdit( QWidget * parent );
    QString acceptable( void );
    bool commit( GPRSData & Data );
    void showData( GPRSData & Data );

public slots :

    void SLOT_AddRoute();
    void SLOT_DeleteRoute();

private :

};