[evolution/wip/webkit2: 56/62] Include WebKit2 instead of WebKit1



commit 925231713ab627bb7dc0c8f3a2d3d17cabd57a08
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Sep 16 15:29:43 2014 +0200

    Include WebKit2 instead of WebKit1

 e-util/e-html-editor-selection.c |    3 +--
 e-util/e-html-editor-selection.h |    2 +-
 e-util/e-html-editor-view.h      |    2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c
index d205426..c4555f1 100644
--- a/e-util/e-html-editor-selection.c
+++ b/e-util/e-html-editor-selection.c
@@ -28,8 +28,7 @@
 
 #include <e-util/e-util.h>
 
-#include <webkit/webkit.h>
-#include <webkit/webkitdom.h>
+#include <webkit2/webkit2.h>
 #include <string.h>
 #include <stdlib.h>
 #include <ctype.h>
diff --git a/e-util/e-html-editor-selection.h b/e-util/e-html-editor-selection.h
index 3290dfe..a08ae5b 100644
--- a/e-util/e-html-editor-selection.h
+++ b/e-util/e-html-editor-selection.h
@@ -27,7 +27,7 @@
 
 #include <gtk/gtk.h>
 #include <e-util/e-util-enums.h>
-#include <webkit/webkit.h>
+#include <webkit2/webkit2.h>
 
 /* Standard GObject macros */
 #define E_TYPE_HTML_EDITOR_SELECTION \
diff --git a/e-util/e-html-editor-view.h b/e-util/e-html-editor-view.h
index 8801d76..70d5fb7 100644
--- a/e-util/e-html-editor-view.h
+++ b/e-util/e-html-editor-view.h
@@ -25,7 +25,7 @@
 #ifndef E_HTML_EDITOR_VIEW_H
 #define E_HTML_EDITOR_VIEW_H
 
-#include <webkit/webkit.h>
+#include <webkit2/webkit2.h>
 
 #include <camel/camel.h>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]