diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:35:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:35:23 -0600 |
commit | 5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170 (patch) | |
tree | f6be5c0cc8881dc1d2df5e4d56e59c388b52cd41 /qt/qextscintillalexercss.cpp | |
parent | 2ca85d336093fd44a5effafbc44dde7edd4e30ec (diff) | |
download | tqscintilla-5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170.tar.gz tqscintilla-5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'qt/qextscintillalexercss.cpp')
-rw-r--r-- | qt/qextscintillalexercss.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt/qextscintillalexercss.cpp b/qt/qextscintillalexercss.cpp index ff15caa..6983202 100644 --- a/qt/qextscintillalexercss.cpp +++ b/qt/qextscintillalexercss.cpp @@ -199,16 +199,16 @@ const char *QextScintillaLexerCSS::keywords(int set) const "border-top-style border-right-style " "border-bottom-style border-left-style border-style " "top right bottom left position z-index direction " - "tqunicode-bidi min-width max-width min-height " + "unicode-bidi min-width max-width min-height " "max-height overflow clip visibility content quotes " "counter-reset counter-increment marker-offset size " "marks page-break-before page-break-after " "page-break-inside page orphans widows font-stretch " - "font-size-adjust tqunicode-range units-per-em src " + "font-size-adjust unicode-range units-per-em src " "panose-1 stemv stemh slope cap-height x-height " "ascent descent widths bbox definition-src baseline " "centerline mathline topline text-shadow " - "caption-side table-tqlayout border-collapse " + "caption-side table-layout border-collapse " "border-spacing empty-cells speak-header cursor " "outline outline-width outline-style outline-color " "volume speak pause-before pause-after pause " |