summaryrefslogtreecommitdiffstats
path: root/src/tab-label.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab-label.h')
-rw-r--r--src/tab-label.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tab-label.h b/src/tab-label.h
index 88392de..d7545b2 100644
--- a/src/tab-label.h
+++ b/src/tab-label.h
@@ -29,7 +29,7 @@ typedef struct _MqTabLabelClass MqTabLabelClass;
#include <gtk/gtk.h>
#include <webkit2/webkit2.h>
-#include "tab.h"
+#include "tab-page.h"
#include "web-view.h"
G_BEGIN_DECLS
@@ -50,7 +50,7 @@ GType
mq_tab_label_get_type(void);
GtkWidget *
-mq_tab_label_new(MqTab *tab, MqWebView *web_view);
+mq_tab_label_new(MqTabPage *tab_page, MqWebView *web_view);
void
mq_tab_label_set_position(MqTabLabel *tab_label, guint position);