summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/swatches.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-03-13 19:25:30 +0000
committerJon A. Cruz <jon@joncruz.org>2010-03-13 19:25:30 +0000
commitaf7a01bc898f7c27e2eab95c98c97c8a80aaecef (patch)
tree3d70c1bf3279ec7e468c8c98b90567cf96023a6c /src/ui/dialog/swatches.h
parentTry harder to fix the tablet configuration problem (diff)
downloadinkscape-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.h7
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.
*/