summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab.h b/src/tab.h
index 469fb38..5eeda0d 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -34,7 +34,7 @@ typedef struct {
} MqTab;
MqTab *
-mq_tab_new(gchar *uri, GtkNotebook *notebook);
+mq_tab_new(gchar *uri, GtkWidget *tab_image, GtkWidget *tab_label);
GtkWidget *
mq_tab_get_container(MqTab *tab);