summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/wlan/infoimp.h
Side-by-side diff
Diffstat (limited to 'noncore/net/networksetup/wlan/infoimp.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/networksetup/wlan/infoimp.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/noncore/net/networksetup/wlan/infoimp.h b/noncore/net/networksetup/wlan/infoimp.h
new file mode 100644
index 0000000..5311bea
--- a/dev/null
+++ b/noncore/net/networksetup/wlan/infoimp.h
@@ -0,0 +1,27 @@
+#ifndef INFOIMP_H
+#define INFOIMP_H
+
+#include "info.h"
+
+class QTimer;
+class WExtensions;
+
+class WlanInfoImp : public WlanInfo {
+ Q_OBJECT
+
+public:
+ WlanInfoImp( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+
+private slots:
+ void update();
+
+private:
+ //WExtensions *wExtensions;
+ QTimer *timer;
+
+};
+
+#endif
+
+// infoimp.h
+