From 09a49d81dafe86a68546613cfeee4e2a118cf198 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 10 Jun 2010 10:13:09 +0200 Subject: TplLogEntry(Text) has been renamed to TplEntry(Text) --- libempathy/empathy-message.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy/empathy-message.h') diff --git a/libempathy/empathy-message.h b/libempathy/empathy-message.h index d8d0c9603..d7f29f748 100644 --- a/libempathy/empathy-message.h +++ b/libempathy/empathy-message.h @@ -27,7 +27,7 @@ #include #ifdef ENABLE_TPL -#include +#include #endif #include "empathy-contact.h" @@ -57,7 +57,7 @@ struct _EmpathyMessageClass { GType empathy_message_get_type (void) G_GNUC_CONST; EmpathyMessage * empathy_message_new (const gchar *body); #ifdef ENABLE_TPL -EmpathyMessage * empathy_message_from_tpl_log_entry (TplLogEntry *logentry); +EmpathyMessage * empathy_message_from_tpl_log_entry (TplEntry *logentry); #endif /* ENABLE_TPL */ TpChannelTextMessageType empathy_message_get_tptype (EmpathyMessage *message); void empathy_message_set_tptype (EmpathyMessage *message, -- cgit v1.2.3