summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/interfaceinformationppp.h
blob: 8c6fc0b67dd2df0245e78e5e604e11e55ac33122 (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 INTERFACEINFORMATIONPPP_H 
#define INTERFACEINFORMATIONPPP_H

#include "interfaceinformationimp.h"
//#include "interface.h"

class QWidget;
class Interface;

class InterfaceInformationPPP : public InterfaceInformationImp { 

Q_OBJECT
	
public:

  InterfaceInformationPPP(QWidget *parent=0, const char *name=0, Interface *i=0, WFlags f=0);
  ~InterfaceInformationPPP(){};
  
  
};

#endif

// addserviceimp.h