From 1a4f97b01412700aaa19fda396844fd237f35c92 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 08 Dec 2002 18:41:47 +0000 Subject: - 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 --- (limited to 'noncore/net/wellenreiter/gui/scanlistitem.h') 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 ); }; -- cgit v0.9.0.2