From a22f8dd98789f4638ab241d281d4319e0ed911ba Mon Sep 17 00:00:00 2001 From: benmeyer Date: Wed, 30 Oct 2002 15:36:45 +0000 Subject: Re-added profile information which makes interfaces work again --- (limited to 'noncore/settings/networksettings/wlan/wlanmodule.cpp') diff --git a/noncore/settings/networksettings/wlan/wlanmodule.cpp b/noncore/settings/networksettings/wlan/wlanmodule.cpp index c8becb0..b14fc0a 100644 --- a/noncore/settings/networksettings/wlan/wlanmodule.cpp +++ b/noncore/settings/networksettings/wlan/wlanmodule.cpp @@ -60,6 +60,7 @@ bool WLANModule::isOwner(Interface *i){ */ QWidget *WLANModule::configure(Interface *i){ WLANImp *wlanconfig = new WLANImp(0, "WlanConfig", i, false, Qt::WDestructiveClose); + wlanconfig->setProfile(profile); return wlanconfig; } -- cgit v0.9.0.2