summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
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;