diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-13 21:16:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-13 21:16:04 +0900 |
commit | 872192923463820529e6e77963afb4bfcfb5ce53 (patch) | |
tree | bf37634f4da8ac66a81cb26695e1a1ab1fea1d06 /doc | |
parent | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (diff) | |
download | tqt3-872192923463820529e6e77963afb4bfcfb5ce53.tar.gz tqt3-872192923463820529e6e77963afb4bfcfb5ce53.zip |
Rename private q* headers into equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.doc | 4 | ||||
-rw-r--r-- | doc/html/index | 18 | ||||
-rw-r--r-- | doc/html/tqaccessible-h.html | 2 | ||||
-rw-r--r-- | doc/html/tqfont-h.html | 4 |
4 files changed, 14 insertions, 14 deletions
diff --git a/doc/changes.doc b/doc/changes.doc index 211f01f61..6ce47761c 100644 --- a/doc/changes.doc +++ b/doc/changes.doc @@ -128,7 +128,7 @@ terms of Qt's signals/slots mechanism directly in TQt Designer. The TQLibrary class provides a platform independent wrapper for runtime loading of shared libraries. Access to the shared libraries uses a -COM-like interface. QPluginManager makes it trivial to implement +COM-like interface. TQPluginManager makes it trivial to implement plugin support in applications. The TQt library is able to load additional styles, database drivers and text codecs from plugins which implement the relevant interfaces, e.g. TQStyleFactoryInterface, @@ -146,7 +146,7 @@ component. \section2 Plugins The TQLibrary class provides a platform independent wrapper for runtime -loading of shared libraries. QPluginManager makes it trivial to implement +loading of shared libraries. TQPluginManager makes it trivial to implement plugin support in applications. The TQt library is able to load additional styles, database drivers and text codecs from plugins. diff --git a/doc/html/index b/doc/html/index index 681eade10..d9bd1fa4d 100644 --- a/doc/html/index +++ b/doc/html/index @@ -4541,7 +4541,7 @@ "TQPlatinumStyle" tqplatinumstyle.html "TQPlatinumStyle::drawRiffles" tqplatinumstyle.html#drawRiffles "TQPlatinumStyle::mixedColor" tqplatinumstyle.html#mixedColor -"QPluginManager::queryInterface" qpluginmanager.html#queryInterface +"TQPluginManager::queryInterface" tqpluginmanager.html#queryInterface "TQPoint" tqpoint.html "TQPoint::isNull" tqpoint.html#isNull "TQPoint::manhattanLength" tqpoint.html#manhattanLength @@ -6085,14 +6085,14 @@ "TQStyleSheetItem::verticalAlignment" tqstylesheetitem.html#verticalAlignment "TQStyleSheetItem::whiteSpaceMode" tqstylesheetitem.html#whiteSpaceMode "TQStyleSheetItem::~TQStyleSheetItem" tqstylesheetitem.html#~TQStyleSheetItem -"QSvgDevice::boundingRect" qsvgdevice.html#boundingRect -"QSvgDevice::load" qsvgdevice.html#load -"QSvgDevice::metric" qsvgdevice.html#metric -"QSvgDevice::play" qsvgdevice.html#play -"QSvgDevice::save" qsvgdevice.html#save -"QSvgDevice::setBoundingRect" qsvgdevice.html#setBoundingRect -"QSvgDevice::toString" qsvgdevice.html#toString -"QSvgDevice::~QSvgDevice" qsvgdevice.html#~QSvgDevice +"TQSvgDevice::boundingRect" tqsvgdevice.html#boundingRect +"TQSvgDevice::load" tqsvgdevice.html#load +"TQSvgDevice::metric" tqsvgdevice.html#metric +"TQSvgDevice::play" tqsvgdevice.html#play +"TQSvgDevice::save" tqsvgdevice.html#save +"TQSvgDevice::setBoundingRect" tqsvgdevice.html#setBoundingRect +"TQSvgDevice::toString" tqsvgdevice.html#toString +"TQSvgDevice::~TQSvgDevice" tqsvgdevice.html#~TQSvgDevice "TQSyntaxHighlighter" tqsyntaxhighlighter.html "TQSyntaxHighlighter::currentParagraph" tqsyntaxhighlighter.html#currentParagraph "TQSyntaxHighlighter::highlightParagraph" tqsyntaxhighlighter.html#highlightParagraph diff --git a/doc/html/tqaccessible-h.html b/doc/html/tqaccessible-h.html index a8f91de1e..10ceff028 100644 --- a/doc/html/tqaccessible-h.html +++ b/doc/html/tqaccessible-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqobject.h" -#include <private/qcom_p.h> +#include <private/tqcom_p.h> #include "tqrect.h" #include "tqguardedptr.h" #include "tqmemarray.h" diff --git a/doc/html/tqfont-h.html b/doc/html/tqfont-h.html index 211c05854..d05fe7182 100644 --- a/doc/html/tqfont-h.html +++ b/doc/html/tqfont-h.html @@ -229,9 +229,9 @@ public: static void cleanup(); static void cacheStatistics(); - // a copy of this lives in qunicodetables.cpp, as we can't include + // a copy of this lives in tqunicodetables.cpp, as we can't include // tqfont.h it in tools/. Do not modify without changing the script - // enum in qunicodetable_p.h aswell. + // enum in tqunicodetable_p.h aswell. enum Script { // European Alphabetic Scripts Latin, |