summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-27 23:49:20 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-27 23:49:20 +0000
commit6c5b23c3d3eff317c770c52cf47ca9955be7caba (patch)
tree91f6b3f9d70089226ef546a9c9a9580c7e59d4d2 /src/file.h
parentgseal fix (diff)
parentfixed crash! (diff)
downloadinkscape-6c5b23c3d3eff317c770c52cf47ca9955be7caba.tar.gz
inkscape-6c5b23c3d3eff317c770c52cf47ca9955be7caba.zip
Merge Andrew's new OCAL dialog and clean headers. Please test
(bzr r11027)
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h12
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 );