summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/activateprofile.h
authorwimpie <wimpie>2004-04-03 21:46:43 (UTC)
committer wimpie <wimpie>2004-04-03 21:46:43 (UTC)
commite7f2c080698c5a053e17e9614c25a32c8f842dc6 (patch) (unidiff)
treee5d187709b6a64c380e215872b202677b5adcd76 /noncore/settings/networksettings2/activateprofile.h
parentfc6fce8cd45068f371b66b1b6d4fa0bcee3d8810 (diff)
downloadopie-e7f2c080698c5a053e17e9614c25a32c8f842dc6.zip
opie-e7f2c080698c5a053e17e9614c25a32c8f842dc6.tar.gz
opie-e7f2c080698c5a053e17e9614c25a32c8f842dc6.tar.bz2
*** empty log message ***
Diffstat (limited to 'noncore/settings/networksettings2/activateprofile.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/activateprofile.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/activateprofile.h b/noncore/settings/networksettings2/activateprofile.h
new file mode 100644
index 0000000..dedeb51
--- a/dev/null
+++ b/noncore/settings/networksettings2/activateprofile.h
@@ -0,0 +1,19 @@
1#include "activateprofileGUI.h"
2#include "nsdata.h"
3
4class ActivateProfile : public ActivateProfileGUI {
5
6 Q_OBJECT
7
8public :
9
10 ActivateProfile( const char * interface );
11 ~ActivateProfile( void );
12
13 long selectedProfile( void );
14
15private :
16
17 NetworkSettingsData NSD;
18 QList<NodeCollection> Possible;
19};