summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/pppimp.h
blob: a94139e12165f867a51b52a6404f40e9a42141f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef PPPIMP_H
#define PPPIMP_H

#include "ppp.h"

class PPPConfigureImp : public PPP {

Q_OBJECT
	
public:
  PPPConfigureImp(QWidget* parent = 0, const char* name = 0, bool modal = true, WFlags fl = 0);
  void setPeer(const QString &peer);

protected:
  void accept();

protected slots:
    void queryModem();
private:
  QString peer;
  
};

#endif

// pppconfigureimp.h