]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-client-factory.c
Updated Dutch translation master
[empathy.git] / libempathy / empathy-client-factory.c
index 39760998c54cfad4ab36ed37b1dbb957284701e7..b57ea06524b00b1e2061a5dd68803464fcd1dfbd 100644 (file)
@@ -22,6 +22,9 @@
 #include "config.h"
 #include "empathy-client-factory.h"
 
+#include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
+
 #include "empathy-tp-chat.h"
 #include "empathy-utils.h"
 
@@ -274,6 +277,6 @@ empathy_client_factory_dup_contact_by_id_finish (
     GAsyncResult *result,
     GError **error)
 {
-  empathy_implement_finish_return_copy_pointer (self,
+  tpaw_implement_finish_return_copy_pointer (self,
       empathy_client_factory_dup_contact_by_id_async, g_object_ref);
 }