diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/annotated.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt-04913ce7.tar.gz tqt-04913ce7.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/annotated.html')
-rw-r--r-- | doc/html/annotated.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 610220c20..a7d41410f 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -274,10 +274,10 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="qnplugin.html">TQNPlugin</a></b><td>The main factory for plugin objects <tr bgcolor=#f0f0f0><td><b><a href="qnetworkoperation.html">TQNetworkOperation</a></b><td>Common operations for network protocols <tr bgcolor=#f0f0f0><td><b><a href="ntqnetworkprotocol.html">TQNetworkProtocol</a></b><td>Common API for network protocols -<tr bgcolor=#f0f0f0><td><b><a href="ntqobject.html">TQObject</a></b><td>The base class of all TQt objects -<tr bgcolor=#f0f0f0><td><b><a href="ntqobjectcleanuphandler.html">TQObjectCleanupHandler</a></b><td>Watches the lifetime of multiple TQObjects -<tr bgcolor=#f0f0f0><td><b><a href="ntqobjectlist.html">TQObjectList</a></b><td>TQPtrList of TQObjects -<tr bgcolor=#f0f0f0><td><b><a href="qobjectlistiterator.html">TQObjectListIterator</a></b><td>Iterator for TQObjectLists +<tr bgcolor=#f0f0f0><td><b><a href="tqobject.html">TQObject</a></b><td>The base class of all TQt objects +<tr bgcolor=#f0f0f0><td><b><a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a></b><td>Watches the lifetime of multiple TQObjects +<tr bgcolor=#f0f0f0><td><b><a href="tqobjectlist.html">TQObjectList</a></b><td>TQPtrList of TQObjects +<tr bgcolor=#f0f0f0><td><b><a href="tqobjectlistiterator.html">TQObjectListIterator</a></b><td>Iterator for TQObjectLists <tr bgcolor=#f0f0f0><td><b><a href="qpngimagepacker.html">TQPNGImagePacker</a></b><td>Creates well-compressed PNG animations <tr bgcolor=#f0f0f0><td><b><a href="ntqpaintdevice.html">TQPaintDevice</a></b><td>The base class of objects that can be painted <tr bgcolor=#f0f0f0><td><b><a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a></b><td>Information about a paint device |