From f0f9cf3fa486a577770e3c0e89280c66ea331e73 Mon Sep 17 00:00:00 2001 From: tille Date: Thu, 12 Jun 2003 15:04:14 +0000 Subject: 1st version of qcop call in oder to let wellenreiter copy the APs it found... ... and more later. --- (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 3a54de6..a617a90 100644 --- a/noncore/settings/networksettings/wlan/wlanmodule.h +++ b/noncore/settings/networksettings/wlan/wlanmodule.h @@ -12,6 +12,8 @@ public: WLANModule(); ~WLANModule(); + + virtual const QString type() {return "wlan";}; void setProfile(const QString &newProfile); bool isOwner(Interface *); QWidget *configure(Interface *i); @@ -21,6 +23,7 @@ public: Interface *addNewInterface(const QString &name); bool remove(Interface* i); QString getPixmapName(Interface* i); + virtual void receive(const QCString&, const QByteArray&); private: QList list; -- cgit v0.9.0.2