Rename Widget_ColorEdit to Widget_CustomColorEdit to prepare for new abstract Widget_...
[synfig.git] / synfig-studio / src / gtkmm / widget_value.h
index 99bdf5b..b1391af 100644 (file)
@@ -65,7 +65,7 @@
 namespace studio {
 
 class Widget_Color;
-class Widget_ColorEdit;
+class Widget_CustomColorEdit;
 class Widget_CanvasChooser;
 class Widget_Enum;
 class Widget_Filename;
@@ -88,7 +88,7 @@ class Widget_ValueBase : public Gtk::HBox
 
        Gtk::CheckButton *bool_widget;
        //Gtk::ColorSelection *color_widget;
-       Widget_ColorEdit *color_widget;
+       Widget_CustomColorEdit *color_widget;
        Widget_CanvasChooser *canvas_widget;
        Widget_Enum *enum_widget;
        Widget_Filename *filename_widget;