From 6f57abfc9cd3acf1d648aee696947ac9216adb71 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Sep 2024 14:57:42 +0900 Subject: Rename remaining ntq[s-z]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/whatsthis | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/whatsthis') diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 1264bf28..c59f6aa8 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -22,10 +22,10 @@ Access serialization between threads. | TQMutex Access to a selected area in a TQTable. | TQTableSelection Access to directory structures and their contents in a platform-independent way. | TQDir Access to screen information on multi-head systems. | TQDesktopWidget -Access to the platform audio facilities. | QSound +Access to the platform audio facilities. | TQSound Access to the session manager. | TQSessionManager Access to the window system clipboard. | TQClipboard -Acts like a union for the most common TQt data types. | QVariant +Acts like a union for the most common TQt data types. | TQVariant Allows waiting/waking for conditions between threads. | TQWaitCondition Animated canvas item on a TQCanvas. | TQCanvasSprite Application-global cache for pixmaps. | TQPixmapCache @@ -87,7 +87,7 @@ Date and time functions. | TQDateTime Date editor. | TQDateEdit Date functions. | TQDate Default implementation of all the XML handler classes. | TQXmlDefaultHandler -Defines a Universally Unique Identifier (UUID). | QUuid +Defines a Universally Unique Identifier (UUID). | TQUuid Defines a point in the plane. | TQPoint Defines a rectangle in the plane. | TQRect Defines an interface that exposes information about accessible objects. | TQAccessibleInterface @@ -126,7 +126,7 @@ Event which is sent after a widget is hidden. | TQHideEvent Event which is sent to the widget when a drag and drop first drags onto the widget. | TQDragEnterEvent Event which is sent to the widget when a drag and drop leaves the widget. | TQDragLeaveEvent Event which is sent when a drag and drop is completed. | TQDropEvent -Event which is sent when a widget is shown. | QShowEvent +Event which is sent when a widget is shown. | TQShowEvent Event which is sent while a drag and drop is in progress. | TQDragMoveEvent Extensible provider of mime-typed data. | TQMimeSourceFactory Factory that makes TQImageFormat objects. | TQImageFormatType @@ -163,7 +163,7 @@ Implementation of the FTP protocol. | TQFtp Implementation of the HTTP protocol. | TQHttp Implements a list view item. | TQListViewItem Implements a list/tree view. | TQListView -Implements a splitter widget. | QSplitter +Implements a splitter widget. | TQSplitter Implements an Appearance Manager style. | TQMacStyle Implements parts of the TQAccessibleInterface for TQObjects. | TQAccessibleObject Incremental image decoder for a specific image format. | TQImageFormat @@ -302,7 +302,7 @@ Simplifies locking and unlocking TQMutexes. | TQMutexLocker Single item in a TQIconView. | TQIconViewItem Small displayable piece of rich text. | TQSimpleRichText Spin box widget (spin button). | TQSpinBox -Splash screen that can be shown during application startup. | QSplashScreen +Splash screen that can be shown during application startup. | TQSplashScreen Stack of tabbed widgets. | TQTabDialog Stack of tabbed widgets. | TQTabWidget Stack of widgets of which only the top widget is user-visible. | TQWidgetStack @@ -367,7 +367,7 @@ URL parser and simplifies working with URLs. | TQUrl Used for installing custom colormaps into TQGLWidgets. | TQGLColormap 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 editor widgets for TQVariant data types. | TQEditorFactory Used to create pixmaps for a TQIconSet. | TQIconFactory Used to create the editors used by TQDataTable and TQSqlForm. | TQSqlEditorFactory Used to map widgets to SQL fields. | TQSqlPropertyMap -- cgit v1.2.1