summaryrefslogtreecommitdiff
path: root/tests/test-tpl-log-entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-tpl-log-entry.c')
-rw-r--r--tests/test-tpl-log-entry.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-tpl-log-entry.c b/tests/test-tpl-log-entry.c
index 92a3fe562..f7d27d74c 100644
--- a/tests/test-tpl-log-entry.c
+++ b/tests/test-tpl-log-entry.c
@@ -6,15 +6,15 @@
#define LOG_ID "0"
#define ACCOUNT_PATH "/org/freedesktop/Telepathy/Account/FOO/BAR/BAZ"
#define CHAT_ID "echo@test.collabora.co.uk"
-#define DIRECTION TPL_LOG_ENTRY_DIRECTION_IN
+#define DIRECTION TPL_ENTRY_DIRECTION_IN
int main (int argc, char **argv)
{
- TplLogEntryText *log;
+ TplEntryText *log;
g_type_init ();
- log = _tpl_log_entry_text_new (LOG_ID, ACCOUNT_PATH, DIRECTION);
+ log = _tpl_entry_text_new (LOG_ID, ACCOUNT_PATH, DIRECTION);
return 0;