diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-25 05:28:35 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-25 05:28:35 +0000 |
commit | f008adb5a77e094eaf6abf3fc0f36958e66896a5 (patch) | |
tree | 8e9244c4d4957c36be81e15b566b4aa5ea26c982 /kivio/kiviopart/stencils/Dia/Sybase | |
parent | 1210f27b660efb7b37ff43ec68763e85a403471f (diff) | |
download | koffice-f008adb5a77e094eaf6abf3fc0f36958e66896a5.tar.gz koffice-f008adb5a77e094eaf6abf3fc0f36958e66896a5.zip |
TQt4 port koffice
This should enable compilation under both Qt3 and Qt4; fixes for any missed components will be forthcoming
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238284 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kivio/kiviopart/stencils/Dia/Sybase')
4 files changed, 8 insertions, 8 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Sybase/client.shape b/kivio/kiviopart/stencils/Dia/Sybase/client.shape index 4d3f913f..81ff9f03 100644 --- a/kivio/kiviopart/stencils/Dia/Sybase/client.shape +++ b/kivio/kiviopart/stencils/Dia/Sybase/client.shape @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" +<tqshape xmlns="http://www.daa.com.au/~james/dia-tqshape-ns" xmlns:svg="http://www.w3.org/2000/svg"> <name>Sybase - Client Application</name> <icon>client.xpm</icon> @@ -21,5 +21,5 @@ <svg:path style="stroke:foreground; stroke-width: 0.5" d="M1.2,.8 L1.2,1.2 L1.6,1 L1.2,.8"/> </svg:svg> -</shape> +</tqshape> diff --git a/kivio/kiviopart/stencils/Dia/Sybase/dataserver.shape b/kivio/kiviopart/stencils/Dia/Sybase/dataserver.shape index 49cce15d..85340990 100644 --- a/kivio/kiviopart/stencils/Dia/Sybase/dataserver.shape +++ b/kivio/kiviopart/stencils/Dia/Sybase/dataserver.shape @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" +<tqshape xmlns="http://www.daa.com.au/~james/dia-tqshape-ns" xmlns:svg="http://www.w3.org/2000/svg"> <name>Sybase - Dataserver</name> <icon>dataserver.xpm</icon> @@ -19,7 +19,7 @@ M 0.0706,0.66667 L 1.5,0.66667 M 0,1 L 1.5,1 M 0.0706,1.33333 L 1.5,1.33333 M 0.24,1.66667 L 1.5,1.66667" /> </svg:svg> -</shape> +</tqshape> diff --git a/kivio/kiviopart/stencils/Dia/Sybase/ltm.shape b/kivio/kiviopart/stencils/Dia/Sybase/ltm.shape index 1df9b7fc..508b64bf 100644 --- a/kivio/kiviopart/stencils/Dia/Sybase/ltm.shape +++ b/kivio/kiviopart/stencils/Dia/Sybase/ltm.shape @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" +<tqshape xmlns="http://www.daa.com.au/~james/dia-tqshape-ns" xmlns:svg="http://www.w3.org/2000/svg"> <name>Sybase - Log Transfer Manager/Rep Agent</name> <icon>ltm.xpm</icon> @@ -28,4 +28,4 @@ d="M 1.4,1 L 1.8,1"/> </svg:svg> -</shape> +</tqshape> diff --git a/kivio/kiviopart/stencils/Dia/Sybase/repserver.shape b/kivio/kiviopart/stencils/Dia/Sybase/repserver.shape index 946603b1..bef14946 100644 --- a/kivio/kiviopart/stencils/Dia/Sybase/repserver.shape +++ b/kivio/kiviopart/stencils/Dia/Sybase/repserver.shape @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" +<tqshape xmlns="http://www.daa.com.au/~james/dia-tqshape-ns" xmlns:svg="http://www.w3.org/2000/svg"> <name>Sybase - Replication Server</name> <icon>repserver.xpm</icon> @@ -26,6 +26,6 @@ points="1,1 .7,.85 .7,1.15"/> <svg:circle style="stroke:none; fill:foreground" cx="1" cy="1" r=".5"/> </svg:svg> -</shape> +</tqshape> |