From b8da33d26189ae36814335e77bef05203df4e2b2 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 25 May 2006 22:44:37 +0000 Subject: g++ 4.1.1 fixes --- (limited to 'noncore/net') diff --git a/noncore/net/wellenreiter/gui/graphwindow.h b/noncore/net/wellenreiter/gui/graphwindow.h index 392d85b..8b027ed 100644 --- a/noncore/net/wellenreiter/gui/graphwindow.h +++ b/noncore/net/wellenreiter/gui/graphwindow.h @@ -48,7 +48,7 @@ class MFrequencySpectrum : public QWidget void drawLine( QPainter* p, int x, int y, int width, const QColor& c ); void drawTopLine( QPainter* p, int x, int y, int width, const QColor& c ); void drawBottomLine( QPainter* p, int x, int y, int width, const QColor& c ); - void MFrequencySpectrum::drawBar( QPainter* p, int x, int y, int width, int height, int maxheight ); + void drawBar( QPainter* p, int x, int y, int width, int height, int maxheight ); private: int _channels; 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", -- cgit v0.9.0.2