diff options
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.h')
-rw-r--r-- | libempathy-gtk/empathy-roster-view.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-roster-view.h b/libempathy-gtk/empathy-roster-view.h index c09d09c3a..586d75b86 100644 --- a/libempathy-gtk/empathy-roster-view.h +++ b/libempathy-gtk/empathy-roster-view.h @@ -2,8 +2,9 @@ #ifndef __EMPATHY_ROSTER_VIEW_H__ #define __EMPATHY_ROSTER_VIEW_H__ +#include <tp-account-widgets/tpaw-live-search.h> + #include "egg-list-box/egg-list-box.h" -#include "empathy-live-search.h" #include "empathy-roster-model.h" G_BEGIN_DECLS @@ -58,7 +59,7 @@ void empathy_roster_view_show_groups (EmpathyRosterView *self, gboolean show); void empathy_roster_view_set_live_search (EmpathyRosterView *self, - EmpathyLiveSearch *search); + TpawLiveSearch *search); gboolean empathy_roster_view_is_empty (EmpathyRosterView *self); |