summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-xmlview-tree.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-06-14 21:34:06 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-06-14 21:34:06 +0000
commitc8fae874884858fb54c05015c72f6f551591d0f9 (patch)
treecc3b9bf14dbb556e8bcfab9e9aefdef301fe9939 /src/widgets/sp-xmlview-tree.h
parenttoggle units in the measure tool (diff)
downloadinkscape-c8fae874884858fb54c05015c72f6f551591d0f9.tar.gz
inkscape-c8fae874884858fb54c05015c72f6f551591d0f9.zip
Remove deprecated glib macro wrappers
(bzr r10302.1.1)
Diffstat (limited to 'src/widgets/sp-xmlview-tree.h')
-rw-r--r--src/widgets/sp-xmlview-tree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/sp-xmlview-tree.h b/src/widgets/sp-xmlview-tree.h
index 89f4af547..2b04e79eb 100644
--- a/src/widgets/sp-xmlview-tree.h
+++ b/src/widgets/sp-xmlview-tree.h
@@ -20,9 +20,9 @@
#define SP_TYPE_XMLVIEW_TREE (sp_xmlview_tree_get_type ())
-#define SP_XMLVIEW_TREE(o) (GTK_CHECK_CAST ((o), SP_TYPE_XMLVIEW_TREE, SPXMLViewTree))
-#define SP_IS_XMLVIEW_TREE(o) (GTK_CHECK_TYPE ((o), SP_TYPE_XMLVIEW_TREE))
-#define SP_XMLVIEW_TREE_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), SP_TYPE_XMLVIEW_TREE))
+#define SP_XMLVIEW_TREE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), SP_TYPE_XMLVIEW_TREE, SPXMLViewTree))
+#define SP_IS_XMLVIEW_TREE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), SP_TYPE_XMLVIEW_TREE))
+#define SP_XMLVIEW_TREE_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), SP_TYPE_XMLVIEW_TREE))
struct SPXMLViewTree;
struct SPXMLViewTreeClass;