a-fluidsynth: implement LV2_BANKPATCH__notify
[ardour.git] / gtk2_ardour / route_params_ui.h
index 2f04590c2b2e231e1a650c2c8287147ccd2f6774..76a56c7957eef8e4c1d7c53721a2e6c5e437b29b 100644 (file)
@@ -36,7 +36,7 @@
 
 #include "ardour/ardour.h"
 
-#include <gtkmm2ext/pane.h>
+#include <widgets/pane.h>
 
 #include "ardour_window.h"
 #include "processor_box.h"
@@ -58,7 +58,7 @@ class IOSelector;
 
 class RouteParams_UI : public ArdourWindow, public PBD::ScopedConnectionList
 {
-  public:
+public:
        RouteParams_UI ();
        ~RouteParams_UI();
 
@@ -66,27 +66,27 @@ class RouteParams_UI : public ArdourWindow, public PBD::ScopedConnectionList
        void session_going_away ();
        PluginSelector* plugin_selector() { return _plugin_selector; }
 
-  private:
+private:
        Gtk::VBox                list_vpacker;
        Gtk::ScrolledWindow      route_select_scroller;
 
        Gtk::Notebook            notebook;
-       Gtk::Frame               input_frame;
-       Gtk::Frame               output_frame;
-       Gtkmm2ext::HPane         redir_hpane;
+       Gtk::Frame               input_frame;
+       Gtk::Frame               output_frame;
+       ArdourWidgets::HPane     redir_hpane;
 
-       Gtk::Frame               route_select_frame;
+       Gtk::Frame               route_select_frame;
 
        Gtk::HBox                route_hpacker;
        Gtk::VBox                route_vpacker;
 
        ProcessorBox*            insert_box;
 
-       Gtkmm2ext::HPane         list_hpane;
+       ArdourWidgets::HPane     list_hpane;
 
-       Gtkmm2ext::HPane         right_hpane;
+       ArdourWidgets::HPane     right_hpane;
 
-       Gtk::Frame               route_param_frame;
+       Gtk::Frame               route_param_frame;
 
        Gtk::VBox                choice_vpacker;