packaging tweaks for OS X
[ardour.git] / gtk2_ardour / global_port_matrix.h
index 2ecf26c33d5903bd2d7e5ea0710d3959878d9840..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,7 +50,7 @@ private:
        };
 };
 
-class GlobalPortMatrixWindow : public ArdourDialog
+class GlobalPortMatrixWindow : public ArdourWindow
 {
 public:
        GlobalPortMatrixWindow (ARDOUR::Session *, ARDOUR::DataType);