diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-06-02 19:17:35 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-06-02 19:17:35 (GMT) |
commit | 97ec7b0861c282c687e9c5bb8aa8bce871b482ba (patch) | |
tree | 00ddc8605579043ff6dfe0a859753757da1d2962 /Swift/Controllers/Chat | |
parent | 3362805ffb92452a82b6ca5866377cd85fae764f (diff) | |
download | swift-97ec7b0861c282c687e9c5bb8aa8bce871b482ba.zip swift-97ec7b0861c282c687e9c5bb8aa8bce871b482ba.tar.bz2 |
Rename boost_signalslib.h to boost_bsignals.
Diffstat (limited to 'Swift/Controllers/Chat')
-rw-r--r-- | Swift/Controllers/Chat/ChatControllerBase.h | 2 | ||||
-rw-r--r-- | Swift/Controllers/Chat/MUCController.h | 2 | ||||
-rw-r--r-- | Swift/Controllers/Chat/MUCSearchController.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Swift/Controllers/Chat/ChatControllerBase.h b/Swift/Controllers/Chat/ChatControllerBase.h index c274b5a..e4d14af 100644 --- a/Swift/Controllers/Chat/ChatControllerBase.h +++ b/Swift/Controllers/Chat/ChatControllerBase.h @@ -10,7 +10,7 @@ #include <map> #include <vector> #include <boost/shared_ptr.hpp> -#include "Swiften/Base/boost_signalslib.h" +#include "Swiften/Base/boost_bsignals.h" #include <boost/filesystem.hpp> #include "Swiften/Base/String.h" diff --git a/Swift/Controllers/Chat/MUCController.h b/Swift/Controllers/Chat/MUCController.h index 950fcbb..bf46a08 100644 --- a/Swift/Controllers/Chat/MUCController.h +++ b/Swift/Controllers/Chat/MUCController.h @@ -7,7 +7,7 @@ #pragma once #include <boost/shared_ptr.hpp> -#include "Swiften/Base/boost_signalslib.h" +#include "Swiften/Base/boost_bsignals.h" #include <boost/signals/connection.hpp> #include "Swiften/Base/String.h" diff --git a/Swift/Controllers/Chat/MUCSearchController.h b/Swift/Controllers/Chat/MUCSearchController.h index 7250846..44b51d8 100644 --- a/Swift/Controllers/Chat/MUCSearchController.h +++ b/Swift/Controllers/Chat/MUCSearchController.h @@ -10,7 +10,7 @@ #include <map> #include <boost/shared_ptr.hpp> -#include "Swiften/Base/boost_signalslib.h" +#include "Swiften/Base/boost_bsignals.h" #include "Swiften/Base/String.h" #include "Swiften/JID/JID.h" |