From b8d6cf8848e68ab1089d7b94281fa205a13c766f Mon Sep 17 00:00:00 2001 From: benmeyer Date: Mon, 04 Nov 2002 16:50:27 +0000 Subject: Removed the Config class. Now parses wireless.opts file directly --- (limited to 'noncore/settings/networksettings/wlan/wlanimp.h') diff --git a/noncore/settings/networksettings/wlan/wlanimp.h b/noncore/settings/networksettings/wlan/wlanimp.h index faa1674..f88e550 100644 --- a/noncore/settings/networksettings/wlan/wlanimp.h +++ b/noncore/settings/networksettings/wlan/wlanimp.h @@ -2,6 +2,7 @@ #define WLANIMP_H #include "wlan.h" +#include class InterfaceSetupImp; class Interface; @@ -12,20 +13,18 @@ class WLANImp : public WLAN { public: WLANImp( QWidget* parent = 0, const char* name = 0, Interface *i=0, bool modal = FALSE, WFlags fl = 0 ); - ~WLANImp( ); void setProfile(QString &profile); protected: void accept(); private: - void readConfig(); - bool writeConfig(); - bool writeWirelessOpts( QString scheme = "*" ); - bool writeWlanngOpts( QString scheme = "*" ); - Config* config; + void parseSettingFile(); + void changeAndSaveSettingFile(); + InterfaceSetupImp *interfaceSetup; - + QStringList settingsFileText; + QString currentProfile; }; #endif -- cgit v0.9.0.2