00001 #ifndef INTERFACEINFORMATIONPPP_H 00002 #define INTERFACEINFORMATIONPPP_H 00003 00004 #include "interfaceinformationimp.h" 00005 00006 00007 class QWidget; 00008 class Interface; 00009 class ConnectWidget; 00010 class ConnectWindow; 00011 00012 class InterfaceInformationPPP : public InterfaceInformationImp { 00013 00014 Q_OBJECT 00015 00016 public: 00017 00018 InterfaceInformationPPP(QWidget *parent=0, const char *name=0, Interface *i=0, WFlags f=0); 00019 ~InterfaceInformationPPP(){}; 00020 00021 private: 00022 ConnectWidget *con; 00023 ConnectWindow *con_win; 00024 00025 }; 00026 00027 #endif 00028 00029 // addserviceimp.h 00030
1.4.2