From e5d826221bab71c39dc8fc89d91509dd16bc2a8a Mon Sep 17 00:00:00 2001 From: tille Date: Fri, 13 Jun 2003 13:32:55 +0000 Subject: qcop channels for start, stop wlan interface works now... ... the qcop handling has to become more general, and this handlet in the interface itself. --- (limited to 'noncore/settings/networksettings/wlan/wlanmodule.h') diff --git a/noncore/settings/networksettings/wlan/wlanmodule.h b/noncore/settings/networksettings/wlan/wlanmodule.h index a617a90..0963137 100644 --- a/noncore/settings/networksettings/wlan/wlanmodule.h +++ b/noncore/settings/networksettings/wlan/wlanmodule.h @@ -3,6 +3,8 @@ #include "module.h" +//class WlanInfoImp; + class WLANModule : Module{ signals: @@ -26,9 +28,12 @@ public: virtual void receive(const QCString&, const QByteArray&); private: + QWidget *getInfo(Interface*); + QList list; QString profile; - + // WlanInfoImp *info; + // Interface *iface; }; extern "C" -- cgit v0.9.0.2