diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-16 19:02:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-16 19:02:47 +0000 |
commit | e985f7e545f4739493965aad69bbecb136dc9346 (patch) | |
tree | 54afd409d8acd6202dd8ab611d24e78c28e4c0a0 /quanta/data/dtep/relaxng | |
parent | f7670c198945adc3b95ad69a959fe5f8ae55b493 (diff) | |
download | tdewebdev-e985f7e545f4739493965aad69bbecb136dc9346.tar.gz tdewebdev-e985f7e545f4739493965aad69bbecb136dc9346.zip |
TQt4 port kdewebdev
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237029 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/data/dtep/relaxng')
-rw-r--r-- | quanta/data/dtep/relaxng/anyName.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/attribute.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/choice.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/data.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/define.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/div.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/element.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/except.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/grammar.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/group.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/include.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/interleave.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/list.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/mixed.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/nsName.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/oneOrMore.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/optional.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/parentRef.tag | 2 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/start.tag | 6 | ||||
-rw-r--r-- | quanta/data/dtep/relaxng/zeroOrMore.tag | 6 |
20 files changed, 52 insertions, 52 deletions
diff --git a/quanta/data/dtep/relaxng/anyName.tag b/quanta/data/dtep/relaxng/anyName.tag index fc6e4c31..3598ddad 100644 --- a/quanta/data/dtep/relaxng/anyName.tag +++ b/quanta/data/dtep/relaxng/anyName.tag @@ -4,8 +4,8 @@ <tag name="anyName"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="except" /> - </children> + </tqchildren> </tag> </TAGS> diff --git a/quanta/data/dtep/relaxng/attribute.tag b/quanta/data/dtep/relaxng/attribute.tag index da288603..33107bf8 100644 --- a/quanta/data/dtep/relaxng/attribute.tag +++ b/quanta/data/dtep/relaxng/attribute.tag @@ -5,7 +5,7 @@ <attr name="datatypeLibrary" type="input" /> <attr name="name" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="anyName" /> <child name="choice" /> <child name="name" /> @@ -19,7 +19,7 @@ <child name="oneOrMore" /> <child name="list" /> <child name="mixed" /> - <child name="parentRef" /> + <child name="tqparentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -27,6 +27,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </children> + </tqchildren> </tag> </TAGS> diff --git a/quanta/data/dtep/relaxng/choice.tag b/quanta/data/dtep/relaxng/choice.tag index a5b07483..9057d664 100644 --- a/quanta/data/dtep/relaxng/choice.tag +++ b/quanta/data/dtep/relaxng/choice.tag @@ -4,7 +4,7 @@ <tag name="choice"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="name" /> <child name="anyName" /> <child name="nsName" /> @@ -20,7 +20,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="parentRef" /> + <child name="tqparentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -28,6 +28,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </children> + </tqchildren> </tag> </TAGS> diff --git a/quanta/data/dtep/relaxng/data.tag b/quanta/data/dtep/relaxng/data.tag index d7c01c05..45ed28e7 100644 --- a/quanta/data/dtep/relaxng/data.tag +++ b/quanta/data/dtep/relaxng/data.tag @@ -5,9 +5,9 @@ <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> <attr name="type" type="input" /> - <children> + <tqchildren> <child name="except" /> <child name="param" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/define.tag b/quanta/data/dtep/relaxng/define.tag index 3d43ef67..5bc39dac 100644 --- a/quanta/data/dtep/relaxng/define.tag +++ b/quanta/data/dtep/relaxng/define.tag @@ -6,7 +6,7 @@ <attr name="datatypeLibrary" type="input" /> <attr name="name" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -18,7 +18,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="parentRef" /> + <child name="tqparentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -26,6 +26,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/div.tag b/quanta/data/dtep/relaxng/div.tag index 1be93bb0..f633852a 100644 --- a/quanta/data/dtep/relaxng/div.tag +++ b/quanta/data/dtep/relaxng/div.tag @@ -4,9 +4,9 @@ <tag name="div"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="div" /> <child name="include" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/element.tag b/quanta/data/dtep/relaxng/element.tag index 7d508021..0a92fc6a 100644 --- a/quanta/data/dtep/relaxng/element.tag +++ b/quanta/data/dtep/relaxng/element.tag @@ -5,7 +5,7 @@ <attr name="datatypeLibrary" type="input" /> <attr name="name" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="anyName" /> <child name="choice" /> <child name="name" /> @@ -21,7 +21,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="parentRef" /> + <child name="tqparentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -29,6 +29,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </children> + </tqchildren> </tag> </TAGS> diff --git a/quanta/data/dtep/relaxng/except.tag b/quanta/data/dtep/relaxng/except.tag index bd85cab5..f6235b38 100644 --- a/quanta/data/dtep/relaxng/except.tag +++ b/quanta/data/dtep/relaxng/except.tag @@ -4,7 +4,7 @@ <tag name="except"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="anyName" /> <child name="choice" /> <child name="name" /> @@ -20,7 +20,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="parentRef" /> + <child name="tqparentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -28,6 +28,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/grammar.tag b/quanta/data/dtep/relaxng/grammar.tag index 0f3f4a99..a9017426 100644 --- a/quanta/data/dtep/relaxng/grammar.tag +++ b/quanta/data/dtep/relaxng/grammar.tag @@ -5,11 +5,11 @@ <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> <attr name="xmlns" type="input" /> - <children> + <tqchildren> <child name="define" /> <child name="div" /> <child name="include" /> <child name="start" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/group.tag b/quanta/data/dtep/relaxng/group.tag index 42f9858b..3f971508 100644 --- a/quanta/data/dtep/relaxng/group.tag +++ b/quanta/data/dtep/relaxng/group.tag @@ -4,7 +4,7 @@ <tag name="group"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="parentRef" /> + <child name="tqparentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/include.tag b/quanta/data/dtep/relaxng/include.tag index ff3310f9..0c1d0885 100644 --- a/quanta/data/dtep/relaxng/include.tag +++ b/quanta/data/dtep/relaxng/include.tag @@ -5,10 +5,10 @@ <attr name="datatypeLibrary" type="input" /> <attr name="href" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="define" /> <child name="div" /> <child name="start" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/interleave.tag b/quanta/data/dtep/relaxng/interleave.tag index d30632ab..e0a1603c 100644 --- a/quanta/data/dtep/relaxng/interleave.tag +++ b/quanta/data/dtep/relaxng/interleave.tag @@ -4,7 +4,7 @@ <tag name="interleave"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="parentRef" /> + <child name="tqparentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/list.tag b/quanta/data/dtep/relaxng/list.tag index f5660fb8..49ee5e57 100644 --- a/quanta/data/dtep/relaxng/list.tag +++ b/quanta/data/dtep/relaxng/list.tag @@ -4,7 +4,7 @@ <tag name="list"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="element" /> <child name="group" /> <child name="choice" /> @@ -12,13 +12,13 @@ <child name="zeroOrMore" /> <child name="oneOrMore" /> <child name="mixed" /> - <child name="parentRef" /> + <child name="tqparentRef" /> <child name="empty" /> <child name="value" /> <child name="data" /> <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/mixed.tag b/quanta/data/dtep/relaxng/mixed.tag index f14335cf..8625b1dd 100644 --- a/quanta/data/dtep/relaxng/mixed.tag +++ b/quanta/data/dtep/relaxng/mixed.tag @@ -4,7 +4,7 @@ <tag name="mixed"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="parentRef" /> + <child name="tqparentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/nsName.tag b/quanta/data/dtep/relaxng/nsName.tag index 39a73cd9..f6bd95bb 100644 --- a/quanta/data/dtep/relaxng/nsName.tag +++ b/quanta/data/dtep/relaxng/nsName.tag @@ -4,8 +4,8 @@ <tag name="nsName"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="except" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/oneOrMore.tag b/quanta/data/dtep/relaxng/oneOrMore.tag index 4658479f..763aff34 100644 --- a/quanta/data/dtep/relaxng/oneOrMore.tag +++ b/quanta/data/dtep/relaxng/oneOrMore.tag @@ -4,7 +4,7 @@ <tag name="oneOrMore"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="parentRef" /> + <child name="tqparentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/optional.tag b/quanta/data/dtep/relaxng/optional.tag index 5d56d5f9..8b51f18b 100644 --- a/quanta/data/dtep/relaxng/optional.tag +++ b/quanta/data/dtep/relaxng/optional.tag @@ -4,7 +4,7 @@ <tag name="optional"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="parentRef" /> + <child name="tqparentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/parentRef.tag b/quanta/data/dtep/relaxng/parentRef.tag index 39ace697..0fcb9817 100644 --- a/quanta/data/dtep/relaxng/parentRef.tag +++ b/quanta/data/dtep/relaxng/parentRef.tag @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE TAGS> <TAGS> - <tag name="parentRef" single="1"> + <tag name="tqparentRef" single="1"> <attr name="datatypeLibrary" type="input" /> <attr name="name" type="input" /> <attr name="ns" type="input" /> diff --git a/quanta/data/dtep/relaxng/start.tag b/quanta/data/dtep/relaxng/start.tag index 2e1a4429..952beee8 100644 --- a/quanta/data/dtep/relaxng/start.tag +++ b/quanta/data/dtep/relaxng/start.tag @@ -5,17 +5,17 @@ <attr name="combine" type="input" /> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="element" /> <child name="choice" /> <child name="optional" /> <child name="zeroOrMore" /> <child name="mixed" /> <child name="ref" /> - <child name="parentRef" /> + <child name="tqparentRef" /> <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/zeroOrMore.tag b/quanta/data/dtep/relaxng/zeroOrMore.tag index 7b8bea98..eb5f468e 100644 --- a/quanta/data/dtep/relaxng/zeroOrMore.tag +++ b/quanta/data/dtep/relaxng/zeroOrMore.tag @@ -4,7 +4,7 @@ <tag name="zeroOrMore"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <children> + <tqchildren> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="parentRef" /> + <child name="tqparentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </children> + </tqchildren> </tag> </TAGS>
\ No newline at end of file |