diff options
Diffstat (limited to 'src/shape-editor.h')
| -rw-r--r-- | src/shape-editor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h index bc4d9eff3..b117c3ce9 100644 --- a/src/shape-editor.h +++ b/src/shape-editor.h @@ -24,7 +24,7 @@ class Path; #include "libnr/nr-point.h" #include "libnr/nr-maybe.h" -class SPKnotHolder; +class KnotHolder; class SPDesktop; class SPNodeContext; class ShapeEditorsCollective; @@ -37,7 +37,7 @@ public: void set_item (SPItem *item); void set_item_lpe_path_parameter(SPItem *item, SPObject *lpeobject, const char * key); - void set_knotholder(SPKnotHolder * knot_holder); + void set_knotholder(KnotHolder * knot_holder); void reset_item (); void unset_item (); @@ -121,7 +121,7 @@ private: SPDesktop *desktop; Inkscape::NodePath::Path *nodepath; - SPKnotHolder *knotholder; + KnotHolder *knotholder; ShapeEditorsCollective *container; |
