diff options
| author | Tomasz Boczkowski <penginsbacon@gmail.com> | 2015-04-26 11:16:44 +0000 |
|---|---|---|
| committer | Tomasz Boczkowski <penginsbacon@gmail.com> | 2015-04-26 11:16:44 +0000 |
| commit | 773c71790dfa34eb758d27dd8bcfdb4b5b1a349c (patch) | |
| tree | fbd1af52bb6a14813acab623faf42a4b39f754cc /src/widgets/sp-color-notebook.cpp | |
| parent | merged SPColorScales c++-sification from svgpaints branch (diff) | |
| parent | SPColorICC c++sification: using SelectedColor (diff) | |
| download | inkscape-773c71790dfa34eb758d27dd8bcfdb4b5b1a349c.tar.gz inkscape-773c71790dfa34eb758d27dd8bcfdb4b5b1a349c.zip | |
merged SPColorICCSelector c++-sification from svgpaints branch
(bzr r14059.1.9)
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 3555844ec..841130632 100644 --- a/src/widgets/sp-color-notebook.cpp +++ b/src/widgets/sp-color-notebook.cpp @@ -34,7 +34,6 @@ #include "../preferences.h" #include "sp-color-notebook.h" #include "spw-utilities.h" -#include "sp-color-icc-selector.h" #include "svg/svg-icc-color.h" #include "../inkscape.h" #include "../document.h" @@ -44,6 +43,7 @@ #include "ui/tools-switch.h" #include "ui/tools/tool-base.h" #include "ui/widget/color-entry.h" +#include "ui/widget/color-icc-selector.h" #include "ui/widget/color-scales.h" #include "ui/widget/color-wheel-selector.h" |
