From 7019c0b5e0fcdd02fe6832673b7e34c8804b9c2d Mon Sep 17 00:00:00 2001 From: benmeyer Date: Tue, 01 Oct 2002 21:22:58 +0000 Subject: initial working wlan module --- (limited to 'noncore/net/networksetup/wlan/wlanimp.h') diff --git a/noncore/net/networksetup/wlan/wlanimp.h b/noncore/net/networksetup/wlan/wlanimp.h new file mode 100644 index 0000000..8e355ce --- a/dev/null +++ b/noncore/net/networksetup/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 + -- cgit v0.9.0.2