[evolution/wip/webkit2] Include WebKit2 instead of WebKit1
- From: Tomas Popela <tpopela src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [evolution/wip/webkit2] Include WebKit2 instead of WebKit1
 
- Date: Tue, 16 Sep 2014 13:38:52 +0000 (UTC)
 
commit bbb6e544f287b670aca1246fb1944f9ed4021504
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 2acbb82..8caf8e6 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 2f27fb8..f76a4df 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]