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/widget/imageicon.h | |
| parent | SPDocument->Document (diff) | |
| download | inkscape-feea521541c5d36d23a5fefa579eb9c8323ac30e.tar.gz inkscape-feea521541c5d36d23a5fefa579eb9c8323ac30e.zip | |
SPDocument->Document
(bzr r8407)
Diffstat (limited to 'src/ui/widget/imageicon.h')
| -rw-r--r-- | src/ui/widget/imageicon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/widget/imageicon.h b/src/ui/widget/imageicon.h index 803b2f53f..3819a3c77 100644 --- a/src/ui/widget/imageicon.h +++ b/src/ui/widget/imageicon.h @@ -16,7 +16,7 @@ #include <gtkmm/box.h> -class SPDocument; +class Document; namespace Inkscape { @@ -62,7 +62,7 @@ public: /** * */ - bool showSvgDocument(const SPDocument *doc); + bool showSvgDocument(const Document *doc); /** * @@ -99,7 +99,7 @@ private: /** * The svg document we are currently showing */ - SPDocument *document; + Document *document; /** * The sp_svg_view widget |
