summaryrefslogtreecommitdiffstats
path: root/doc/html/whatsthis
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/html/whatsthis
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt3-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/whatsthis')
-rw-r--r--doc/html/whatsthis44
1 files changed, 22 insertions, 22 deletions
diff --git a/doc/html/whatsthis b/doc/html/whatsthis
index 107f7a004..081d93c79 100644
--- a/doc/html/whatsthis
+++ b/doc/html/whatsthis
@@ -16,7 +16,7 @@ Abstract user interface action that can appear both in menus and tool bars. | TQ
Abstraction for date and edit editors. | TQDateTimeEditBase
Abstraction of Unicode text and the classic C '&#92;0'-terminated char array. | TQString
Abstraction of objects which provide formatted data of a certain MIME type. | TQMimeSource
-Abstraction of the classic C zero-terminated char array (char *). | QCString
+Abstraction of the classic C zero-terminated char array (char *). | TQCString
Abstraction used by TQImageDecoder. | TQImageConsumer
Access serialization between threads. | TQMutex
Access to a selected area in a QTable. | QTableSelection
@@ -31,8 +31,8 @@ Animated canvas item on a TQCanvas. | TQCanvasSprite
Application-global cache for pixmaps. | QPixmapCache
Area with movable labelled icons. | TQIconView
Array of TQCanvasPixmaps. | TQCanvasPixmapArray
-Array of bits. | QBitArray
-Array of bytes. | QByteArray
+Array of bits. | TQBitArray
+Array of bytes. | TQByteArray
Array of points. | QPointArray
Asynchronous DNS lookups. | QDns
Base class for TQMenuBar and TQPopupMenu. | TQMenuData
@@ -153,7 +153,7 @@ Horizontal bar suitable for presenting status information. | TQStatusBar
Horizontal geometry management for its child widgets. | QHBox
Horizontal menu bar. | TQMenuBar
Horizontal progress bar. | QProgressBar
-I/O device that operates on a QByteArray. | QBuffer
+I/O device that operates on a TQByteArray. | QBuffer
I/O device that operates on files. | QFile
IP address. | QHostAddress
Icons for QFileDialog to use. | QFileIconProvider
@@ -180,14 +180,14 @@ Interface to report errors in XML data. | TQXmlErrorHandler
Interface to report the lexical content of XML data. | TQXmlLexicalHandler
Interface to report the logical content of XML data. | TQXmlContentHandler
Interface to resolve external entities contained in XML data. | TQXmlEntityResolver
-Internal class, used with QBitArray. | QBitVal
+Internal class, used with TQBitArray. | TQBitVal
Internationalization support for text output. | QTranslator
-Iterator for QAsciiCache collections. | QAsciiCacheIterator
-Iterator for QAsciiDict collections. | QAsciiDictIterator
-Iterator for QCache collections. | QCacheIterator
-Iterator for QDict collections. | QDictIterator
-Iterator for QIntCache collections. | QIntCacheIterator
-Iterator for QIntDict collections. | QIntDictIterator
+Iterator for TQAsciiCache collections. | TQAsciiCacheIterator
+Iterator for TQAsciiDict collections. | TQAsciiDictIterator
+Iterator for TQCache collections. | TQCacheIterator
+Iterator for TQDict collections. | TQDictIterator
+Iterator for TQIntCache collections. | TQIntCacheIterator
+Iterator for TQIntDict collections. | TQIntDictIterator
Iterator for TQMap. | TQMapConstIterator
Iterator for TQMap. | TQMapIterator
Iterator for TQObjectLists. | TQObjectListIterator
@@ -226,7 +226,7 @@ Means of using comboboxes in QTables. | QComboTableItem
Meta information about TQt objects. | QMetaObject
Microsoft Windows-like look and feel. | QWindowsStyle
Modal dialog with a short message, an icon, and some buttons. | QMessageBox
-Monochrome (1-bit depth) pixmaps. | QBitmap
+Monochrome (1-bit depth) pixmaps. | TQBitmap
More sophisticated Motif-ish look and feel. | QMotifPlusStyle
Motif look and feel. | QMotifStyle
Mouse cursor with an arbitrary shape. | QCursor
@@ -254,7 +254,7 @@ Parameters that describe a context menu event. | QContextMenuEvent
Parameters that describe a mouse event. | QMouseEvent
Parameters that describe a timer event. | TQTimerEvent
Parameters that describe a wheel event. | QWheelEvent
-Pattern matching using regular expressions. | QRegExp
+Pattern matching using regular expressions. | TQRegExp
Per-thread data storage. | TQThreadStorage
Persistent platform-independent application settings. | QSettings
Pixmaps for TQCanvasSprites. | TQCanvasPixmap
@@ -319,19 +319,19 @@ Supports drag and drop operations within a TQIconView. | TQIconDrag
System-independent file information. | QFileInfo
TCP-based server. | QServerSocket
Tab bar, e.g. for use in tabbed dialogs. | QTabBar
-Template class that provides a cache based on TQString keys. | QCache
-Template class that provides a cache based on char* keys. | QAsciiCache
-Template class that provides a cache based on long keys. | QIntCache
-Template class that provides a dictionary based on TQString keys. | QDict
-Template class that provides a dictionary based on char* keys. | QAsciiDict
-Template class that provides a dictionary based on long keys. | QIntDict
+Template class that provides a cache based on TQString keys. | TQCache
+Template class that provides a cache based on char* keys. | TQAsciiCache
+Template class that provides a cache based on long keys. | TQIntCache
+Template class that provides a dictionary based on TQString keys. | TQDict
+Template class that provides a dictionary based on char* keys. | TQAsciiDict
+Template class that provides a dictionary based on long keys. | TQIntDict
Template class that provides a dictionary based on void* keys. | TQPtrDict
Template class that provides a list. | TQPtrList
Template class that provides a queue. | TQPtrQueue
Template class that provides a stack. | TQPtrStack
-Template class that provides arrays of simple types. | QMemArray
+Template class that provides arrays of simple types. | TQMemArray
Template class that provides guarded pointers to TQObjects. | QGuardedPtr
-Template class which ensures that implicitly shared and explicitly shared classes reference unique data. | QDeepCopy
+Template class which ensures that implicitly shared and explicitly shared classes reference unique data. | TQDeepCopy
Template collection class that provides a vector (array). | TQPtrVector
Text object on a TQCanvas. | TQCanvasText
Text or image display. | QLabel
@@ -365,7 +365,7 @@ Translator message and its properties. | QTranslatorMessage
Tree of TQDomNodes which is not usually a complete TQDomDocument. | TQDomDocumentFragment
URL parser and simplifies working with URLs. | QUrl
Used for installing custom colormaps into QGLWidgets. | QGLColormap
-Used to check a string against a regular expression. | QRegExpValidator
+Used to check a string against a regular expression. | TQRegExpValidator
Used to create SQL database connections and to provide transaction handling. | TQSqlDatabase
Used to create editor widgets for QVariant data types. | TQEditorFactory
Used to create pixmaps for a TQIconSet. | TQIconFactory