From aeefd3fe454bfaed093355278b1e2caa84bfd77a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 30 Jun 2024 12:33:25 +0900 Subject: [PATCH] Rename threading nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/classchart.doc | 8 +- doc/html/annotated.html | 12 +- doc/html/classchart.html | 8 +- doc/html/classes.html | 66 +++++----- doc/html/environment.html | 12 +- doc/html/functions.html | 56 ++++---- doc/html/headerfilesynonyms | 2 +- doc/html/headers.html | 10 +- doc/html/hierarchy.html | 12 +- doc/html/index | 88 ++++++------- doc/html/ntqdeepcopy.html | 10 +- doc/html/ntqregexp.html | 4 +- doc/html/ntqt.html | 2 +- doc/html/qt.dcf | 124 +++++++++--------- doc/html/thread.html | 12 +- doc/html/threads.html | 18 +-- doc/html/titleindex | 34 ++--- doc/html/tqmap.html | 2 +- doc/html/{qmutex-h.html => tqmutex-h.html} | 10 +- ...utex-members.html => tqmutex-members.html} | 16 +-- doc/html/{ntqmutex.html => tqmutex.html} | 6 +- ...embers.html => tqmutexlocker-members.html} | 10 +- .../{qmutexlocker.html => tqmutexlocker.html} | 22 ++-- .../{qsemaphore-h.html => tqsemaphore-h.html} | 10 +- ...-members.html => tqsemaphore-members.html} | 22 ++-- .../{ntqsemaphore.html => tqsemaphore.html} | 8 +- doc/html/{qthread-h.html => tqthread-h.html} | 10 +- ...ead-members.html => tqthread-members.html} | 30 ++--- doc/html/{ntqthread.html => tqthread.html} | 8 +- ...dstorage-h.html => tqthreadstorage-h.html} | 10 +- ...bers.html => tqthreadstorage-members.html} | 14 +- ...hreadstorage.html => tqthreadstorage.html} | 12 +- doc/html/tqvaluelist.html | 2 +- doc/html/tqvaluevector.html | 2 +- ...ondition-h.html => tqwaitcondition-h.html} | 10 +- ...bers.html => tqwaitcondition-members.html} | 14 +- ...aitcondition.html => tqwaitcondition.html} | 26 ++-- doc/html/whatsthis | 12 +- doc/man/man3/tqdeepcopy.3qt | 2 +- doc/man/man3/tqmap.3qt | 2 +- doc/man/man3/tqmutex.3qt | 30 ++--- doc/man/man3/tqmutexlocker.3qt | 52 ++++---- doc/man/man3/tqregexp.3qt | 2 +- doc/man/man3/tqsemaphore.3qt | 34 ++--- doc/man/man3/tqt.3qt | 2 +- doc/man/man3/tqthread.3qt | 72 +++++----- doc/man/man3/tqthreadstorage.3qt | 58 ++++---- doc/man/man3/tqvaluelist.3qt | 2 +- doc/man/man3/tqvaluevector.3qt | 2 +- doc/man/man3/tqwaitcondition.3qt | 46 +++---- doc/porting3.doc | 2 +- doc/threads.doc | 24 ++-- doc/tqmap.doc | 2 +- doc/tqvaluelist.doc | 2 +- doc/tqvaluevector.doc | 2 +- examples/thread/prodcons/prodcons.cpp | 6 +- examples/thread/semaphores/main.cpp | 6 +- include/ntqmutex.h | 1 - include/ntqsemaphore.h | 1 - include/ntqthread.h | 1 - include/ntqthreadstorage.h | 1 - include/ntqwaitcondition.h | 1 - include/private/qmutex_p.h | 1 - include/private/qmutexpool_p.h | 1 - include/private/qthreadinstance_p.h | 1 - include/private/tqmutex_p.h | 1 + include/private/tqmutexpool_p.h | 1 + include/private/tqthreadinstance_p.h | 1 + include/tqmutex.h | 1 + include/tqsemaphore.h | 1 + include/tqthread.h | 1 + include/tqthreadstorage.h | 1 + include/tqwaitcondition.h | 1 + qmake/generators/projectgenerator.cpp | 2 +- src/codecs/tqtextcodec.cpp | 2 +- src/codecs/tqtextcodecfactory.cpp | 2 +- src/dialogs/qfiledialog.cpp | 2 +- src/inputmethod/qinputcontextfactory.cpp | 2 +- src/kernel/ntqt.h | 8 +- src/kernel/qapplication.cpp | 6 +- src/kernel/qapplication_x11.cpp | 2 +- src/kernel/qeventloop.cpp | 4 +- src/kernel/qeventloop_unix.cpp | 2 +- src/kernel/qeventloop_unix_glib.cpp | 4 +- src/kernel/qeventloop_x11.cpp | 2 +- src/kernel/qeventloop_x11_glib.cpp | 4 +- src/kernel/qmetaobject.cpp | 2 +- src/kernel/qt_kernel.pri | 8 +- src/kernel/tqobject.cpp | 6 +- src/kernel/tqobject.h | 2 +- src/kernel/{qthread.cpp => tqthread.cpp} | 6 +- src/kernel/{ntqthread.h => tqthread.h} | 0 .../{qthread_unix.cpp => tqthread_unix.cpp} | 10 +- src/kernel/tqwidget.cpp | 2 +- src/styles/qcommonstyle.cpp | 2 +- src/tools/qcomlibrary.cpp | 2 +- src/tools/qcstring.cpp | 2 +- src/tools/qdir_unix.cpp | 2 +- src/tools/qgarray.cpp | 2 +- src/tools/qglist.cpp | 2 +- src/tools/qgvector.cpp | 2 +- src/tools/qlocale.cpp | 4 +- src/tools/qregexp.cpp | 4 +- src/tools/qt_tools.pri | 30 ++--- src/tools/{ntqmutex.h => tqmutex.h} | 0 src/tools/{qmutex_p.h => tqmutex_p.h} | 2 +- .../{qmutex_unix.cpp => tqmutex_unix.cpp} | 8 +- src/tools/{qmutexpool.cpp => tqmutexpool.cpp} | 6 +- src/tools/{qmutexpool_p.h => tqmutexpool_p.h} | 2 +- src/tools/{qsemaphore.cpp => tqsemaphore.cpp} | 8 +- src/tools/{ntqsemaphore.h => tqsemaphore.h} | 0 src/tools/tqstring.cpp | 2 +- ...hreadinstance_p.h => tqthreadinstance_p.h} | 2 +- .../{ntqthreadstorage.h => tqthreadstorage.h} | 0 ...rage_unix.cpp => tqthreadstorage_unix.cpp} | 8 +- .../{ntqwaitcondition.h => tqwaitcondition.h} | 0 ...tion_unix.cpp => tqwaitcondition_unix.cpp} | 8 +- tutorial/t15/main.h | 2 +- 118 files changed, 638 insertions(+), 638 deletions(-) rename doc/html/{qmutex-h.html => tqmutex-h.html} (94%) rename doc/html/{qmutex-members.html => tqmutex-members.html} (80%) rename doc/html/{ntqmutex.html => tqmutex.html} (97%) rename doc/html/{qmutexlocker-members.html => tqmutexlocker-members.html} (84%) rename doc/html/{qmutexlocker.html => tqmutexlocker.html} (87%) rename doc/html/{qsemaphore-h.html => tqsemaphore-h.html} (92%) rename doc/html/{qsemaphore-members.html => tqsemaphore-members.html} (71%) rename doc/html/{ntqsemaphore.html => tqsemaphore.html} (96%) rename doc/html/{qthread-h.html => tqthread-h.html} (94%) rename doc/html/{qthread-members.html => tqthread-members.html} (68%) rename doc/html/{ntqthread.html => tqthread.html} (97%) rename doc/html/{qthreadstorage-h.html => tqthreadstorage-h.html} (93%) rename doc/html/{qthreadstorage-members.html => tqthreadstorage-members.html} (77%) rename doc/html/{ntqthreadstorage.html => tqthreadstorage.html} (95%) rename doc/html/{qwaitcondition-h.html => tqwaitcondition-h.html} (92%) rename doc/html/{qwaitcondition-members.html => tqwaitcondition-members.html} (78%) rename doc/html/{ntqwaitcondition.html => tqwaitcondition.html} (90%) delete mode 120000 include/ntqmutex.h delete mode 120000 include/ntqsemaphore.h delete mode 120000 include/ntqthread.h delete mode 120000 include/ntqthreadstorage.h delete mode 120000 include/ntqwaitcondition.h delete mode 120000 include/private/qmutex_p.h delete mode 120000 include/private/qmutexpool_p.h delete mode 120000 include/private/qthreadinstance_p.h create mode 120000 include/private/tqmutex_p.h create mode 120000 include/private/tqmutexpool_p.h create mode 120000 include/private/tqthreadinstance_p.h create mode 120000 include/tqmutex.h create mode 120000 include/tqsemaphore.h create mode 120000 include/tqthread.h create mode 120000 include/tqthreadstorage.h create mode 120000 include/tqwaitcondition.h rename src/kernel/{qthread.cpp => tqthread.cpp} (98%) rename src/kernel/{ntqthread.h => tqthread.h} (100%) rename src/kernel/{qthread_unix.cpp => tqthread_unix.cpp} (99%) rename src/tools/{ntqmutex.h => tqmutex.h} (100%) rename src/tools/{qmutex_p.h => tqmutex_p.h} (97%) rename src/tools/{qmutex_unix.cpp => tqmutex_unix.cpp} (99%) rename src/tools/{qmutexpool.cpp => tqmutexpool.cpp} (98%) rename src/tools/{qmutexpool_p.h => tqmutexpool_p.h} (99%) rename src/tools/{qsemaphore.cpp => tqsemaphore.cpp} (98%) rename src/tools/{ntqsemaphore.h => tqsemaphore.h} (100%) rename src/tools/{qthreadinstance_p.h => tqthreadinstance_p.h} (99%) rename src/tools/{ntqthreadstorage.h => tqthreadstorage.h} (100%) rename src/tools/{qthreadstorage_unix.cpp => tqthreadstorage_unix.cpp} (98%) rename src/tools/{ntqwaitcondition.h => tqwaitcondition.h} (100%) rename src/tools/{qwaitcondition_unix.cpp => tqwaitcondition_unix.cpp} (98%) diff --git a/doc/classchart.doc b/doc/classchart.doc index 5ca79710..12f6c47e 100644 --- a/doc/classchart.doc +++ b/doc/classchart.doc @@ -50,7 +50,7 @@ - + @@ -279,7 +279,7 @@ - + @@ -293,7 +293,7 @@ - + @@ -314,7 +314,7 @@ - + diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 57ac9aec..9633f528 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -248,8 +248,8 @@ body { background: #ffffff; color: black; } TQMouseEventParameters that describe a mouse event TQMoveEventEvent parameters for move events TQMovieIncremental loading of animations or images, signalling as it progresses -TQMutexAccess serialization between threads -TQMutexLockerSimplifies locking and unlocking TQMutexes +TQMutexAccess serialization between threads +TQMutexLockerSimplifies locking and unlocking TQMutexes TQNPInstanceTQObject that is a web browser plugin TQNPStreamStream of data provided to a TQNPInstance by the browser TQNPWidgetTQWidget that is a web browser plugin window @@ -298,7 +298,7 @@ body { background: #ffffff; color: black; } TQSGIStyleSGI/Irix look and feel TQScrollBarVertical or horizontal scroll bar TQScrollViewScrolling area with on-demand scroll bars -TQSemaphoreRobust integer semaphore +TQSemaphoreRobust integer semaphore TQServerSocketTCP-based server TQSessionManagerAccess to the session manager TQSettingsPersistent platform-independent application settings @@ -368,8 +368,8 @@ body { background: #ffffff; color: black; } TQTextIStreamConvenience class for input streams TQTextOStreamConvenience class for output streams TQTextStreamBasic functions for reading and writing text using a TQIODevice -TQThreadPlatform-independent threads -TQThreadStoragePer-thread data storage +TQThreadPlatform-independent threads +TQThreadStoragePer-thread data storage TQTimeClock time functions TQTimeEditTime editor TQTimerTimer signals and single-shot timers @@ -399,7 +399,7 @@ body { background: #ffffff; color: black; } TQValueVectorValue-based template class that provides a dynamic array TQVariantActs like a union for the most common TQt data types TQWMatrix2D transformations of a coordinate system -TQWaitConditionAllows waiting/waking for conditions between threads +TQWaitConditionAllows waiting/waking for conditions between threads TQWhatsThisSimple description of any widget, i.e. answering the question "What's this?" TQWheelEventParameters that describe a wheel event TQWidgetThe base class of all user interface objects diff --git a/doc/html/classchart.html b/doc/html/classchart.html index 133d1d5f..ae9cc170 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } - + @@ -269,7 +269,7 @@ body { background: #ffffff; color: black; } - + @@ -283,7 +283,7 @@ body { background: #ffffff; color: black; } - + @@ -304,7 +304,7 @@ body { background: #ffffff; color: black; } - + diff --git a/doc/html/classes.html b/doc/html/classes.html index da7b6b48..7f0ff8e3 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -73,7 +73,7 @@ classes, see TQt's Main Classes. TQAccessibleObject - + TQImageConsumer @@ -233,7 +233,7 @@ classes, see TQt's Main Classes. TQPtrVector -TQThread +TQThread @@ -244,14 +244,14 @@ classes, see TQt's Main Classes. TQPushButton -TQThreadStorage +TQThreadStorage TQDomNode - - + + R TQRadioButton @@ -262,7 +262,7 @@ classes, see TQt's Main Classes. TQDomNodeList - + TQRangeControl @@ -329,9 +329,9 @@ classes, see TQt's Main Classes. TQDragLeaveEvent TQLayoutIterator -S - -* + + + TQToolTip @@ -340,7 +340,7 @@ classes, see TQt's Main Classes. TQDragMoveEvent TQLCDNumber - +S TQScrollBar TQToolTipGroup @@ -363,7 +363,7 @@ classes, see TQt's Main Classes. TQLineEdit -TQSemaphore +TQSemaphore TQTranslatorMessage @@ -557,13 +557,13 @@ classes, see TQt's Main Classes. TQCanvasView - + TQMenuData TQSpacerItem W -TQWaitCondition +TQWaitCondition TQCDEStyle @@ -634,7 +634,7 @@ classes, see TQt's Main Classes. TQChildEvent - + TQMotifDialog * @@ -645,7 +645,7 @@ classes, see TQt's Main Classes. TQClipboard - + TQMotifPlusStyle @@ -680,7 +680,7 @@ classes, see TQt's Main Classes. TQGLColormap - + TQSqlField @@ -691,7 +691,7 @@ classes, see TQt's Main Classes. TQGLContext - + TQSqlFieldInfo @@ -706,7 +706,7 @@ classes, see TQt's Main Classes. TQSqlForm - + TQComboBox @@ -717,7 +717,7 @@ classes, see TQt's Main Classes. TQSqlIndex - + TQComboTableItem @@ -734,22 +734,22 @@ classes, see TQt's Main Classes. TQGridLayout -TQMutex +TQMutex TQSqlQuery - + TQConstString TQGridView -TQMutexLocker +TQMutexLocker TQSqlRecord - + TQContextMenuEvent @@ -760,10 +760,10 @@ classes, see TQt's Main Classes. TQSqlRecordInfo - + - + TQGuardedPtr @@ -924,8 +924,8 @@ classes, see TQt's Main Classes. TQPalette TQStyleSheetItem - - + + TQDesktopWidget @@ -935,8 +935,8 @@ classes, see TQt's Main Classes. TQPen TQSyntaxHighlighter - - + + TQDial @@ -946,8 +946,8 @@ classes, see TQt's Main Classes. TQPicture T TQt - - + + TQDialog @@ -957,8 +957,8 @@ classes, see TQt's Main Classes. TQPixmap TQTab - - + +

* Extension classes of Motif and Netscape. diff --git a/doc/html/environment.html b/doc/html/environment.html index 4805996d..28860e8b 100644 --- a/doc/html/environment.html +++ b/doc/html/environment.html @@ -41,16 +41,16 @@ event handling, access to system settings, TQEventThe base class of all event classes. Event objects contain event parameters TQFontDatabaseInformation about the fonts available in the underlying window system TQMimeSourceFactoryExtensible provider of mime-typed data -TQMutexAccess serialization between threads -TQMutexLockerSimplifies locking and unlocking TQMutexes +TQMutexAccess serialization between threads +TQMutexLockerSimplifies locking and unlocking TQMutexes TQPixmapCacheApplication-global cache for pixmaps -TQSemaphoreRobust integer semaphore +TQSemaphoreRobust integer semaphore TQSessionManagerAccess to the session manager -TQThreadPlatform-independent threads -TQThreadStoragePer-thread data storage +TQThreadPlatform-independent threads +TQThreadStoragePer-thread data storage TQTranslatorInternationalization support for text output TQTranslatorMessageTranslator message and its properties -TQWaitConditionAllows waiting/waking for conditions between threads +TQWaitConditionAllows waiting/waking for conditions between threads


diff --git a/doc/html/functions.html b/doc/html/functions.html index e8c20a9b..e432996c 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -236,7 +236,7 @@ abort: TQButton TQCheckBox TQPushButton TQRadioButton
  • autoReset: TQProgressDialog
  • autoUnload: TQLibrary
  • available: - TQSemaphore TQSound
  • availableGeometry: + TQSemaphore TQSound
  • availableGeometry: TQDesktopWidget
  • awake: TQEventLoop
  • back: @@ -606,7 +606,7 @@ c: TQHttp
  • currentTab: TQTabBar
  • currentText: TQComboBox TQComboTableItem TQListBox
  • currentThread: - TQThread
  • currentTime: + TQThread
  • currentTime: TQTime
  • currentValueText: TQSpinBox
  • currentVerticalAlignmentChanged: TQTextEdit
  • cursor: @@ -887,7 +887,7 @@ echoMode: TQApplication TQDialog TQEventLoop TQPopupMenu TQSqlDatabase TQSqlQuery
  • executedQuery: TQSqlQuery
  • exists: TQDir TQFile TQFileInfo
  • exit: - TQApplication TQEventLoop TQThread
  • exitLoop: + TQApplication TQEventLoop TQThread
  • exitLoop: TQEventLoop
  • exitStatus: TQProcess
  • expand: TQGridLayout
  • expandTo: @@ -938,7 +938,7 @@ falseText: TQBoxLayout TQGridLayout
  • finish: TQSplashScreen
  • finishButton: TQWizard
  • finished: - TQMovie TQNetworkProtocol TQThread TQUrlOperator
  • first: + TQMovie TQNetworkProtocol TQThread TQUrlOperator
  • first: TQDataBrowser TQFocusData TQPtrList TQSqlQuery TQValueList TQValueVector
  • firstChild: TQDomNode TQListView TQListViewItem
  • firstItem: TQIconView TQListBox
  • firstRecordAvailable: @@ -1100,7 +1100,7 @@ hScrollBarMode: TQTabDialog
  • hasHost: TQUrl
  • hasKey: TQHttpHeader
  • hasLocalData: - TQThreadStorage
  • hasMarkedText: + TQThreadStorage
  • hasMarkedText: TQMultiLineEdit
  • hasMouse: TQWidget
  • hasMouseTracking: TQWidget
  • hasOkButton: @@ -1543,13 +1543,13 @@ label: TQImage TQPixmap
  • loadImages: TQWidgetFactory
  • local8Bit: TQString
  • localData: - TQThreadStorage
  • localFileToUri: + TQThreadStorage
  • localFileToUri: TQUriDrag
  • localName: TQDomNode TQXmlAttributes
  • locale: TQTextCodec
  • localeAwareCompare: TQString
  • lock: - TQApplication TQMutex
  • locked: - TQApplication TQMutex
  • logicalDpiX: + TQApplication TQMutex
  • locked: + TQApplication TQMutex
  • logicalDpiX: TQPaintDeviceMetrics
  • logicalDpiY: TQPaintDeviceMetrics
  • logicalFontSize: TQStyleSheetItem
  • logicalFontSizeStep: @@ -1702,9 +1702,9 @@ m11: TQLabel
  • msec: TQTime
  • msecsTo: TQTime
  • msleep: - TQThread
  • multiLinesEnabled: + TQThread
  • multiLinesEnabled: TQListViewItem
  • mutex: - TQMutexLocker
  • + TQMutexLocker
  • name: TQColor TQDomAttr TQDomDocumentType TQFile TQLocale TQMetaProperty TQObject TQSqlCursor TQSqlField TQSqlFieldInfo TQSqlIndex TQStyleSheetItem TQTextCodec TQUrlInfo
  • nameFilter: TQDir TQUrlOperator
  • nameToType: @@ -1810,11 +1810,11 @@ object: TQGuardedPtr TQListViewItemIterator TQMapConstIterator TQMapIterator TQPoint TQPtrListIterator TQSize TQValueListConstIterator TQValueListIterator
  • operator*=: TQPoint TQSize TQWMatrix
  • operator+: TQCString TQCanvasItemList TQPoint TQRegion TQSize TQString TQValueList
  • operator++: - TQAsciiCacheIterator TQAsciiDictIterator TQCacheIterator TQDictIterator TQIntCacheIterator TQIntDictIterator TQLayoutIterator TQListViewItemIterator TQMapConstIterator TQMapIterator TQPtrDictIterator TQPtrListIterator TQSemaphore TQValueListConstIterator TQValueListIterator
  • operator+=: - TQAsciiCacheIterator TQAsciiDictIterator TQCString TQCacheIterator TQIntCacheIterator TQIntDictIterator TQListViewItemIterator TQPoint TQPtrDictIterator TQPtrListIterator TQRegion TQSemaphore TQSize TQString TQValueList TQValueListIterator
  • operator-: + TQAsciiCacheIterator TQAsciiDictIterator TQCacheIterator TQDictIterator TQIntCacheIterator TQIntDictIterator TQLayoutIterator TQListViewItemIterator TQMapConstIterator TQMapIterator TQPtrDictIterator TQPtrListIterator TQSemaphore TQValueListConstIterator TQValueListIterator
  • operator+=: + TQAsciiCacheIterator TQAsciiDictIterator TQCString TQCacheIterator TQIntCacheIterator TQIntDictIterator TQListViewItemIterator TQPoint TQPtrDictIterator TQPtrListIterator TQRegion TQSemaphore TQSize TQString TQValueList TQValueListIterator
  • operator-: TQPoint TQRegion TQSize
  • operator--: - TQAsciiCacheIterator TQCacheIterator TQIntCacheIterator TQListViewItemIterator TQMapConstIterator TQMapIterator TQPtrListIterator TQSemaphore TQValueListConstIterator TQValueListIterator
  • operator-=: - TQAsciiCacheIterator TQCacheIterator TQIntCacheIterator TQListViewItemIterator TQPoint TQPtrListIterator TQRegion TQSemaphore TQSize TQValueListIterator
  • operator->: + TQAsciiCacheIterator TQCacheIterator TQIntCacheIterator TQListViewItemIterator TQMapConstIterator TQMapIterator TQPtrListIterator TQSemaphore TQValueListConstIterator TQValueListIterator
  • operator-=: + TQAsciiCacheIterator TQCacheIterator TQIntCacheIterator TQListViewItemIterator TQPoint TQPtrListIterator TQRegion TQSemaphore TQSize TQValueListIterator
  • operator->: TQGuardedPtr
  • operator/: TQPoint TQSize
  • operator/=: TQPoint TQSize
  • operator<: @@ -2249,8 +2249,8 @@ rBottom: TQTableItem
  • rowStretch: TQGridLayout
  • rtti: TQCanvasEllipse TQCanvasItem TQCanvasLine TQCanvasPolygon TQCanvasPolygonalItem TQCanvasRectangle TQCanvasSpline TQCanvasSprite TQCanvasText TQCheckListItem TQCheckTableItem TQComboTableItem TQIconViewItem TQListBoxItem TQListViewItem TQTableItem
  • run: - TQThread
  • running: - TQMovie TQThread
  • rwidth: + TQThread
  • running: + TQMovie TQThread
  • rwidth: TQSize
  • rx: TQPoint
  • ry: TQPoint
  • @@ -2668,7 +2668,7 @@ sRect: TQTextEdit
  • setListBox: TQComboBox
  • setListStyle: TQStyleSheetItem
  • setLocalData: - TQThreadStorage
  • setLogicalFontSize: + TQThreadStorage
  • setLogicalFontSize: TQStyleSheetItem
  • setLogicalFontSizeStep: TQStyleSheetItem
  • setLooping: TQImageConsumer
  • setLoops: @@ -3062,7 +3062,7 @@ sRect: TQSplitter
  • skipWhiteSpace: TQTextStream
  • skippedEntity: TQXmlContentHandler
  • sleep: - TQThread
  • sliderMoved: + TQThread
  • sliderMoved: TQScrollBar TQSlider
  • sliderPressed: TQScrollBar TQSlider
  • sliderRect: TQScrollBar TQSlider
  • sliderReleased: @@ -3104,7 +3104,7 @@ sRect: TQWidget
  • standardIcon: TQMessageBox
  • standardSizes: TQFontDatabase
  • start: - TQNetworkProtocol TQProcess TQThread TQTime TQTimer TQUrlOperator
  • startCDATA: + TQNetworkProtocol TQProcess TQThread TQTime TQTimer TQUrlOperator
  • startCDATA: TQXmlLexicalHandler
  • startDTD: TQXmlLexicalHandler
  • startDocument: TQXmlContentHandler
  • startDrag: @@ -3208,7 +3208,7 @@ tab: TQIconView TQListBox TQListView TQListViewItem TQTable
  • takeNode: TQPtrList
  • target: TQDomProcessingInstruction TQDragObject
  • terminate: - TQThread
  • testBit: + TQThread
  • testBit: TQBitArray
  • testOption: TQGLFormat
  • testWFlags: TQWidget
  • text: @@ -3323,7 +3323,7 @@ tab: TQScrollView
  • topRight: TQRect
  • topRow: TQTableSelection
  • total: - TQSemaphore
  • totalCost: + TQSemaphore
  • totalCost: TQAsciiCache TQCache TQIntCache
  • totalHeight: TQListViewItem
  • totalSteps: TQProgressBar TQProgressDialog
  • tr: @@ -3340,8 +3340,8 @@ tab: TQPixmap
  • trueText: TQDataTable
  • truncate: TQCString TQMemArray TQString
  • tryAccess: - TQSemaphore
  • tryLock: - TQApplication TQMutex
  • tryTerminate: + TQSemaphore
  • tryLock: + TQApplication TQMutex
  • tryTerminate: TQProcess
  • turnOffChild: TQCheckListItem
  • type: TQApplication TQCheckListItem TQEvent TQMetaProperty TQNPStream TQSocketDevice TQSocketNotifier TQSqlError TQSqlField TQSqlFieldInfo TQVariant TQXmlAttributes
  • typeID: @@ -3363,7 +3363,7 @@ ucs2: TQTabletEvent
  • unite: TQRect TQRegion
  • unload: TQLibrary
  • unlock: - TQApplication TQMutex
  • unparsedEntityDecl: + TQApplication TQMutex
  • unparsedEntityDecl: TQXmlDTDHandler
  • unpause: TQMovie
  • unregisterDecoderFactory: TQImageDecoder
  • unregisterSocketNotifier: @@ -3406,7 +3406,7 @@ ucs2: TQActionGroup
  • usesTextLabel: TQMainWindow TQToolButton
  • usesTextLabelChanged: TQMainWindow
  • usleep: - TQThread
  • utf8: + TQThread
  • utf8: TQString
  • vScrollBarMode: TQScrollView
  • valid: @@ -3444,10 +3444,10 @@ vScrollBarMode: TQScrollView
  • visualRect: TQStyle
  • wait: - TQThread TQWaitCondition
  • waitForMore: + TQThread TQWaitCondition
  • waitForMore: TQSocket TQSocketDevice
  • wakeAll: - TQWaitCondition
  • wakeOne: - TQWaitCondition
  • wakeUp: + TQWaitCondition
  • wakeOne: + TQWaitCondition
  • wakeUp: TQEventLoop
  • wakeUpGuiThread: TQApplication
  • warning: TQMessageBox TQXmlErrorHandler
  • wasCanceled: diff --git a/doc/html/headerfilesynonyms b/doc/html/headerfilesynonyms index c6040d9c..a9bbf1a5 100644 --- a/doc/html/headerfilesynonyms +++ b/doc/html/headerfilesynonyms @@ -114,7 +114,7 @@ qmimesource.h ntqmime.h qmimesourcefactory.h ntqmime.h qwindowsmime.h ntqmime.h qmacmime.h ntqmime.h -qmutexlocker.h ntqmutex.h +tqmutexlocker.h tqmutex.h qnetworkoperation.h ntqnetworkprotocol.h qnpstream.h ntqnp.h qnpwidget.h ntqnp.h diff --git a/doc/html/headers.html b/doc/html/headers.html index 94af47d1..00d10c5a 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -147,7 +147,7 @@ body { background: #ffffff; color: black; }
  • qmotifwidget.h
  • ntqmovie.h
  • ntqmultilineedit.h -
  • ntqmutex.h +
  • tqmutex.h
  • ntqnamespace.h
  • ntqnetworkprotocol.h
  • ntqnp.h @@ -187,7 +187,7 @@ body { background: #ffffff; color: black; }
  • ntqrtlcodec.h
  • ntqscrollbar.h
  • ntqscrollview.h -
  • ntqsemaphore.h +
  • tqsemaphore.h
  • ntqserversocket.h
  • ntqsessionmanager.h
  • ntqsettings.h @@ -241,8 +241,8 @@ body { background: #ffffff; color: black; }
  • tqtextedit.h
  • tqtextstream.h
  • tqtextview.h -
  • ntqthread.h -
  • ntqthreadstorage.h +
  • tqthread.h +
  • tqthreadstorage.h
  • tqtimer.h
  • ntqtoolbar.h
  • ntqtoolbox.h @@ -262,7 +262,7 @@ body { background: #ffffff; color: black; }
  • ntqvbox.h
  • ntqvbuttongroup.h
  • ntqvgroupbox.h -
  • ntqwaitcondition.h +
  • tqwaitcondition.h
  • ntqwhatsthis.h
  • tqwidget.h
  • tqwidgetfactory.h diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index 0f13a578..6ccf95be 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -161,8 +161,8 @@ classes in the TQt API.
  • TQMimeSource
  • TQMimeSourceFactory
  • TQMovie -
  • TQMutex -
  • TQMutexLocker +
  • TQMutex +
  • TQMutexLocker
  • TQNPlugin
  • TQNPStream
  • TQPaintDevice @@ -212,7 +212,7 @@ classes in the TQt API.
  • TQRect
  • TQRegExp
  • TQRegion -
  • TQSemaphore +
  • TQSemaphore
  • TQSettings
  • TQSimpleRichText
  • TQSize @@ -494,7 +494,7 @@ classes in the TQt API.
  • TQCheckTableItem
  • TQComboTableItem -
  • TQThread +
  • TQThread
  • TQToolTip
  • TQWhatsThis @@ -523,7 +523,7 @@ classes in the TQt API.
  • TQTextIStream
  • TQTextOStream -
  • TQThreadStorage +
  • TQThreadStorage
  • TQTime
  • TQTranslatorMessage
  • TQUrl @@ -539,7 +539,7 @@ classes in the TQt API.
  • TQValueListIterator
  • TQValueVector
  • TQVariant -
  • TQWaitCondition +
  • TQWaitCondition
  • TQWidgetFactory
  • TQWidgetPlugin
  • TQWindowsMime diff --git a/doc/html/index b/doc/html/index index fa9d3bf3..e73b3c12 100644 --- a/doc/html/index +++ b/doc/html/index @@ -4139,17 +4139,17 @@ "QMultiLineEdit::setCursorPosition" ntqmultilineedit.html#setCursorPosition "QMultiLineEdit::setEdited" ntqmultilineedit.html#setEdited "QMultiLineEdit::textLine" ntqmultilineedit.html#textLine -"QMutex" ntqmutex.html -"QMutex::lock" ntqmutex.html#lock -"QMutex::locked" ntqmutex.html#locked -"QMutex::tryLock" ntqmutex.html#tryLock -"QMutex::unlock" ntqmutex.html#unlock -"QMutex::~QMutex" ntqmutex.html#~QMutex -"QMutexLocker" qmutexlocker.html -"QMutexLocker::mutex" qmutexlocker.html#mutex -"QMutexLocker::~QMutexLocker" qmutexlocker.html#~QMutexLocker -"QMutexPool::get" qmutexpool.html#get -"QMutexPool::~QMutexPool" qmutexpool.html#~QMutexPool +"TQMutex" tqmutex.html +"TQMutex::lock" tqmutex.html#lock +"TQMutex::locked" tqmutex.html#locked +"TQMutex::tryLock" tqmutex.html#tryLock +"TQMutex::unlock" tqmutex.html#unlock +"TQMutex::~TQMutex" tqmutex.html#~TQMutex +"TQMutexLocker" tqmutexlocker.html +"TQMutexLocker::mutex" tqmutexlocker.html#mutex +"TQMutexLocker::~TQMutexLocker" tqmutexlocker.html#~TQMutexLocker +"TQMutexPool::get" tqmutexpool.html#get +"TQMutexPool::~TQMutexPool" tqmutexpool.html#~TQMutexPool "QNPInstance" qnpinstance.html "QNPInstance::InstanceMode" qnpinstance.html#InstanceMode "QNPInstance::Reason" qnpinstance.html#Reason @@ -5186,15 +5186,15 @@ "QScrollView::visibleWidth" ntqscrollview.html#visibleWidth "QScrollView::visibleWidth" ntqscrollview.html#visibleWidth-prop "QScrollView::~QScrollView" ntqscrollview.html#~QScrollView -"QSemaphore" ntqsemaphore.html -"QSemaphore::available" ntqsemaphore.html#available -"QSemaphore::operator++" ntqsemaphore.html#operator++ -"QSemaphore::operator+=" ntqsemaphore.html#operator+-eq -"QSemaphore::operator--" ntqsemaphore.html#operator-- -"QSemaphore::operator-=" ntqsemaphore.html#operator--eq -"QSemaphore::total" ntqsemaphore.html#total -"QSemaphore::tryAccess" ntqsemaphore.html#tryAccess -"QSemaphore::~QSemaphore" ntqsemaphore.html#~QSemaphore +"TQSemaphore" tqsemaphore.html +"TQSemaphore::available" tqsemaphore.html#available +"TQSemaphore::operator++" tqsemaphore.html#operator++ +"TQSemaphore::operator+=" tqsemaphore.html#operator+-eq +"TQSemaphore::operator--" tqsemaphore.html#operator-- +"TQSemaphore::operator-=" tqsemaphore.html#operator--eq +"TQSemaphore::total" tqsemaphore.html#total +"TQSemaphore::tryAccess" tqsemaphore.html#tryAccess +"TQSemaphore::~TQSemaphore" tqsemaphore.html#~TQSemaphore "QServerSocket" ntqserversocket.html "QServerSocket::address" ntqserversocket.html#address "QServerSocket::newConnection" ntqserversocket.html#newConnection @@ -6679,25 +6679,25 @@ "TQTextView::readOnly" tqtextview.html#readOnly-prop "TQTextView::undoDepth" tqtextview.html#undoDepth-prop "TQTextView::undoRedoEnabled" tqtextview.html#undoRedoEnabled-prop -"QThread" ntqthread.html -"QThread::Priority" ntqthread.html#Priority -"QThread::currentThread" ntqthread.html#currentThread -"QThread::exit" ntqthread.html#exit -"QThread::finished" ntqthread.html#finished -"QThread::msleep" ntqthread.html#msleep -"QThread::run" ntqthread.html#run -"QThread::running" ntqthread.html#running -"QThread::sleep" ntqthread.html#sleep -"QThread::start" ntqthread.html#start -"QThread::terminate" ntqthread.html#terminate -"QThread::usleep" ntqthread.html#usleep -"QThread::wait" ntqthread.html#wait -"QThread::~QThread" ntqthread.html#~QThread -"QThreadStorage" ntqthreadstorage.html -"QThreadStorage::hasLocalData" ntqthreadstorage.html#hasLocalData -"QThreadStorage::localData" ntqthreadstorage.html#localData -"QThreadStorage::setLocalData" ntqthreadstorage.html#setLocalData -"QThreadStorage::~QThreadStorage" ntqthreadstorage.html#~QThreadStorage +"TQThread" tqthread.html +"TQThread::Priority" tqthread.html#Priority +"TQThread::currentThread" tqthread.html#currentThread +"TQThread::exit" tqthread.html#exit +"TQThread::finished" tqthread.html#finished +"TQThread::msleep" tqthread.html#msleep +"TQThread::run" tqthread.html#run +"TQThread::running" tqthread.html#running +"TQThread::sleep" tqthread.html#sleep +"TQThread::start" tqthread.html#start +"TQThread::terminate" tqthread.html#terminate +"TQThread::usleep" tqthread.html#usleep +"TQThread::wait" tqthread.html#wait +"TQThread::~TQThread" tqthread.html#~TQThread +"TQThreadStorage" tqthreadstorage.html +"TQThreadStorage::hasLocalData" tqthreadstorage.html#hasLocalData +"TQThreadStorage::localData" tqthreadstorage.html#localData +"TQThreadStorage::setLocalData" tqthreadstorage.html#setLocalData +"TQThreadStorage::~TQThreadStorage" tqthreadstorage.html#~TQThreadStorage "TQTime" tqtime.html "TQTime::addMSecs" tqtime.html#addMSecs "TQTime::addSecs" tqtime.html#addSecs @@ -7249,11 +7249,11 @@ "QWMatrix::shear" ntqwmatrix.html#shear "QWMatrix::transformationMode" ntqwmatrix.html#transformationMode "QWMatrix::translate" ntqwmatrix.html#translate -"QWaitCondition" ntqwaitcondition.html -"QWaitCondition::wait" ntqwaitcondition.html#wait -"QWaitCondition::wakeAll" ntqwaitcondition.html#wakeAll -"QWaitCondition::wakeOne" ntqwaitcondition.html#wakeOne -"QWaitCondition::~QWaitCondition" ntqwaitcondition.html#~QWaitCondition +"TQWaitCondition" tqwaitcondition.html +"TQWaitCondition::wait" tqwaitcondition.html#wait +"TQWaitCondition::wakeAll" tqwaitcondition.html#wakeAll +"TQWaitCondition::wakeOne" tqwaitcondition.html#wakeOne +"TQWaitCondition::~TQWaitCondition" tqwaitcondition.html#~TQWaitCondition "QWhatsThis" ntqwhatsthis.html "QWhatsThis::add" ntqwhatsthis.html#add "QWhatsThis::clicked" ntqwhatsthis.html#clicked diff --git a/doc/html/ntqdeepcopy.html b/doc/html/ntqdeepcopy.html index 2e84c58d..37e76561 100644 --- a/doc/html/ntqdeepcopy.html +++ b/doc/html/ntqdeepcopy.html @@ -92,24 +92,24 @@ that use shared classes. In the example below, the variable global_stringglobal_string will result in a deep copy.

         TQDeepCopy<TQString> global_string;  // global string data
    -    TQMutex global_mutex;               // mutex to protext global_string
    +    TQMutex global_mutex;               // mutex to protext global_string
     
         ...
     
         void setGlobalString( const TQString &str )
         {
    -        global_mutex.lock();
    +        global_mutex.lock();
             global_string = str;           // global_string is a deep copy of str
    -        global_mutex.unlock();
    +        global_mutex.unlock();
         }
     
         ...
     
         void MyThread::run()
         {
    -        global_mutex.lock();
    +        global_mutex.lock();
             TQString str = global_string;          // str is a deep copy of global_string
    -        global_mutex.unlock();
    +        global_mutex.unlock();
     
             // process the string data
             ...
    diff --git a/doc/html/ntqregexp.html b/doc/html/ntqregexp.html
    index 6bfdc27b..f75a27a8 100644
    --- a/doc/html/ntqregexp.html
    +++ b/doc/html/ntqregexp.html
    @@ -112,8 +112,8 @@ similar way to command shells. A good text on regexps is Mastering Regular E
     

    Experienced regexp users may prefer to skip the introduction and go directly to the relevant information.

    In case of multi-threaded programming, note that TQRegExp depends on -TQThreadStorage internally. For that reason, TQRegExp should only be -used with threads started with TQThread, i.e. not with threads +TQThreadStorage internally. For that reason, TQRegExp should only be +used with threads started with TQThread, i.e. not with threads started with platform-specific APIs.

      diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html index 0785cd68..3c4dcc93 100644 --- a/doc/html/ntqt.html +++ b/doc/html/ntqt.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } that need to be global-like. More...

      #include <ntqnamespace.h> -

      Inherited by TQObject, TQPixmap, TQBrush, TQCanvasItem, TQCursor, TQPainter, TQEvent, TQIconViewItem, TQKeySequence, TQListViewItem, TQCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, TQTab, TQTableItem, TQThread, TQToolTip, and TQWhatsThis. +

      Inherited by TQObject, TQPixmap, TQBrush, TQCanvasItem, TQCursor, TQPainter, TQEvent, TQIconViewItem, TQKeySequence, TQListViewItem, TQCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, TQTab, TQTableItem, TQThread, TQToolTip, and TQWhatsThis.

      List of all member functions.

      Public Members

        diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index f6467727..f46eb88b 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -4835,22 +4835,22 @@
        -
        - QMutex - lock - locked - tryLock - unlock - ~QMutex -
        -
        -
        -
        - QMutexLocker - mutex - ~QMutexLocker -
        -
        +
        + TQMutex + lock + locked + tryLock + unlock + ~TQMutex +
        +
        +
        +
        + TQMutexLocker + mutex + ~TQMutexLocker +
        +
        QNetworkOperation @@ -6100,18 +6100,18 @@
        -
        - QSemaphore - available - operator++ - operator+= - operator-- - operator-= - total - tryAccess - ~QSemaphore -
        -
        +
        + TQSemaphore + available + operator++ + operator+= + operator-- + operator-= + total + tryAccess + ~TQSemaphore +
        +
        QServerSocket @@ -7909,32 +7909,32 @@
        -
        - QThread - Priority - currentThread - exit - finished - msleep - run - running - sleep - start - terminate - usleep - wait - ~QThread -
        -
        -
        -
        - QThreadStorage - hasLocalData - localData - setLocalData - ~QThreadStorage -
        -
        +
        + TQThread + Priority + currentThread + exit + finished + msleep + run + running + sleep + start + terminate + usleep + wait + ~TQThread +
        +
        +
        +
        + TQThreadStorage + hasLocalData + localData + setLocalData + ~TQThreadStorage +
        +
        TQTime @@ -8578,14 +8578,14 @@
        -
        - QWaitCondition - wait - wakeAll - wakeOne - ~QWaitCondition -
        -
        +
        + TQWaitCondition + wait + wakeAll + wakeOne + ~TQWaitCondition +
        +
        QWhatsThis diff --git a/doc/html/thread.html b/doc/html/thread.html index b9f435f4..b5d992c6 100644 --- a/doc/html/thread.html +++ b/doc/html/thread.html @@ -35,12 +35,12 @@ body { background: #ffffff; color: black; }

        These classes are relevant to threaded applications.

        -
        TQMutexAccess serialization between threads -
        TQMutexLockerSimplifies locking and unlocking TQMutexes -
        TQSemaphoreRobust integer semaphore -
        TQThreadPlatform-independent threads -
        TQThreadStoragePer-thread data storage -
        TQWaitConditionAllows waiting/waking for conditions between threads +
        TQMutexAccess serialization between threads +
        TQMutexLockerSimplifies locking and unlocking TQMutexes +
        TQSemaphoreRobust integer semaphore +
        TQThreadPlatform-independent threads +
        TQThreadStoragePer-thread data storage +
        TQWaitConditionAllows waiting/waking for conditions between threads


        diff --git a/doc/html/threads.html b/doc/html/threads.html index eb3c5076..b99b2f14 100644 --- a/doc/html/threads.html +++ b/doc/html/threads.html @@ -88,19 +88,19 @@ entry in ntqconfig.h.

        These classes are built into the TQt library when thread support is enabled:

          -
        • TQThread - Provides the means to start a new thread, which begins -execution in your reimplementation of TQThread::run(). This is similar +
        • TQThread - Provides the means to start a new thread, which begins +execution in your reimplementation of TQThread::run(). This is similar to the Java thread class. -

        • TQThreadStorage - Provides per-thread data storage. This class can +

        • TQThreadStorage - Provides per-thread data storage. This class can only be used with threads started with TQThread; it cannot be used with threads started with platform-specific APIs. -

        • TQMutex - Provides a mutual exclusion lock (also know as a mutex). -
        • TQMutexLocker - A convenience class which automatically locks and +

        • TQMutex - Provides a mutual exclusion lock (also know as a mutex). +
        • TQMutexLocker - A convenience class which automatically locks and unlocks a TQMutex. TQMutexLocker is useful in complicated code, or in code which uses exceptions. See the documentation for more details. -
        • TQWaitCondition - Provides a way for threads to go to sleep until +
        • TQWaitCondition - Provides a way for threads to go to sleep until woken up by another thread. -
        • TQSemaphore - Provides a simple integer semaphore. +
        • TQSemaphore - Provides a simple integer semaphore.

        Important Definitions

        @@ -145,7 +145,7 @@ reentrant, since they only reference unique data. Only one thread at a time can call member functions on each instance of Number. However, multiple threads can call member functions on separate instances of Number. -

        Thread-safe functions usually use a mutex (e.g a TQMutex) to serialize +

        Thread-safe functions usually use a mutex (e.g a TQMutex) to serialize access to shared data. Because of this, thread-safe functions are usually slower than reentrant functions, because of the extra overhead of locking and unlocking the mutex. For example, given the class Counter below: @@ -307,7 +307,7 @@ instead, which will cause the event loop to delete the object after all pending events have been delivered to the object.

      • Don't do any blocking operations while holding the TQt library mutex. This will freeze up the event loop. -

      • Make sure you unlock a recursive TQMutex as many times as you lock +

      • Make sure you unlock a recursive TQMutex as many times as you lock it, no more and no less.

      • Don't mix the normal TQt library and the threaded TQt library in your application. This means that if your application uses the threaded TQt diff --git a/doc/html/titleindex b/doc/html/titleindex index 2cedaf9a..7ac89b23 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -579,10 +579,10 @@ QMovie Class | ntqmovie.html QMovie Member List | qmovie-members.html QMultiLineEdit Class | ntqmultilineedit.html QMultiLineEdit Member List | qmultilineedit-members.html -QMutex Class | ntqmutex.html -QMutex Member List | qmutex-members.html -QMutexLocker Class | qmutexlocker.html -QMutexLocker Member List | qmutexlocker-members.html +TQMutex Class | tqmutex.html +TQMutex Member List | tqmutex-members.html +TQMutexLocker Class | tqmutexlocker.html +TQMutexLocker Member List | tqmutexlocker-members.html QNPInstance Class | qnpinstance.html QNPInstance Member List | qnpinstance-members.html QNPStream Class | qnpstream.html @@ -680,8 +680,8 @@ QScrollBar Class | ntqscrollbar.html QScrollBar Member List | qscrollbar-members.html QScrollView Class | ntqscrollview.html QScrollView Member List | qscrollview-members.html -QSemaphore Class | ntqsemaphore.html -QSemaphore Member List | qsemaphore-members.html +TQSemaphore Class | tqsemaphore.html +TQSemaphore Member List | tqsemaphore-members.html QServerSocket Class | ntqserversocket.html QServerSocket Member List | qserversocket-members.html QSessionManager Class | ntqsessionmanager.html @@ -822,10 +822,10 @@ TQTextStream Class | tqtextstream.html TQTextStream Member List | tqtextstream-members.html TQTextView Class | tqtextview.html TQTextView Member List | tqtextview-members.html -QThread Class | ntqthread.html -QThread Member List | qthread-members.html -QThreadStorage Class | ntqthreadstorage.html -QThreadStorage Member List | qthreadstorage-members.html +TQThread Class | tqthread.html +TQThread Member List | tqthread-members.html +TQThreadStorage Class | tqthreadstorage.html +TQThreadStorage Member List | tqthreadstorage-members.html TQTime Class | tqtime.html TQTime Member List | tqtime-members.html TQTimeEdit Class | tqtimeedit.html @@ -884,8 +884,8 @@ QVariant Class | ntqvariant.html QVariant Member List | qvariant-members.html QWMatrix Class | ntqwmatrix.html QWMatrix Member List | qwmatrix-members.html -QWaitCondition Class | ntqwaitcondition.html -QWaitCondition Member List | qwaitcondition-members.html +TQWaitCondition Class | tqwaitcondition.html +TQWaitCondition Member List | tqwaitcondition-members.html QWhatsThis Class | ntqwhatsthis.html QWhatsThis Member List | qwhatsthis-members.html QWheelEvent Class | qwheelevent.html @@ -1182,7 +1182,7 @@ ntqmotifstyle.h Include File | qmotifstyle-h.html qmotifwidget.h Include File | qmotifwidget-h.html ntqmovie.h Include File | qmovie-h.html ntqmultilineedit.h Include File | qmultilineedit-h.html -ntqmutex.h Include File | qmutex-h.html +tqmutex.h Include File | tqmutex-h.html ntqnamespace.h Include File | qnamespace-h.html ntqnetwork.h Example File | qnetwork-h.html ntqnetworkprotocol.h Include File | qnetworkprotocol-h.html @@ -1223,7 +1223,7 @@ ntqregion.h Include File | qregion-h.html ntqrtlcodec.h Include File | qrtlcodec-h.html ntqscrollbar.h Include File | qscrollbar-h.html ntqscrollview.h Include File | qscrollview-h.html -ntqsemaphore.h Include File | qsemaphore-h.html +tqsemaphore.h Include File | tqsemaphore-h.html ntqserversocket.h Include File | qserversocket-h.html ntqsessionmanager.h Include File | qsessionmanager-h.html ntqsettings.h Include File | qsettings-h.html @@ -1277,8 +1277,8 @@ tqtextcodecplugin.h Include File | tqtextcodecplugin-h.html tqtextedit.h Include File | tqtextedit-h.html tqtextstream.h Include File | tqtextstream-h.html tqtextview.h Include File | tqtextview-h.html -ntqthread.h Include File | qthread-h.html -ntqthreadstorage.h Include File | qthreadstorage-h.html +tqthread.h Include File | tqthread-h.html +tqthreadstorage.h Include File | tqthreadstorage-h.html tqtimer.h Include File | tqtimer-h.html ntqtoolbar.h Include File | qtoolbar-h.html ntqtoolbox.h Include File | qtoolbox-h.html @@ -1298,7 +1298,7 @@ ntqvariant.h Include File | qvariant-h.html ntqvbox.h Include File | qvbox-h.html ntqvbuttongroup.h Include File | qvbuttongroup-h.html ntqvgroupbox.h Include File | qvgroupbox-h.html -ntqwaitcondition.h Include File | qwaitcondition-h.html +tqwaitcondition.h Include File | tqwaitcondition-h.html ntqwhatsthis.h Include File | qwhatsthis-h.html tqwidget.h Include File | tqwidget-h.html tqwidgetfactory.h Include File | tqwidgetfactory-h.html diff --git a/doc/html/tqmap.html b/doc/html/tqmap.html index 48bf63e7..a0bb3b31 100644 --- a/doc/html/tqmap.html +++ b/doc/html/tqmap.html @@ -244,7 +244,7 @@ the map in time O(1). If multiple TQMap instances share the same data and one is modifying the map's data, this modifying instance makes a copy and modifies its private copy: so it does not affect other instances. If a TQMap is being used in a multi-threaded -program, you must protect all access to the map. See TQMutex. +program, you must protect all access to the map. See TQMutex.

        There are a couple of ways of inserting new items into the map. One uses the insert() method; the other uses operator[]:

        diff --git a/doc/html/qmutex-h.html b/doc/html/tqmutex-h.html
        similarity index 94%
        rename from doc/html/qmutex-h.html
        rename to doc/html/tqmutex-h.html
        index 8f9eba58..1dfe1578 100644
        --- a/doc/html/qmutex-h.html
        +++ b/doc/html/tqmutex-h.html
        @@ -1,9 +1,9 @@
         
        -
        +
         
         
         
        -ntqmutex.h Include File
        +tqmutex.h Include File