diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-03-13 19:25:30 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-03-13 19:25:30 +0000 |
| commit | af7a01bc898f7c27e2eab95c98c97c8a80aaecef (patch) | |
| tree | 3d70c1bf3279ec7e468c8c98b90567cf96023a6c /src/ui/dialog/swatches.h | |
| parent | Try harder to fix the tablet configuration problem (diff) | |
| download | inkscape-af7a01bc898f7c27e2eab95c98c97c8a80aaecef.tar.gz inkscape-af7a01bc898f7c27e2eab95c98c97c8a80aaecef.zip | |
Splitting the color swatch class to be separate for easier work.
(bzr r9184)
Diffstat (limited to 'src/ui/dialog/swatches.h')
| -rw-r--r-- | src/ui/dialog/swatches.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ui/dialog/swatches.h b/src/ui/dialog/swatches.h index d49b128c0..9dcf0303b 100644 --- a/src/ui/dialog/swatches.h +++ b/src/ui/dialog/swatches.h @@ -11,18 +11,19 @@ #define SEEN_DIALOGS_SWATCHES_H #include <gtkmm/textview.h> -#include <gtkmm/tooltips.h> #include "ui/widget/panel.h" -#include "ui/previewholder.h" -#include "widgets/ege-paint-def.h" namespace Inkscape { namespace UI { + +class PreviewHolder; + namespace Dialogs { class ColorItem; + /** * A panel that displays paint swatches. */ |
