00001 #include "activateprofileGUI.h" 00002 #include "nsdata.h" 00003 00004 class ActivateProfile : public ActivateProfileGUI { 00005 00006 Q_OBJECT 00007 00008 public : 00009 00010 ActivateProfile( const char * interface ); 00011 ~ActivateProfile( void ); 00012 00013 long selectedProfile( void ); 00014 00015 private : 00016 00017 NetworkSettingsData NSD; 00018 QList<NetworkSetup> Possible; 00019 };
1.4.2