Code

SPDocument->Document
[inkscape.git] / src / print.h
index 577a169cf819ebdbebce3f13226559ab30399fe3..11efced7bc38c6ce01d459ae72da5ed7bae32703 100644 (file)
@@ -41,9 +41,9 @@ void sp_print_get_param(SPPrintContext *ctx, gchar *name, bool *value);
 
 
 /* UI */
-void sp_print_preview_document(SPDocument *doc);
-void sp_print_document(Gtk::Window& parentWindow, SPDocument *doc);
-void sp_print_document_to_file(SPDocument *doc, gchar const *filename);
+void sp_print_preview_document(Document *doc);
+void sp_print_document(Gtk::Window& parentWindow, Document *doc);
+void sp_print_document_to_file(Document *doc, gchar const *filename);
 
 
 #endif /* !PRINT_H_INKSCAPE */