diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:38:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:38:41 -0600 |
commit | f0de9e167e289ab7dc33e57f077c1f04ec7c68c8 (patch) | |
tree | 1fc538e179833e62caec21956bfe47a252be5a72 /kivio/kiviopart/stencils/Dia/Assorted/arrow-chevron.shape | |
parent | 11191ef0b9908604d1d7aaca382b011ef22c454c (diff) | |
download | koffice-f0de9e167e289ab7dc33e57f077c1f04ec7c68c8.tar.gz koffice-f0de9e167e289ab7dc33e57f077c1f04ec7c68c8.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'kivio/kiviopart/stencils/Dia/Assorted/arrow-chevron.shape')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Assorted/arrow-chevron.shape | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Assorted/arrow-chevron.shape b/kivio/kiviopart/stencils/Dia/Assorted/arrow-chevron.shape index 7d7cb3cb..8ff02c32 100644 --- a/kivio/kiviopart/stencils/Dia/Assorted/arrow-chevron.shape +++ b/kivio/kiviopart/stencils/Dia/Assorted/arrow-chevron.shape @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<tqshape xmlns="http://www.daa.com.au/~james/dia-tqshape-ns" xmlns:svg="http://www.w3.org/2000/svg"> +<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg"> <!-- Author: Alan Horkan, 2002, mailto:[email protected] --> <name>Block Arrow - Chevron</name><!-- Block Arrow - Chevron, as seen in PowerPoint 97 --> <icon>arrow-chevron.png</icon> @@ -32,4 +32,4 @@ <svg:polygon style="fill: default" points="0,0 2,0 3,1 2,2 0,2 1,1 "/> <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="0,0 2,0 3,1 2,2 0,2 1,1 "/> </svg:svg> -</tqshape> +</shape> |