summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/ppp/pppimp.h
blob: 1bc1fade7825ec7613e90c515bfd06df9b22312d (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
#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 = FALSE, WFlags fl = 0);
  void setPeer(const QString &peer);

protected:
  void accept();

private:
  QString peer;
  
};

#endif

// pppconfigureimp.h