=== modified file 'src/ui/dialog/recolor-artwork.cpp' --- src/ui/dialog/recolor-artwork.cpp 2013-08-25 16:47:14 +0000 +++ src/ui/dialog/recolor-artwork.cpp 2013-09-01 16:23:29 +0000 @@ -28,7 +28,7 @@ #include #include "recolor-artwork.h" -#include "recolor-artwork-widget.h" +#include "widgets/recolor-artwork-widget.h" namespace Inkscape { @@ -169,4 +169,4 @@ fill-column:99 End: */ -// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 : \ No newline at end of file +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 : === modified file 'src/ui/widget/Makefile_insert' --- src/ui/widget/Makefile_insert 2013-01-08 12:06:44 +0000 +++ src/ui/widget/Makefile_insert 2013-09-02 10:08:41 +0000 @@ -49,6 +49,9 @@ ui/widget/preferences-widget.h \ ui/widget/random.cpp \ ui/widget/random.h \ + ui/widget/recolor-wheel-node.h \ + ui/widget/recolorwheel.cpp \ + ui/widget/recolorwheel.h \ ui/widget/registered-widget.cpp \ ui/widget/registered-widget.h \ ui/widget/registered-enums.h \ === modified file 'src/widgets/Makefile_insert' --- src/widgets/Makefile_insert 2012-12-01 19:42:24 +0000 +++ src/widgets/Makefile_insert 2013-09-02 10:08:47 +0000 @@ -52,6 +52,10 @@ widgets/paintbucket-toolbar.h \ widgets/pencil-toolbar.cpp \ widgets/pencil-toolbar.h \ + widgets/recolor-artwork-widget.cpp \ + widgets/recolor-artwork-widget.h \ + widgets/recolor-selector.cpp \ + widgets/recolor-selector.h \ widgets/rect-toolbar.cpp \ widgets/rect-toolbar.h \ widgets/ruler.cpp \ === modified file 'src/widgets/fill-style.cpp' --- src/widgets/fill-style.cpp 2013-07-31 03:12:42 +0000 +++ src/widgets/fill-style.cpp 2013-09-01 16:13:01 +0000 @@ -53,9 +53,9 @@ #include "fill-style.h" #include "fill-n-stroke-factory.h" -#include "recolor-wheel-node.h" -#include "svg-color.h" -#include "gimpcolorwheel.h" +#include "ui/widget/recolor-wheel-node.h" +#include "svg/svg-color.h" +#include "ui/widget/gimpcolorwheel.h" // These can be deleted once we sort out the libart dependence. === modified file 'src/widgets/recolor-artwork-widget.cpp' --- src/widgets/recolor-artwork-widget.cpp 2013-09-01 10:58:34 +0000 +++ src/widgets/recolor-artwork-widget.cpp 2013-09-01 16:46:57 +0000 @@ -35,9 +35,9 @@ #include "recolor-artwork-widget.h" //#include "fill-n-stroke-factory.h" -#include "recolor-wheel-node.h" -#include "svg-color.h" -#include "recolorwheel.h" +#include "ui/widget/recolor-wheel-node.h" +#include "svg/svg-color.h" +#include "ui/widget/recolorwheel.h" #include "recolor-selector.h" //=== === modified file 'src/widgets/recolor-selector.h' --- src/widgets/recolor-selector.h 2013-09-01 10:58:34 +0000 +++ src/widgets/recolor-selector.h 2013-09-01 16:48:35 +0000 @@ -7,7 +7,7 @@ #include "../color.h" #include "sp-color-slider.h" #include "sp-color-selector.h" -#include "recolor-wheel-node.h" +#include "ui/widget/recolor-wheel-node.h" === modified file 'src/widgets/sp-color-wheel-selector.h' --- src/widgets/sp-color-wheel-selector.h 2013-09-01 10:58:34 +0000 +++ src/widgets/sp-color-wheel-selector.h 2013-09-01 16:20:13 +0000 @@ -7,7 +7,7 @@ #include "../color.h" #include "sp-color-slider.h" #include "sp-color-selector.h" -#include "recolor-wheel-node.h" +#include "ui/widget/recolor-wheel-node.h"