summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlistitem.h
authormickeyl <mickeyl>2002-12-08 18:41:47 (UTC)
committer mickeyl <mickeyl>2002-12-08 18:41:47 (UTC)
commit1a4f97b01412700aaa19fda396844fd237f35c92 (patch) (side-by-side diff)
treee439f505f73a71e179748aca0bcaa93d70b6f594 /noncore/net/wellenreiter/gui/scanlistitem.h
parentff55ff70dc982d070bb085acb96831ae30b30902 (diff)
downloadopie-1a4f97b01412700aaa19fda396844fd237f35c92.zip
opie-1a4f97b01412700aaa19fda396844fd237f35c92.tar.gz
opie-1a4f97b01412700aaa19fda396844fd237f35c92.tar.bz2
- new networks finally show up in the GUI
- using OTabWidget instead of QTabWidget - bugfixes - preparing to fully integrate libwellenreiter and the daemon into our buildsystem
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 );
};