summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-11 17:22:36 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-11 17:22:36 (EDT)
commit16aa3d225464db222c5b5444b61bb8ccfac9ddbc (patch)
tree0898b447fd40a4c30a7e07988eaff4e6ad98f5c0 /src/tab.h
parentf6c63159857a99d0871584c4e56832b5e5188058 (diff)
downloadmarquee-16aa3d225464db222c5b5444b61bb8ccfac9ddbc.zip
marquee-16aa3d225464db222c5b5444b61bb8ccfac9ddbc.tar.gz
marquee-16aa3d225464db222c5b5444b61bb8ccfac9ddbc.tar.bz2
MqTab: Use MqWebView
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tab.h b/src/tab.h
index 7d61bbd..b512dae 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -29,7 +29,7 @@ typedef struct MqTab MqTab;
#include "application.h"
#include "window.h"
#include "tab-chrome.h"
-#include "tab-body.h"
+#include "web-view.h"
struct MqTab {
MqTab *root;
@@ -44,7 +44,7 @@ struct MqTab {
MqWindow *window;
GtkWidget *container;
MqTabChrome *chrome;
- MqTabBody *body;
+ MqWebView *body;
GtkWidget *tab;
GtkWidget *tab_image;
GtkWidget *tab_label;