From 80bbf932e7eee44e7b5fa327731589d1c676e0ac Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 18 Oct 2017 00:17:02 -0400 Subject: MqWindow: Use MqTabPage --- (limited to 'src/window.h') diff --git a/src/window.h b/src/window.h index 60c5738..bd98d23 100644 --- a/src/window.h +++ b/src/window.h @@ -29,14 +29,14 @@ typedef struct MqWindow MqWindow; #include "application.h" #include "config.h" -#include "tab.h" +#include "tab-page.h" struct MqWindow { MqApplication *application; MqConfig *config; GtkWidget *window; GtkWidget *notebook; - MqTab *root_tab; + MqTabPage *root_tab; guint current_tab; gboolean fullscreen; }; -- cgit v0.9.1