summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlistitem.h
Side-by-side diff
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
@@ -18,3 +18,3 @@
-#include <qlistview.h>
+#include <cornucopia/olistview.h>
@@ -22,3 +22,3 @@ class QString;
-class MScanListItem: public QListViewItem
+class MScanListItem: public OListViewItem
{
@@ -48,7 +48,7 @@ class MScanListItem: public QListViewItem
public:
-
+
QString type;
-
+
public:
-
+
//const QString& type() { return _type; };
@@ -60,8 +60,8 @@ class MScanListItem: public QListViewItem
int beacons() { return _beacons; };
-
+
void setSignal( int signal ) { /* TODO */ };
void receivedBeacon();
-
+
void setManufacturer( const QString& manufacturer );
-
+
private:
@@ -74,3 +74,3 @@ class MScanListItem: public QListViewItem
int _beacons;
-
+
};