convert property_foo().set_value(bar) to property_foo() = bar
[ardour.git] / gtk2_ardour / imageframe_time_axis_group.h
index 2eaeb0b66a9fb0d8e1675ed32f0c371aa0943643..090a464b4b89aa487495df275765a6c903ced67f 100644 (file)
@@ -25,7 +25,7 @@
 #include <cmath>
 
 #include <gtkmm.h>
-#include <gtk-canvas.h>
+#include <libgnomecanvas/libgnomecanvas.h>
 #include <jack/jack.h>
 #include "imageframe_time_axis_view.h"
 
@@ -117,7 +117,7 @@ class ImageFrameTimeAxisGroup : public sigc::trackable
                 *
                 * @param color the new base color
                 */
-               void apply_item_color(GdkColor&) ;
+               void apply_item_color(Gdk::Color&) ;
                
                
                //---------------------------------------------------------------------------------------//
@@ -288,7 +288,7 @@ class ImageFrameTimeAxisGroup : public sigc::trackable
                std::string _group_id ;
                
                /* XXX why are these different? */
-               GdkColor region_color ;
+               Gdk::Color region_color ;
                uint32_t stream_base_color ;
                
                /** indicates if this group is currently selected */