diff options
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/file.h b/src/file.h index f85b1c34a..93ab32b08 100644 --- a/src/file.h +++ b/src/file.h @@ -15,13 +15,12 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <glib.h> -#include <gtk/gtk.h> - -#include "extension/system.h" +#include <glibmm/ustring.h> +#include "ui/dialog/ocaldialogs.h" struct SPDesktop; struct SPDocument; +class SPObject; namespace Inkscape { namespace Extension { @@ -165,6 +164,11 @@ bool sp_file_export_dialog (Gtk::Window &parentWindow); /** * Import a document from OCAL */ +void on_import_from_ocal_response(Glib::ustring filename); + +/** + * Import a document from OCAL + */ void sp_file_import_from_ocal (Gtk::Window &parentWindow ); |
