summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-12 16:10:15 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-12 16:10:15 (EDT)
commit9f14f261894c45b4d0ebaecab73750a37937e809 (patch)
tree86f8a74a1883f43264d7adb6b0ec335c8c2f0094
parent38246d857a1b8e7d51d985e793fea5268aed7684 (diff)
downloadmarquee-9f14f261894c45b4d0ebaecab73750a37937e809.zip
marquee-9f14f261894c45b4d0ebaecab73750a37937e809.tar.gz
marquee-9f14f261894c45b4d0ebaecab73750a37937e809.tar.bz2
src/find-toolbar.h: Fix #include
mq_find_toolbar_new() was originally going to take a MqTab argument and get the MqWebView from that (in case MqFindToolbar ever requires MqConfig in the future), but it's better to make injected dependencies as specific as possible.
-rw-r--r--src/find-toolbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/find-toolbar.h b/src/find-toolbar.h
index 3ea3d82..fd7bf05 100644
--- a/src/find-toolbar.h
+++ b/src/find-toolbar.h
@@ -28,7 +28,7 @@ typedef struct _MqFindToolbarClass MqFindToolbarClass;
#include <gtk/gtk.h>
#include <webkit2/webkit2.h>
-#include "tab.h"
+#include "web-view.h"
G_BEGIN_DECLS