summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan/wlanimp.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/wlan/wlanimp.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings/wlan/wlanimp.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/wlan/wlanimp.h b/noncore/settings/networksettings/wlan/wlanimp.h
new file mode 100644
index 0000000..8e355ce
--- a/dev/null
+++ b/noncore/settings/networksettings/wlan/wlanimp.h
@@ -0,0 +1,27 @@
+#ifndef WLANIMP_H
+#define WLANIMP_H
+
+#include "wlan.h"
+
+class Config;
+
+class WLANImp : public WLAN {
+ Q_OBJECT
+
+public:
+ WLANImp( Config& cfg, QWidget* parent = 0, const char* name = 0);
+
+protected:
+ void accept();
+ void done ( int r );
+
+private:
+ void readConfig();
+ bool writeConfig();
+ bool writeWirelessOpts( Config &cfg, QString scheme = "*" );
+ bool writeWlanngOpts( Config &cfg, QString scheme = "*" );
+ Config& config;
+};
+
+#endif
+