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.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
@@ -27,7 +27,7 @@ class MScanListItem: public QListViewItem
MScanListItem::MScanListItem( QListView* parent,
QString type,
QString essid,
- QString ap,
+ QString macaddr,
bool wep,
int channel,
int signal );
@@ -35,7 +35,7 @@ class MScanListItem: public QListViewItem
MScanListItem::MScanListItem( QListViewItem* parent,
QString type,
QString essid,
- QString ap,
+ QString macaddr,
bool wep,
int channel,
int signal );
@@ -43,7 +43,7 @@ class MScanListItem: public QListViewItem
protected:
- virtual void decorateItem( QString type, QString essid, QString ap, bool wep, int channel, int signal );
+ virtual void decorateItem( QString type, QString essid, QString macaddr, bool wep, int channel, int signal );
};