From d14b92ef8984ae654ff187bf6c8f5946d3ba218d Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 24 Feb 2003 21:37:49 +0000 Subject: - work around yet another g++ 2.x bug - started work on saving session to xml [ any classes from libopie I can reuse without too much effort? ] --- (limited to 'noncore/net/wellenreiter/gui/scanlist.h') diff --git a/noncore/net/wellenreiter/gui/scanlist.h b/noncore/net/wellenreiter/gui/scanlist.h index 475f7b6..f06f251 100644 --- a/noncore/net/wellenreiter/gui/scanlist.h +++ b/noncore/net/wellenreiter/gui/scanlist.h @@ -18,20 +18,22 @@ #include -class QString; +#include +class QString; class ManufacturerDB; class MScanListView: public OListView { Q_OBJECT - + public: MScanListView( QWidget* parent = 0, const char* name = 0 ); virtual ~MScanListView(); - + void setManufacturerDB( ManufacturerDB* manufacturerdb ); - + void dump( QTextStream& t ) const; + public slots: void addNewItem( QString type, QString essid, QString macaddr, bool wep, int channel, int signal ); -- cgit v0.9.0.2