Remove all occurences of the old Widget_ColorEdit.
[synfig.git] / synfig-studio / src / gtkmm / widget_value.h
index 99bdf5b..2a1c041 100644 (file)
@@ -34,6 +34,7 @@
 //#include <gdkmm/pixbufloader.h>
 //#include <gtkmm/viewport.h>
 #include <gtkmm/adjustment.h>
+#include <gtkmm/colorselection.h>
 //#include <gtkmm/scrolledwindow.h>
 #include <gtkmm/table.h>
 //#include <gtkmm/statusbar.h>
@@ -55,6 +56,7 @@
 #include <synfig/value.h>
 #include <synfig/canvas.h>
 
+#include "widget_color.h"
 
 /* === M A C R O S ========================================================= */
 
@@ -87,8 +89,7 @@ class Widget_ValueBase : public Gtk::HBox
        Gtk::Adjustment angle_adjustment;
 
        Gtk::CheckButton *bool_widget;
-       //Gtk::ColorSelection *color_widget;
-       Widget_ColorEdit *color_widget;
+       Gtk::ColorSelection *color_widget;
        Widget_CanvasChooser *canvas_widget;
        Widget_Enum *enum_widget;
        Widget_Filename *filename_widget;