packaging tweaks for OS X
[ardour.git] / gtk2_ardour / global_port_matrix.h
index 734c2ff60944b38f2847cb58c986781d34b19e16..1dabcbd379339ae1eb0729dcd86062dbdbcd162d 100644 (file)
@@ -23,7 +23,7 @@
 #include <gtkmm/button.h>
 #include "port_matrix.h"
 #include "port_group.h"
-#include "ardour_dialog.h"
+#include "ardour_window.h"
 
 class GlobalPortMatrix : public PortMatrix
 {
@@ -50,8 +50,7 @@ private:
        };
 };
 
-
-class GlobalPortMatrixWindow : public Gtk::Window
+class GlobalPortMatrixWindow : public ArdourWindow
 {
 public:
        GlobalPortMatrixWindow (ARDOUR::Session *, ARDOUR::DataType);