]> git.0d.be Git - empathy.git/blobdiff - ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin.c
Fix UOA build
[empathy.git] / ubuntu-online-accounts / cc-plugins / account-plugins / empathy-accounts-plugin.c
index 1f322ec52e1919e7b96c1e00315b5d43956707e0..6f79f87cf9dfd789dc6e27a9f211d66c6f3755bb 100644 (file)
 
 #include "config.h"
 
+#include <tp-account-widgets/tpaw-uoa-utils.h>
+
 #include "empathy-accounts-plugin.h"
 
 #include "empathy-client-factory.h"
-#include "empathy-uoa-utils.h"
 
 #include "empathy-accounts-plugin-widget.h"
 
@@ -43,7 +44,7 @@ empathy_accounts_plugin_build_widget (ApPlugin *plugin)
   GtkWidget *widget;
 
   account = ap_plugin_get_account (plugin);
-  empathy_uoa_manager_set_default (ag_account_get_manager (account));
+  tpaw_uoa_manager_set_default (ag_account_get_manager (account));
 
   widget = empathy_accounts_plugin_widget_new (account);