summaryrefslogtreecommitdiffstats
path: root/src/tab-label.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-17 22:16:26 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-17 22:19:35 (EDT)
commit885e5e9442bae1d790df9c870af3232a9ced840e (patch)
tree0f01b5cde0296598a8821dbb53ba67709ff1cc95 /src/tab-label.h
parent4f7fa059f6fb02d4571614ccf54a9c0d535427a4 (diff)
downloadmarquee-885e5e9442bae1d790df9c870af3232a9ced840e.zip
marquee-885e5e9442bae1d790df9c870af3232a9ced840e.tar.gz
marquee-885e5e9442bae1d790df9c870af3232a9ced840e.tar.bz2
MqTabLabel: Use MqTabPage
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);