summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan/infoimp.h
blob: 8f7f0d6f7381790f0021abe961b0ec289629c1f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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