summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlist.h
authormickeyl <mickeyl>2006-05-25 22:44:37 (UTC)
committer mickeyl <mickeyl>2006-05-25 22:44:37 (UTC)
commitb8da33d26189ae36814335e77bef05203df4e2b2 (patch) (side-by-side diff)
tree4b7430f8e95a561530908a4f831658bce59223a7 /noncore/net/wellenreiter/gui/scanlist.h
parent22caa97cd10f2b81107bc83f50deab373afd2ca8 (diff)
downloadopie-b8da33d26189ae36814335e77bef05203df4e2b2.zip
opie-b8da33d26189ae36814335e77bef05203df4e2b2.tar.gz
opie-b8da33d26189ae36814335e77bef05203df4e2b2.tar.bz2
g++ 4.1.1 fixes
Diffstat (limited to 'noncore/net/wellenreiter/gui/scanlist.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/scanlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/gui/scanlist.h b/noncore/net/wellenreiter/gui/scanlist.h
index eec51af..c7d4562 100644
--- a/noncore/net/wellenreiter/gui/scanlist.h
+++ b/noncore/net/wellenreiter/gui/scanlist.h
@@ -66,7 +66,7 @@ class MScanListView: public Opie::Ui::OListView
class MScanListItem: public Opie::Ui::OListViewItem
{
public:
- MScanListItem::MScanListItem( QListView* parent,
+ MScanListItem( QListView* parent,
const QString& type = "unknown",
const QString& essid = "unknown",
const QString& macaddr = "unknown",
@@ -75,7 +75,7 @@ class MScanListItem: public Opie::Ui::OListViewItem
int signal = 0,
bool probed = false );
- MScanListItem::MScanListItem( QListViewItem* parent,
+ MScanListItem( QListViewItem* parent,
const QString& type = "unknown",
const QString& essid = "unknown",
const QString& macaddr = "unknown",