summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlistitem.h
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/gui/scanlistitem.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/scanlistitem.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/noncore/net/wellenreiter/gui/scanlistitem.h b/noncore/net/wellenreiter/gui/scanlistitem.h
index c3c6255..89b3bc4 100644
--- a/noncore/net/wellenreiter/gui/scanlistitem.h
+++ b/noncore/net/wellenreiter/gui/scanlistitem.h
@@ -17,9 +17,9 @@
17#define SCANLISTITEM_H 17#define SCANLISTITEM_H
18 18
19#include <qlistview.h> 19#include <cornucopia/olistview.h>
20 20
21class QString; 21class QString;
22 22
23class MScanListItem: public QListViewItem 23class MScanListItem: public OListViewItem
24{ 24{
25 public: 25 public:
@@ -47,9 +47,9 @@ class MScanListItem: public QListViewItem
47 47
48 public: 48 public:
49 49
50 QString type; 50 QString type;
51 51
52 public: 52 public:
53 53
54 //const QString& type() { return _type; }; 54 //const QString& type() { return _type; };
55 const QString& essid() { return _essid; }; 55 const QString& essid() { return _essid; };
@@ -59,10 +59,10 @@ class MScanListItem: public QListViewItem
59 int signal() { return _signal; }; 59 int signal() { return _signal; };
60 int beacons() { return _beacons; }; 60 int beacons() { return _beacons; };
61 61
62 void setSignal( int signal ) { /* TODO */ }; 62 void setSignal( int signal ) { /* TODO */ };
63 void receivedBeacon(); 63 void receivedBeacon();
64 64
65 void setManufacturer( const QString& manufacturer ); 65 void setManufacturer( const QString& manufacturer );
66 66
67 private: 67 private:
68 QString _type; 68 QString _type;
@@ -73,5 +73,5 @@ class MScanListItem: public QListViewItem
73 int _signal; 73 int _signal;
74 int _beacons; 74 int _beacons;
75 75
76}; 76};
77 77