summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/PresenceNotifier.h')
-rw-r--r--Swift/Controllers/PresenceNotifier.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swift/Controllers/PresenceNotifier.h b/Swift/Controllers/PresenceNotifier.h
index defdd2f..82678be 100644
--- a/Swift/Controllers/PresenceNotifier.h
+++ b/Swift/Controllers/PresenceNotifier.h
@@ -9,8 +9,9 @@
#include <memory>
#include <set>
+#include <boost/signals2.hpp>
+
#include <Swiften/Avatars/AvatarManager.h>
-#include <Swiften/Base/boost_bsignals.h>
#include <Swiften/Elements/Presence.h>
#include <Swiften/JID/JID.h>
#include <Swiften/Network/Timer.h>
@@ -31,7 +32,7 @@ namespace Swift {
void setInitialQuietPeriodMS(int ms);
- boost::signal<void (const JID&)> onNotificationActivated;
+ boost::signals2::signal<void (const JID&)> onNotificationActivated;
private:
void handlePresenceReceived(std::shared_ptr<Presence>);