diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-16 19:16:00 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-16 19:16:00 +0000 |
commit | ac5fc7f293768c7dfa9c37b525871704bdc7f43e (patch) | |
tree | 8516a8450f9e022421f61d85e6154ae12991bf94 /quanta/data/dtep/html-frameset | |
parent | e985f7e545f4739493965aad69bbecb136dc9346 (diff) | |
download | tdewebdev-ac5fc7f293768c7dfa9c37b525871704bdc7f43e.tar.gz tdewebdev-ac5fc7f293768c7dfa9c37b525871704bdc7f43e.zip |
Fix Quanta data files
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237031 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/data/dtep/html-frameset')
-rw-r--r-- | quanta/data/dtep/html-frameset/font.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/html-frameset/frame.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/html-frameset/frameset.tag | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/quanta/data/dtep/html-frameset/font.tag b/quanta/data/dtep/html-frameset/font.tag index 1c8aa521..2e38aa2c 100644 --- a/quanta/data/dtep/html-frameset/font.tag +++ b/quanta/data/dtep/html-frameset/font.tag @@ -31,7 +31,7 @@ <item>-4</item> </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -71,7 +71,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-frameset/frame.tag b/quanta/data/dtep/html-frameset/frame.tag index 44b8fd0c..0cf37a05 100644 --- a/quanta/data/dtep/html-frameset/frame.tag +++ b/quanta/data/dtep/html-frameset/frame.tag @@ -9,10 +9,10 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="frameset" /> <child name="head" /> -</tqchildren> +</children> </tag> diff --git a/quanta/data/dtep/html-frameset/frameset.tag b/quanta/data/dtep/html-frameset/frameset.tag index c32bd8ae..0c830af5 100644 --- a/quanta/data/dtep/html-frameset/frameset.tag +++ b/quanta/data/dtep/html-frameset/frameset.tag @@ -26,10 +26,10 @@ <textlocation col="0" row="4" /> <location col="1" row="4" colspan="2"/> </attr> -<tqchildren> +<children> <child name="frame" /> <child name="frameset" /> <child name="noframes" /> -</tqchildren> +</children> </tag> </TAGS> |