Separate Ardour UI widgets into dedicated library
[ardour.git] / gtk2_ardour / step_entry.cc
index 639b8b73170ee382cc8d452f8b0384a283b5f69d..4184068eb49712ccdc51eeb910d9bf8cea3f9ad0 100644 (file)
 #include "gtkmm2ext/actions.h"
 #include "gtkmm2ext/keyboard.h"
 
+#include "widgets/tooltips.h"
+
 #include "ardour/filesystem_paths.h"
 
 #include "midi_channel_selector.h"
 #include "midi_time_axis.h"
 #include "step_editor.h"
 #include "step_entry.h"
-#include "tooltips.h"
 #include "utils.h"
 
 #include "pbd/i18n.h"
@@ -42,6 +43,7 @@ using namespace Gtkmm2ext;
 using namespace PBD;
 using namespace ARDOUR;
 using namespace ARDOUR_UI_UTILS;
+using namespace ArdourWidgets;
 
 static void
 _note_off_event_handler (GtkWidget* /*widget*/, int note, gpointer arg)