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/midi_channel_selector.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gtk2_ardour/midi_channel_selector.h') diff --git a/gtk2_ardour/midi_channel_selector.h b/gtk2_ardour/midi_channel_selector.h index 7f1281d7d0..c7c754c2b7 100644 --- a/gtk2_ardour/midi_channel_selector.h +++ b/gtk2_ardour/midi_channel_selector.h @@ -30,7 +30,7 @@ #include "gtkmm/radiobutton.h" #include "gtkmm/label.h" -#include "gtkmm2ext/stateful_button.h" +#include "widgets/stateful_button.h" #include "ardour/types.h" @@ -53,11 +53,11 @@ public: protected: virtual void button_toggled(Gtk::ToggleButton* button, uint8_t button_nr) = 0; - Gtk::Label _button_labels[4][4]; - Gtkmm2ext::StatefulToggleButton _buttons[4][4]; - int _recursion_counter; + Gtk::Label _button_labels[4][4]; + ArdourWidgets::StatefulToggleButton _buttons[4][4]; + int _recursion_counter; - bool was_clicked (GdkEventButton*); + bool was_clicked (GdkEventButton*); }; class SingleMidiChannelSelector : public MidiChannelSelector -- cgit v1.2.3