diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/shared.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/shared.html')
-rw-r--r-- | doc/html/shared.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/shared.html b/doc/html/shared.html index cab013e3d..680a14e8d 100644 --- a/doc/html/shared.html +++ b/doc/html/shared.html @@ -40,12 +40,12 @@ be passed around as arguments efficiently, even though they may seem heavyweight. <p> <p><table width="100%"> -<tr bgcolor=#f0f0f0><td><b><a href="ntqbitarray.html">TQBitArray</a></b><td>Array of bits -<tr bgcolor=#f0f0f0><td><b><a href="ntqbitmap.html">TQBitmap</a></b><td>Monochrome (1-bit depth) pixmaps +<tr bgcolor=#f0f0f0><td><b><a href="tqbitarray.html">TQBitArray</a></b><td>Array of bits +<tr bgcolor=#f0f0f0><td><b><a href="tqbitmap.html">TQBitmap</a></b><td>Monochrome (1-bit depth) pixmaps <tr bgcolor=#f0f0f0><td><b><a href="ntqbrush.html">TQBrush</a></b><td>Defines the fill pattern of shapes drawn by a TQPainter -<tr bgcolor=#f0f0f0><td><b><a href="ntqcstring.html">TQCString</a></b><td>Abstraction of the classic C zero-terminated char array (char *) +<tr bgcolor=#f0f0f0><td><b><a href="tqcstring.html">TQCString</a></b><td>Abstraction of the classic C zero-terminated char array (char *) <tr bgcolor=#f0f0f0><td><b><a href="ntqcursor.html">TQCursor</a></b><td>Mouse cursor with an arbitrary shape -<tr bgcolor=#f0f0f0><td><b><a href="ntqdeepcopy.html">TQDeepCopy</a></b><td>Template class which ensures that implicitly shared and explicitly shared classes reference unique data +<tr bgcolor=#f0f0f0><td><b><a href="tqdeepcopy.html">TQDeepCopy</a></b><td>Template class which ensures that implicitly shared and explicitly shared classes reference unique data <tr bgcolor=#f0f0f0><td><b><a href="ntqfont.html">TQFont</a></b><td>Font used for drawing text <tr bgcolor=#f0f0f0><td><b><a href="ntqfontinfo.html">TQFontInfo</a></b><td>General information about fonts <tr bgcolor=#f0f0f0><td><b><a href="ntqfontmetrics.html">TQFontMetrics</a></b><td>Font metrics information @@ -58,7 +58,7 @@ seem heavyweight. <tr bgcolor=#f0f0f0><td><b><a href="ntqpicture.html">TQPicture</a></b><td>Paint device that records and replays TQPainter commands <tr bgcolor=#f0f0f0><td><b><a href="ntqpixmap.html">TQPixmap</a></b><td>Off-screen, pixel-based paint device <tr bgcolor=#f0f0f0><td><b><a href="ntqpointarray.html">TQPointArray</a></b><td>Array of points -<tr bgcolor=#f0f0f0><td><b><a href="ntqregexp.html">TQRegExp</a></b><td>Pattern matching using regular expressions +<tr bgcolor=#f0f0f0><td><b><a href="tqregexp.html">TQRegExp</a></b><td>Pattern matching using regular expressions <tr bgcolor=#f0f0f0><td><b><a href="tqstring.html">TQString</a></b><td>Abstraction of Unicode text and the classic C '\0'-terminated char array <tr bgcolor=#f0f0f0><td><b><a href="tqstringlist.html">TQStringList</a></b><td>List of strings <tr bgcolor=#f0f0f0><td><b><a href="tqvaluelist.html">TQValueList</a></b><td>Value-based template class that provides lists |