diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/html/whatsthis | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip |
Rename ptr 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/whatsthis | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 6a529e32c..df2ed25fd 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -209,8 +209,8 @@ Iterator for QIntDict collections. | QIntDictIterator Iterator for TQMap. | TQMapConstIterator Iterator for TQMap. | TQMapIterator Iterator for TQObjectLists. | TQObjectListIterator -Iterator for QPtrDict collections. | QPtrDictIterator -Iterator for QPtrList collections. | QPtrListIterator +Iterator for TQPtrDict collections. | TQPtrDictIterator +Iterator for TQPtrList collections. | TQPtrListIterator Iterator for TQValueList. | TQValueListIterator Iterator for collections of QListViewItems. | QListViewItemIterator Iterator for the QStrList and QStrIList classes. | QStrListIterator @@ -285,7 +285,7 @@ Popup menu widget. | QPopupMenu Powerful single-page rich text editor. | QTextEdit TQObject that is a web browser plugin. | QNPInstance TQObject that wraps a COM object. | QAxObject -QPtrList of TQObjects. | TQObjectList +TQPtrList of TQObjects. | TQObjectList TQWidget that is a web browser plugin window. | QNPWidget TQWidget that wraps an ActiveX control. | QAxWidget Quick-access button to commands or options, usually used inside a QToolBar. | QToolButton @@ -348,14 +348,14 @@ 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 dictionary based on void* keys. | QPtrDict -Template class that provides a list. | QPtrList -Template class that provides a queue. | QPtrQueue -Template class that provides a stack. | QPtrStack +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 guarded pointers to TQObjects. | QGuardedPtr Template class which ensures that implicitly shared and explicitly shared classes reference unique data. | QDeepCopy -Template collection class that provides a vector (array). | QPtrVector +Template collection class that provides a vector (array). | TQPtrVector Text object on a TQCanvas. | TQCanvasText Text or image display. | QLabel The QDialog API for Motif-based dialogs. | QMotifDialog @@ -370,7 +370,7 @@ The base class of all list box items. | QListBoxItem The base class of all user interface objects. | TQWidget The base class of dialog windows. | QDialog The base class of geometry managers. | QLayout -The base class of most pointer-based TQt collections. | QPtrCollection +The base class of most pointer-based TQt collections. | TQPtrCollection The base class of objects that can be painted. | QPaintDevice The base class of widgets that can have a frame. | QFrame The basis of the Motif Extension. | QMotif |