diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-05-09 20:44:04 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:05 +0800 |
commit | 406dc1041ff2d0575e43bb0c320a072d29e4af79 (patch) | |
tree | 2d26b2a781a0c433b4444584c862c3b2f0b5ae72 /libempathy-gtk/empathy-roster-view.h | |
parent | 740b695e21016ff7b568b069734b29e780b459e5 (diff) | |
download | gsoc2013-empathy-406dc1041ff2d0575e43bb0c320a072d29e4af79.tar gsoc2013-empathy-406dc1041ff2d0575e43bb0c320a072d29e4af79.tar.gz gsoc2013-empathy-406dc1041ff2d0575e43bb0c320a072d29e4af79.tar.bz2 gsoc2013-empathy-406dc1041ff2d0575e43bb0c320a072d29e4af79.tar.lz gsoc2013-empathy-406dc1041ff2d0575e43bb0c320a072d29e4af79.tar.xz gsoc2013-empathy-406dc1041ff2d0575e43bb0c320a072d29e4af79.tar.zst gsoc2013-empathy-406dc1041ff2d0575e43bb0c320a072d29e4af79.zip |
live-search: move from Empathy to tp-account-widgets
https://bugzilla.gnome.org/show_bug.cgi?id=699492
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); |