summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-25 17:42:31 +0000
committerAlex Valavanis <valavanisalex@googlemail.com>2013-03-25 17:42:31 +0000
commit0cdd007ebf8dcfbd39c1d36ab53f43617eb692df (patch)
tree0ac5146d9316011fa285ff0733c30acddfcab965 /src/file.h
parentTranslations. Fix for Bug #837962 (Untranslatable and not localized strings). (diff)
downloadinkscape-0cdd007ebf8dcfbd39c1d36ab53f43617eb692df.tar.gz
inkscape-0cdd007ebf8dcfbd39c1d36ab53f43617eb692df.zip
Workaround usage of deprecated glib symbols in 3rd party libraries
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/file.h b/src/file.h
index b173ca58c..fe8ad9af3 100644
--- a/src/file.h
+++ b/src/file.h
@@ -16,7 +16,7 @@
*/
#include <glibmm/ustring.h>
-#include "ui/dialog/ocaldialogs.h"
+#include "extension/system.h"
class SPDesktop;
class SPDocument;
@@ -28,6 +28,10 @@ namespace Inkscape {
}
}
+namespace Gtk {
+class Window;
+}
+
// Get the name of the default template uri
Glib::ustring sp_file_default_template_uri();