summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/plugin_ui.h')
-rw-r--r--gtk2_ardour/plugin_ui.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index b7c6866867..cbc0f72700 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -69,12 +69,9 @@ namespace PBD {
class Controllable;
}
-namespace Gtkmm2ext {
- class HSliderController;
- class BarController;
+namespace ArdourWidgets {
class ClickBox;
class FastMeter;
- class PixmapButton;
}
class LatencyGUI;
@@ -206,7 +203,7 @@ private:
bool is_scrollable;
struct MeterInfo {
- Gtkmm2ext::FastMeter *meter;
+ ArdourWidgets::FastMeter* meter;
bool packed;
MeterInfo () {
@@ -231,7 +228,7 @@ private:
ArdourWidgets::ArdourButton automate_button;
Gtk::Label label;
ArdourWidgets::ArdourDropdown* combo;
- Gtkmm2ext::ClickBox* clickbox;
+ ArdourWidgets::ClickBox* clickbox;
Gtk::FileChooserButton* file_button;
ArdourWidgets::ArdourSpinner* spin_box;