Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

interfaceinformationppp.h

Go to the documentation of this file.
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 

Generated on Sat Nov 5 16:17:50 2005 for OPIE by  doxygen 1.4.2