diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /doc/html/emb-features.html | |
parent | ccbc1c3572fd0e26480c1432fff55d2909545538 (diff) | |
download | tqt-7bc57326.tar.gz tqt-7bc57326.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/emb-features.html')
-rw-r--r-- | doc/html/emb-features.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/emb-features.html b/doc/html/emb-features.html index 7c778ab12..a560ee847 100644 --- a/doc/html/emb-features.html +++ b/doc/html/emb-features.html @@ -96,7 +96,7 @@ for all Unicode characters. and tagging typed data (eg. text, images, colors) (<a href="qmimesource.html">TQMimeSource</a>) <td valign="top"> <tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_RICHTEXT -<td valign="top">HTML-like text (<a href="ntqstylesheet.html">TQStyleSheet</a>, <a href="ntqlabel.html">TQLabel</a>) +<td valign="top">HTML-like text (<a href="tqstylesheet.html">TQStyleSheet</a>, <a href="ntqlabel.html">TQLabel</a>) <td valign="top">TQT_NO_MIME <tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_DRAGANDDROP <td valign="top">Drag-and-drop data between applications (<a href="ntqdragobject.html">TQDragObject</a>) @@ -154,7 +154,7 @@ with local file retrieval included (<a href="ntqnetworkprotocol.html">TQNetworkP <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Painting/drawing <tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_COLORNAMES <td valign="top">Color names such as "red", used by some <a href="ntqcolor.html">TQColor</a> constructors -and by some HTML documents (<a href="ntqcolor.html">TQColor</a>, <a href="ntqstylesheet.html">TQStyleSheet</a>) +and by some HTML documents (<a href="ntqcolor.html">TQColor</a>, <a href="tqstylesheet.html">TQStyleSheet</a>) <td valign="top"> <tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_TRANSFORMATIONS <td valign="top">Used by a number of classes in TQt. With this, rotation and |