aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-webkit-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-webkit-utils.h')
-rw-r--r--libempathy-gtk/empathy-webkit-utils.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-webkit-utils.h b/libempathy-gtk/empathy-webkit-utils.h
index 034e3bf55..98fdc4dcb 100644
--- a/libempathy-gtk/empathy-webkit-utils.h
+++ b/libempathy-gtk/empathy-webkit-utils.h
@@ -21,10 +21,9 @@
#ifndef _EMPATHY_WEBKIT_UTILS__H_
#define _EMPATHY_WEBKIT_UTILS__H_
+#include <tp-account-widgets/tpaw-string-parser.h>
#include <webkit/webkit.h>
-#include "empathy-string-parser.h"
-
G_BEGIN_DECLS
typedef enum {
@@ -32,7 +31,7 @@ typedef enum {
EMPATHY_WEBKIT_MENU_INSPECT = 1 << 1,
} EmpathyWebKitMenuFlags;
-EmpathyStringParser * empathy_webkit_get_string_parser (gboolean smileys);
+TpawStringParser * empathy_webkit_get_string_parser (gboolean smileys);
void empathy_webkit_bind_font_setting (WebKitWebView *webview,
GSettings *gsettings,