summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/swatches.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2009-03-20 06:50:37 +0000
committerjoncruz <joncruz@users.sourceforge.net>2009-03-20 06:50:37 +0000
commitdde4ae2586249c04da8277135cc5ea35915474aa (patch)
tree65fbf6a92a0358d192f0e99a1cee53434803f58c /src/ui/dialog/swatches.h
parentchange color of LPE helperpaths in nodetool (diff)
downloadinkscape-dde4ae2586249c04da8277135cc5ea35915474aa.tar.gz
inkscape-dde4ae2586249c04da8277135cc5ea35915474aa.zip
Renamed ColorDef to PaintDef to prep for expanded functionality.
(bzr r7528)
Diffstat (limited to 'src/ui/dialog/swatches.h')
-rw-r--r--src/ui/dialog/swatches.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/swatches.h b/src/ui/dialog/swatches.h
index ed311242e..8b83e1450 100644
--- a/src/ui/dialog/swatches.h
+++ b/src/ui/dialog/swatches.h
@@ -15,7 +15,7 @@
#include "ui/widget/panel.h"
#include "ui/previewholder.h"
-#include "widgets/eek-color-def.h"
+#include "widgets/ege-paint-def.h"
namespace Inkscape {
namespace UI {
@@ -31,7 +31,7 @@ class ColorItem : public Inkscape::UI::Previewable
{
friend void _loadPaletteFile( gchar const *filename );
public:
- ColorItem( eek::ColorDef::ColorType type );
+ ColorItem( ege::PaintDef::ColorType type );
ColorItem( unsigned int r, unsigned int g, unsigned int b,
Glib::ustring& name );
virtual ~ColorItem();
@@ -42,7 +42,7 @@ public:
::PreviewSize size,
guint ratio);
void buttonClicked(bool secondary = false);
- eek::ColorDef def;
+ ege::PaintDef def;
private:
static void _dropDataIn( GtkWidget *widget,