From f9e5e4360e54f5ff5327b4384ee451d86f8dec91 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 17 Jul 2017 04:55:52 +0200 Subject: Move more Gtkmm2ext widgets into libwidget --- gtk2_ardour/editor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/editor.h') diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index ba1f989964..8be6dcf77c 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -36,7 +36,6 @@ #include "gtkmm2ext/bindings.h" #include "gtkmm2ext/dndtreeview.h" -#include "gtkmm2ext/pane.h" #include "pbd/stateful.h" #include "pbd/signals.h" @@ -51,6 +50,7 @@ #include "widgets/ardour_button.h" #include "widgets/ardour_dropdown.h" +#include "widgets/pane.h" #include "ardour_dialog.h" #include "public_editor.h" @@ -635,8 +635,8 @@ private: void add_notebook_page (std::string const &, Gtk::Widget &); bool notebook_tab_clicked (GdkEventButton *, Gtk::Widget *); - Gtkmm2ext::HPane edit_pane; - Gtkmm2ext::VPane editor_summary_pane; + ArdourWidgets::HPane edit_pane; + ArdourWidgets::VPane editor_summary_pane; Gtk::EventBox meter_base; Gtk::HBox meter_box; -- cgit v1.2.3