aboutsummaryrefslogtreecommitdiffstats
path: root/tp-account-widgets/empathy-account-widget-irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tp-account-widgets/empathy-account-widget-irc.h')
-rw-r--r--tp-account-widgets/empathy-account-widget-irc.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/tp-account-widgets/empathy-account-widget-irc.h b/tp-account-widgets/empathy-account-widget-irc.h
index c102d6ea6..991ab9ad7 100644
--- a/tp-account-widgets/empathy-account-widget-irc.h
+++ b/tp-account-widgets/empathy-account-widget-irc.h
@@ -18,25 +18,25 @@
* Authors: Guillaume Desmottes <gdesmott@gnome.org>
*/
-#ifndef __EMPATHY_ACCOUNT_WIDGET_IRC_H__
-#define __EMPATHY_ACCOUNT_WIDGET_IRC_H__
+#ifndef __TPAW_ACCOUNT_WIDGET_IRC_H__
+#define __TPAW_ACCOUNT_WIDGET_IRC_H__
#include "empathy-account-widget.h"
#include "empathy-irc-network-chooser.h"
G_BEGIN_DECLS
-EmpathyIrcNetworkChooser * empathy_account_widget_irc_build (
- EmpathyAccountWidget *self,
+TpawIrcNetworkChooser * tpaw_account_widget_irc_build (
+ TpawAccountWidget *self,
const char *filename,
GtkWidget **table_common_settings,
GtkWidget **box);
-EmpathyIrcNetworkChooser * empathy_account_widget_irc_build_simple (
- EmpathyAccountWidget *self,
+TpawIrcNetworkChooser * tpaw_account_widget_irc_build_simple (
+ TpawAccountWidget *self,
const char *filename,
GtkWidget **box);
G_END_DECLS
-#endif /* __EMPATHY_ACCOUNT_WIDGET_IRC_H__ */
+#endif /* __TPAW_ACCOUNT_WIDGET_IRC_H__ */