Code

SPDocument->Document
[inkscape.git] / src / jabber_whiteboard / session-manager.h
index 53cc8f5b4e53f71539800558a2064f45eb677853..48e912265faa7d46705e922ee75c594e2667b964 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "gc-alloc.h"
 
-class SPDocument;
+class Document;
 class SPDesktop;
 
 
@@ -118,10 +118,10 @@ private:
 
 };
 
-SPDocument* makeInkboardDocument(int code, gchar const* rootname, 
+Document* makeInkboardDocument(int code, gchar const* rootname, 
     State::SessionType type, Glib::ustring const& to);
 
-SPDesktop*  makeInkboardDesktop(SPDocument* doc);
+SPDesktop*  makeInkboardDesktop(Document* doc);
 
 }  // namespace Whiteboard