From 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 12:56:43 +0900 Subject: Rename text nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/whatsthis | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc/html/whatsthis') diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 24dcf0c3..370f55ab 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -9,7 +9,7 @@ Abstract base for Qt/Embedded keyboard driver plugins. | QKbdDriverPlugin Abstract base for Qt/Embedded mouse driver plugins. | QMouseDriverPlugin Abstract base for custom TQSqlDriver plugins. | TQSqlDriverPlugin Abstract base for custom QStyle plugins. | QStylePlugin -Abstract base for custom QTextCodec plugins. | QTextCodecPlugin +Abstract base for custom TQTextCodec plugins. | TQTextCodecPlugin Abstract base for custom TQWidget plugins. | TQWidgetPlugin Abstract base for custom image format plugins. | TQImageFormatPlugin Abstract base for fixed-size grids. | QGridView @@ -43,8 +43,8 @@ Array of bytes. | QByteArray Array of points. | QPointArray Asynchronous DNS lookups. | QDns Base class for QMenuBar and QPopupMenu. | QMenuData -Base class for implementing QTextEdit syntax highlighters. | QSyntaxHighlighter -Basic functions for reading and writing text using a TQIODevice. | QTextStream +Base class for implementing TQTextEdit syntax highlighters. | QSyntaxHighlighter +Basic functions for reading and writing text using a TQIODevice. | TQTextStream Blank space in a layout. | QSpacerItem Bridge between application objects and script code. | QAxScriptManager Browsing and editing of SQL tables and views. | TQSqlCursor @@ -72,9 +72,9 @@ Common operations for network protocols. | QNetworkOperation Common operations on URLs. | QUrlOperator Communication capabilities between several clients. | QCopChannel Const iterator for TQValueList. | TQValueListConstIterator -Convenience class for input streams. | QTextIStream -Convenience class for output streams. | QTextOStream -Conversion between text encodings. | QTextCodec +Convenience class for input streams. | TQTextIStream +Convenience class for output streams. | TQTextOStream +Conversion between text encodings. | TQTextCodec Conversion to and from EUC-JP character sets. | QEucJpCodec Conversion to and from EUC-KR character sets. | QEucKrCodec Conversion to and from JIS character sets. | QJisCodec @@ -118,7 +118,7 @@ Doubly-linked list of char*. | TQStrList Doubly-linked list of char* with case-insensitive comparison. | TQStrIList Drag and drop object for transferring colors. | QColorDrag Drag and drop object for transferring images. | TQImageDrag -Drag and drop object for transferring plain and Unicode text. | QTextDrag +Drag and drop object for transferring plain and Unicode text. | TQTextDrag Drag object for a list of URI references. | QUriDrag Ellipse or ellipse segment on a TQCanvas. | TQCanvasEllipse Encapsulates MIME-based data transfer. | QDragObject @@ -282,7 +282,7 @@ Platform-independent threads. | QThread Polygon on a TQCanvas. | TQCanvasPolygon Polygonal canvas item on a TQCanvas. | TQCanvasPolygonalItem Popup menu widget. | QPopupMenu -Powerful single-page rich text editor. | QTextEdit +Powerful single-page rich text editor. | TQTextEdit TQObject that is a web browser plugin. | QNPInstance TQObject that wraps a COM object. | QAxObject TQPtrList of TQObjects. | TQObjectList @@ -306,7 +306,7 @@ Represents one element in the DOM tree. | TQDomElement Represents text data in the parsed XML document. | TQDomText Request header information for HTTP. | QHttpRequestHeader Response header information for HTTP. | QHttpResponseHeader -Rich text browser with hypertext navigation. | QTextBrowser +Rich text browser with hypertext navigation. | TQTextBrowser Robust integer semaphore. | QSemaphore Rounded range control (like a speedometer or potentiometer). | QDial SGI/Irix look and feel. | QSGIStyle @@ -329,8 +329,8 @@ Splash screen that can be shown during application startup. | QSplashScreen Stack of tabbed widgets. | QTabDialog Stack of tabbed widgets. | QTabWidget Stack of widgets of which only the top widget is user-visible. | TQWidgetStack -State-based decoder. | QTextDecoder -State-based encoder. | QTextEncoder +State-based decoder. | TQTextDecoder +State-based encoder. | TQTextEncoder Stores information about URLs. | QUrlInfo Stores meta data about a property. | QMetaProperty Stores meta data associated with a SQL field. | TQSqlFieldInfo -- cgit v1.2.1