summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/automation_controller.h')
-rw-r--r--gtk2_ardour/automation_controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/automation_controller.h b/gtk2_ardour/automation_controller.h
index 7c3641b2df..c2d225b2db 100644
--- a/gtk2_ardour/automation_controller.h
+++ b/gtk2_ardour/automation_controller.h
@@ -31,9 +31,9 @@
#include <boost/shared_ptr.hpp>
#include <gtkmm.h>
-#include "gtkmm2ext/barcontroller.h"
#include "pbd/signals.h"
#include "evoral/Parameter.hpp"
+#include "widgets/barcontroller.h"
namespace ARDOUR {
class Session;
@@ -41,7 +41,7 @@ namespace ARDOUR {
class AutomationControl;
}
-class AutomationBarController : public Gtkmm2ext::BarController {
+class AutomationBarController : public ArdourWidgets::BarController {
public:
AutomationBarController(boost::shared_ptr<ARDOUR::AutomationControl> ac,
Gtk::Adjustment* adj);