summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/interfaceinformationppp.h
blob: 68b58ea1f18d879fcc806b90fa4218c3e9c4347d (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
28
29
30
#ifndef INTERFACEINFORMATIONPPP_H 
#define INTERFACEINFORMATIONPPP_H

#include "interfaceinformationimp.h"


class QWidget;
class Interface;
class ConnectWidget;
class ConnectWindow;

class InterfaceInformationPPP : public InterfaceInformationImp { 

Q_OBJECT
	
public:

  InterfaceInformationPPP(QWidget *parent=0, const char *name=0, Interface *i=0, WFlags f=0);
  ~InterfaceInformationPPP(){};
  
 private:
  ConnectWidget *con;
  ConnectWindow *con_win;
  
};

#endif

// addserviceimp.h