diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /kate/data/css.xml | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/data/css.xml')
-rw-r--r-- | kate/data/css.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kate/data/css.xml b/kate/data/css.xml index 6b24dba0f..7cfdcfd2c 100644 --- a/kate/data/css.xml +++ b/kate/data/css.xml @@ -135,7 +135,7 @@ <item> speak-punctuation </item> <item> speech-rate </item> <item> stress </item> - <item> table-layout </item> + <item> table-tqlayout </item> <item> text-align </item> <item> text-decoration </item> <item> text-decoration-color </item> @@ -143,7 +143,7 @@ <item> text-shadow </item> <item> text-transform </item> <item> top </item> - <item> unicode-bidi </item> + <item> tqunicode-bidi </item> <item> vertical-align </item> <item> visibility </item> <item> voice-family </item> @@ -206,7 +206,7 @@ <item> font-style </item> <item> font-variant </item> <item> font-weight </item> - <item> unicode-range </item> + <item> tqunicode-range </item> <item> units-per-em </item> <item> src </item> <item> panose-1 </item> @@ -539,7 +539,7 @@ </context> <!-- to be included --> - <!-- finds rules and detects nesting --> + <!-- tqfinds rules and detects nesting --> <context attribute="Normal Text" lineEndContext="#stay" name="FindRuleSets"> <RegExpr attribute="Media" context="Media" String="@media\b" /> <RegExpr attribute="At Rule" context="Import" String="@import\b" /> @@ -555,20 +555,20 @@ <IncludeRules context="FindComments" /> </context> - <!-- finds arguments to properties --> + <!-- tqfinds arguments to properties --> <context attribute="Normal Text" lineEndContext="#stay" name="FindValues"> <RegExpr attribute="Value" context="#stay" String="[-+]?[0-9.]+(em|ex|px|in|cm|mm|pt|pc|deg|rad|grad|ms|s|Hz|kHz)\b" /> <RegExpr attribute="Value" context="#stay" String="[-+]?[0-9.]+[%]?" /> <RegExpr attribute="Normal Text" context="#stay" String="[\w\-]+" /> </context> - <!-- finds strings --> + <!-- tqfinds strings --> <context attribute="Normal Text" lineEndContext="#stay" name="FindStrings"> <DetectChar attribute="String" context="StringDQ" char=""" /> <DetectChar attribute="String" context="StringSQ" char="'" /> </context> - <!-- finds comments --> + <!-- tqfinds comments --> <context attribute="Normal Text" lineEndContext="#stay" name="FindComments"> <RegExpr attribute="Region Marker" context="#stay" String="/\*BEGIN.*\*/" beginRegion="UserDefined" /> <RegExpr attribute="Region Marker" context="#stay" String="/\*END.*\*/" endRegion="UserDefined" /> |