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/monitor_section.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/monitor_section.h') diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h index ca85aa5457..9e3cec59bc 100644 --- a/gtk2_ardour/monitor_section.h +++ b/gtk2_ardour/monitor_section.h @@ -35,7 +35,7 @@ #include "processor_box.h" #include "processor_selection.h" -namespace Gtkmm2ext { +namespace ArdourWidgets { class TearOff; } @@ -47,7 +47,7 @@ public: void set_session (ARDOUR::Session*); - Gtkmm2ext::TearOff& tearoff() const { return *_tearoff; } + ArdourWidgets::TearOff& tearoff() const { return *_tearoff; } std::string state_id() const; @@ -56,7 +56,7 @@ public: private: Gtk::HBox hpacker; Gtk::VBox vpacker; - Gtkmm2ext::TearOff* _tearoff; + ArdourWidgets::TearOff* _tearoff; Gtk::HBox channel_table_packer; Gtk::HBox table_hpacker; -- cgit v1.2.3