summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/UserSearch/QtSuggestingJIDInput.h')
-rw-r--r--Swift/QtUI/UserSearch/QtSuggestingJIDInput.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Swift/QtUI/UserSearch/QtSuggestingJIDInput.h b/Swift/QtUI/UserSearch/QtSuggestingJIDInput.h
index 2077d55..402667d 100644
--- a/Swift/QtUI/UserSearch/QtSuggestingJIDInput.h
+++ b/Swift/QtUI/UserSearch/QtSuggestingJIDInput.h
@@ -12,11 +12,11 @@
#pragma once
+#include <boost/signals2.hpp>
+
#include <QLineEdit>
#include <QTreeView>
-#include <Swiften/Base/boost_bsignals.h>
-
#include <Swift/Controllers/Contact.h>
namespace Swift {
@@ -37,7 +37,7 @@ class QtSuggestingJIDInput : public QLineEdit {
void clear();
- boost::signal<void (const Contact::ref&)> onUserSelected;
+ boost::signals2::signal<void (const Contact::ref&)> onUserSelected;
signals:
void editingDone();