diff options
| author | johnce <johnce@users.sourceforge.net> | 2009-08-05 06:21:55 +0000 |
|---|---|---|
| committer | johnce <johnce@users.sourceforge.net> | 2009-08-05 06:21:55 +0000 |
| commit | feea521541c5d36d23a5fefa579eb9c8323ac30e (patch) | |
| tree | 38c41baff9d34b45fb5c918024673ce150003550 /src/ui/view/edit-widget.h | |
| parent | SPDocument->Document (diff) | |
| download | inkscape-feea521541c5d36d23a5fefa579eb9c8323ac30e.tar.gz inkscape-feea521541c5d36d23a5fefa579eb9c8323ac30e.zip | |
SPDocument->Document
(bzr r8407)
Diffstat (limited to 'src/ui/view/edit-widget.h')
| -rw-r--r-- | src/ui/view/edit-widget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/view/edit-widget.h b/src/ui/view/edit-widget.h index 2bb708305..28b4b52d2 100644 --- a/src/ui/view/edit-widget.h +++ b/src/ui/view/edit-widget.h @@ -36,7 +36,7 @@ #include "ui/widget/zoom-status.h" struct SPDesktop; -struct SPDocument; +struct Document; struct SPNamedView; namespace Inkscape { @@ -46,14 +46,14 @@ namespace View { class EditWidget : public Gtk::Window, public EditWidgetInterface { public: - EditWidget (SPDocument*); + EditWidget (Document*); ~EditWidget(); // Initialization void initActions(); void initUIManager(); void initLayout(); - void initEdit (SPDocument*); + void initEdit (Document*); void destroyEdit(); // Actions |
