mechanism to allow Track (or other Route-derived type) to add its own processors...
[ardour.git] / gtk2_ardour / midi_channel_selector.h
index 7f1281d7d02f5d74c14fc93caeab22b7e13a9c38..c7c754c2b74ba642fd5825a0b45d5b5233dc3297 100644 (file)
@@ -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