summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-17 04:55:52 +0200
committerRobin Gareus <robin@gareus.org>2017-07-17 21:06:04 +0200
commitf9e5e4360e54f5ff5327b4384ee451d86f8dec91 (patch)
tree6ae86878b9d7db86c101df33559ffec913d9ed19 /gtk2_ardour/location_ui.h
parentb5e9451bc7be12acc5d81c55cdaa6545837f3181 (diff)
Move more Gtkmm2ext widgets into libwidget
Diffstat (limited to 'gtk2_ardour/location_ui.h')
-rw-r--r--gtk2_ardour/location_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index 0d1115feba..46495aa4fc 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -33,8 +33,8 @@
#include "ardour/location.h"
#include "ardour/session_handle.h"
-#include "gtkmm2ext/pane.h"
#include "widgets/ardour_button.h"
+#include "widgets/pane.h"
#include "ardour_window.h"
#include "audio_clock.h"
@@ -180,7 +180,7 @@ private:
LocationEditRow punch_edit_row;
Gtk::VBox loop_punch_box;
- Gtkmm2ext::VPane loc_range_panes;
+ ArdourWidgets::VPane loc_range_panes;
Gtk::VBox loc_frame_box;
Gtk::Button add_location_button;