Code

Filters. Custom predefined filters update and new ABC filters.
[inkscape.git] / src / print.h
index 11efced7bc38c6ce01d459ae72da5ed7bae32703..f566d4e31b3ba0d69380e661323e17810e0ee46f 100644 (file)
@@ -41,9 +41,9 @@ void sp_print_get_param(SPPrintContext *ctx, gchar *name, bool *value);
 
 
 /* UI */
-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);
+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);
 
 
 #endif /* !PRINT_H_INKSCAPE */
@@ -57,4 +57,4 @@ void sp_print_document_to_file(Document *doc, gchar const *filename);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :