summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/activateprofile.h
blob: 385c66597da4d2c0da6801dc95a54f669ad544a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "activateprofileGUI.h"
#include "nsdata.h"

class ActivateProfile : public ActivateProfileGUI {

      Q_OBJECT

public :

      ActivateProfile( const char * interface );
      ~ActivateProfile( void );

      long selectedProfile( void );

private :

      NetworkSettingsData NSD;
      QList<NetworkSetup> Possible;
};