X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fsend_ui.h;h=9f423bd6feba287f59b6f4196322f4b88c4ec8e7;hb=90ea64d1fc9e64347aca9df8c64ff0aeb674410d;hp=16543140a80824382523d12d2df4e95dbda16061;hpb=f6fdd8dcbf41f864e9f0cc32dabe81fe3533ddfe;p=ardour.git diff --git a/gtk2_ardour/send_ui.h b/gtk2_ardour/send_ui.h index 16543140a8..9f423bd6fe 100644 --- a/gtk2_ardour/send_ui.h +++ b/gtk2_ardour/send_ui.h @@ -22,7 +22,7 @@ #include "gain_meter.h" #include "panner_ui.h" -#include "ardour_dialog.h" +#include "ardour_window.h" namespace ARDOUR { class Send; @@ -54,11 +54,11 @@ class SendUI : public Gtk::HBox sigc::connection screen_update_connection; sigc::connection fast_screen_update_connection; - void ins_changed (ARDOUR::IOChange, void*); void outs_changed (ARDOUR::IOChange, void*); + PBD::ScopedConnectionList connections; }; -class SendUIWindow : public ArdourDialog +class SendUIWindow : public ArdourWindow { public: SendUIWindow(boost::shared_ptr, ARDOUR::Session*); @@ -70,7 +70,7 @@ class SendUIWindow : public ArdourDialog Gtk::HBox hpacker; void send_going_away (); - boost::signals2::scoped_connection going_away_connection; + PBD::ScopedConnection going_away_connection; }; #endif /* __ardour_gtk_send_ui_h__ */