summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/wlan/wlanimp.h
Side-by-side diff
Diffstat (limited to 'noncore/net/networksetup/wlan/wlanimp.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/networksetup/wlan/wlanimp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/net/networksetup/wlan/wlanimp.h b/noncore/net/networksetup/wlan/wlanimp.h
index 8e355ce..79e931d 100644
--- a/noncore/net/networksetup/wlan/wlanimp.h
+++ b/noncore/net/networksetup/wlan/wlanimp.h
@@ -5,3 +5,3 @@
-class Config;
+#include <qpe/config.h>
@@ -11,3 +11,3 @@ class WLANImp : public WLAN {
public:
- WLANImp( Config& cfg, QWidget* parent = 0, const char* name = 0);
+ WLANImp( QWidget* parent = 0, const char* name = 0);
@@ -20,5 +20,5 @@ private:
bool writeConfig();
- bool writeWirelessOpts( Config &cfg, QString scheme = "*" );
- bool writeWlanngOpts( Config &cfg, QString scheme = "*" );
- Config& config;
+ bool writeWirelessOpts( QString scheme = "*" );
+ bool writeWlanngOpts( QString scheme = "*" );
+ Config* config;
};