summaryrefslogtreecommitdiffstats
path: root/tdecore/tdenetworkconnections.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-05 15:01:20 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-05 15:01:20 -0500
commit0216dae757a1ae8e4971b00b0c79fbafb33bbd57 (patch)
tree36a4910508e7d205578c4f04a6e0280cf91a962a /tdecore/tdenetworkconnections.cpp
parent60ee06f236470525bb1bb0094fb6b2a8701533b6 (diff)
downloadtdelibs-0216dae757a1ae8e4971b00b0c79fbafb33bbd57.tar.gz
tdelibs-0216dae757a1ae8e4971b00b0c79fbafb33bbd57.zip
Make access point notifications more extensible
Diffstat (limited to 'tdecore/tdenetworkconnections.cpp')
-rw-r--r--tdecore/tdenetworkconnections.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdenetworkconnections.cpp b/tdecore/tdenetworkconnections.cpp
index 67cca7f5f..2e35cb6c8 100644
--- a/tdecore/tdenetworkconnections.cpp
+++ b/tdecore/tdenetworkconnections.cpp
@@ -716,8 +716,8 @@ void TDENetworkConnectionManager::internalNetworkDeviceStateChanged(TDENetworkCo
m_prevDeviceStatus[hwAddress] = newState;
}
-void TDENetworkConnectionManager::internalAccessPointVisibilityChanged(TDEMACAddress BSSID, bool detected) {
- emit(accessPointVisibilityChanged(BSSID, detected));
+void TDENetworkConnectionManager::internalAccessPointStatusChanged(TDEMACAddress BSSID, TDENetworkAPEventType::TDENetworkAPEventType event) {
+ emit(accessPointStatusChanged(BSSID, event));
}
/*================================================================================================*/