summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-07 15:18:25 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-07 15:18:25 +0200
commit2e02fc6f1368aa8a745535131d94b5d29fb3c11a (patch)
tree8486ca0799fe32e12802b7548867073d9b952864 /tests
parentd4c2d30bfc24256af434afaf7e37a610679034fa (diff)
downloadtelepathy-logger-2e02fc6f1368aa8a745535131d94b5d29fb3c11a.tar.gz
move log-entry(-text) to entry(-text)
Diffstat (limited to 'tests')
-rw-r--r--tests/test-tpl-log-entry.c4
-rw-r--r--tests/test-tpl-log-manager.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-tpl-log-entry.c b/tests/test-tpl-log-entry.c
index 963db83..92a3fe5 100644
--- a/tests/test-tpl-log-entry.c
+++ b/tests/test-tpl-log-entry.c
@@ -1,5 +1,5 @@
-#include <telepathy-logger/log-entry-text.h>
-#include <telepathy-logger/log-entry-text-internal.h>
+#include <telepathy-logger/entry-text.h>
+#include <telepathy-logger/entry-text-internal.h>
#define gconf_client_get_bool(obj,key,err) g_print ("%s", key)
diff --git a/tests/test-tpl-log-manager.c b/tests/test-tpl-log-manager.c
index c7ebaf4..0ad39b4 100644
--- a/tests/test-tpl-log-manager.c
+++ b/tests/test-tpl-log-manager.c
@@ -1,4 +1,4 @@
-#include <telepathy-logger/log-entry-text.h>
+#include <telepathy-logger/entry-text.h>
#define gconf_client_get_bool(obj,key,err) g_print ("%s", key)