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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/net/wellenreiter/gui/scanlistitem.h b/noncore/net/wellenreiter/gui/scanlistitem.h
index a786482..dd8219a 100644
--- a/noncore/net/wellenreiter/gui/scanlistitem.h
+++ b/noncore/net/wellenreiter/gui/scanlistitem.h
@@ -28,5 +28,5 @@ class MScanListItem: public QListViewItem
28 QString type, 28 QString type,
29 QString essid, 29 QString essid,
30 QString ap, 30 QString macaddr,
31 bool wep, 31 bool wep,
32 int channel, 32 int channel,
@@ -36,5 +36,5 @@ class MScanListItem: public QListViewItem
36 QString type, 36 QString type,
37 QString essid, 37 QString essid,
38 QString ap, 38 QString macaddr,
39 bool wep, 39 bool wep,
40 int channel, 40 int channel,
@@ -44,5 +44,5 @@ class MScanListItem: public QListViewItem
44 protected: 44 protected:
45 45
46 virtual void decorateItem( QString type, QString essid, QString ap, bool wep, int channel, int signal ); 46 virtual void decorateItem( QString type, QString essid, QString macaddr, bool wep, int channel, int signal );
47 47
48}; 48};