diff options
| author | Tomasz Boczkowski <penginsbacon@gmail.com> | 2014-05-31 13:09:21 +0000 |
|---|---|---|
| committer | Tomasz Boczkowski <penginsbacon@gmail.com> | 2014-05-31 13:09:21 +0000 |
| commit | 9325918fd04118cda566f15120b975467b2e6e9f (patch) | |
| tree | 2c37b4ef05c4e91657f84050ebf8673ffbac96ba /src/widgets/sp-color-notebook.cpp | |
| parent | SPColorWheelSelector c++-sification: replaced gtk calls by gtkmm versions (diff) | |
| download | inkscape-9325918fd04118cda566f15120b975467b2e6e9f.tar.gz inkscape-9325918fd04118cda566f15120b975467b2e6e9f.zip | |
SPColorScales c++-sification - move to ui/widget
(bzr r13341.6.38)
Diffstat (limited to 'src/widgets/sp-color-notebook.cpp')
| -rw-r--r-- | src/widgets/sp-color-notebook.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sp-color-notebook.cpp b/src/widgets/sp-color-notebook.cpp index 7495d1deb..0e1634314 100644 --- a/src/widgets/sp-color-notebook.cpp +++ b/src/widgets/sp-color-notebook.cpp @@ -30,7 +30,6 @@ #include "../preferences.h" #include "sp-color-notebook.h" #include "spw-utilities.h" -#include "sp-color-scales.h" #include "sp-color-icc-selector.h" #include "svg/svg-icc-color.h" #include "../inkscape.h" @@ -41,6 +40,7 @@ #include "tools-switch.h" #include "ui/tools/tool-base.h" #include "ui/widget/color-entry.h" +#include "ui/widget/color-scales.h" #include "ui/widget/color-wheel-selector.h" using Inkscape::CMSSystem; |
