aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-view.h
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-09 20:44:04 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:05 +0800
commit406dc1041ff2d0575e43bb0c320a072d29e4af79 (patch)
tree2d26b2a781a0c433b4444584c862c3b2f0b5ae72 /libempathy-gtk/empathy-individual-view.h
parent740b695e21016ff7b568b069734b29e780b459e5 (diff)
downloadgsoc2013-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-individual-view.h')
-rw-r--r--libempathy-gtk/empathy-individual-view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-individual-view.h b/libempathy-gtk/empathy-individual-view.h
index e942a42b5..2fd0bce5f 100644
--- a/libempathy-gtk/empathy-individual-view.h
+++ b/libempathy-gtk/empathy-individual-view.h
@@ -29,10 +29,10 @@
#include <gtk/gtk.h>
#include <folks/folks.h>
+#include <tp-account-widgets/tpaw-live-search.h>
#include "empathy-individual-menu.h"
#include "empathy-individual-store.h"
-#include "empathy-live-search.h"
G_BEGIN_DECLS
#define EMPATHY_TYPE_INDIVIDUAL_VIEW (empathy_individual_view_get_type ())
@@ -100,7 +100,7 @@ GtkWidget *empathy_individual_view_get_individual_menu (
GtkWidget *empathy_individual_view_get_group_menu (EmpathyIndividualView *view);
void empathy_individual_view_set_live_search (EmpathyIndividualView *view,
- EmpathyLiveSearch *search);
+ TpawLiveSearch *search);
gboolean empathy_individual_view_get_show_offline (
EmpathyIndividualView *view);