aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-message.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-10 16:13:09 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-18 23:18:03 +0800
commit09a49d81dafe86a68546613cfeee4e2a118cf198 (patch)
tree93c958e828ca6047bad28ae95086f6a0a8b7c84c /libempathy/empathy-message.h
parentbe2ae7a5b3f10393fa1afcefb67042493cb0eee7 (diff)
downloadgsoc2013-empathy-09a49d81dafe86a68546613cfeee4e2a118cf198.tar
gsoc2013-empathy-09a49d81dafe86a68546613cfeee4e2a118cf198.tar.gz
gsoc2013-empathy-09a49d81dafe86a68546613cfeee4e2a118cf198.tar.bz2
gsoc2013-empathy-09a49d81dafe86a68546613cfeee4e2a118cf198.tar.lz
gsoc2013-empathy-09a49d81dafe86a68546613cfeee4e2a118cf198.tar.xz
gsoc2013-empathy-09a49d81dafe86a68546613cfeee4e2a118cf198.tar.zst
gsoc2013-empathy-09a49d81dafe86a68546613cfeee4e2a118cf198.zip
TplLogEntry(Text) has been renamed to TplEntry(Text)
Diffstat (limited to 'libempathy/empathy-message.h')
-rw-r--r--libempathy/empathy-message.h4
1 files changed, 2 insertions, 2 deletions
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 <glib-object.h>
#ifdef ENABLE_TPL
-#include <telepathy-logger/log-entry.h>
+#include <telepathy-logger/entry.h>
#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,