summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/activateprofile.h
blob: dedeb514c360813d04ea0d9fde62f9e1ce1bb5a6 (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<NodeCollection> Possible;
};