diff options
Diffstat (limited to 'tests/check-empathy-helpers.h')
-rw-r--r-- | tests/check-empathy-helpers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/check-empathy-helpers.h b/tests/check-empathy-helpers.h index 4d52c04e5..5544b80aa 100644 --- a/tests/check-empathy-helpers.h +++ b/tests/check-empathy-helpers.h @@ -20,12 +20,12 @@ #define __CHECK_EMPATHY_HELPERS_H__ #include <glib.h> -#include <libmissioncontrol/mc-account.h> +#include <libempathy/empathy-account.h> gchar * get_xml_file (const gchar *filename); gchar * get_user_xml_file (const gchar *filename); void copy_xml_file (const gchar *orig, const gchar *dest); -McAccount * get_test_account (void); -void destroy_test_account (McAccount *account); +EmpathyAccount * get_test_account (void); +void destroy_test_account (EmpathyAccount *account); #endif /* #ifndef __CHECK_EMPATHY_HELPERS_H__ */ |