diff --git a/doc/changes.doc b/doc/changes.doc
index d9582dee..ddb56350 100644
--- a/doc/changes.doc
+++ b/doc/changes.doc
@@ -126,7 +126,7 @@ terms of Qt's signals/slots mechanism directly in TQt Designer.
\omit
\section2 Component model - plugins
-The QLibrary class provides a platform independent wrapper for runtime
+The TQLibrary class provides a platform independent wrapper for runtime
loading of shared libraries. Access to the shared libraries uses a
COM-like interface. QPluginManager makes it trivial to implement
plugin support in applications. The TQt library is able to load
@@ -145,7 +145,7 @@ component.
\endomit
\section2 Plugins
-The QLibrary class provides a platform independent wrapper for runtime
+The TQLibrary class provides a platform independent wrapper for runtime
loading of shared libraries. QPluginManager makes it trivial to implement
plugin support in applications. The TQt library is able to load
additional styles, database drivers and text codecs from plugins.
diff --git a/doc/classchart.doc b/doc/classchart.doc
index 754e0bf0..59aab550 100644
--- a/doc/classchart.doc
+++ b/doc/classchart.doc
@@ -45,7 +45,7 @@
-
+
@@ -76,8 +76,8 @@
-
-
+
+
@@ -129,7 +129,7 @@
-
+
@@ -183,7 +183,7 @@
-
+
@@ -265,7 +265,7 @@
-
+
diff --git a/doc/features.doc b/doc/features.doc
index 721acc55..b6b54730 100644
--- a/doc/features.doc
+++ b/doc/features.doc
@@ -216,7 +216,7 @@ The available options are:
\i The color selection dialog (\l TQColorDialog)
\i TQT_NO_DIALOGS
\row \i TQT_NO_INPUTDIALOG
- \i Text input dialog (\l QInputDialog)
+ \i Text input dialog (\l TQInputDialog)
\i TQT_NO_DIALOGS
\row \i TQT_NO_MESSAGEBOX
\i Message/prompting dialog (\l QMessageBox)
diff --git a/doc/html/annotated.html b/doc/html/annotated.html
index 027153d5..cf77a122 100644
--- a/doc/html/annotated.html
+++ b/doc/html/annotated.html
@@ -184,7 +184,7 @@ body { background: #ffffff; color: black; }
TQPaintEvent | Event parameters for paint events
diff --git a/doc/html/eventsandfilters.html b/doc/html/eventsandfilters.html
index 23b9a1c0..57aa22aa 100644
--- a/doc/html/eventsandfilters.html
+++ b/doc/html/eventsandfilters.html
@@ -45,7 +45,7 @@ from other sources, e.g. TQTimerEvent, and some
application program. TQt is symmetric, as usual, so you can send
events in exactly the same ways as TQt's own event loop does.
Most events types have special classes, most commonly TQResizeEvent,
-TQPaintEvent, TQMouseEvent, TQKeyEvent and TQCloseEvent.
+TQPaintEvent, TQMouseEvent, TQKeyEvent and TQCloseEvent.
There are many others, perhaps forty or so, but most are rather odd.
Each class subclasses TQEvent and adds event-specific functions; see,
for example, TQResizeEvent. In the case of TQResizeEvent, TQResizeEvent::size() and TQResizeEvent::oldSize() are added.
@@ -87,10 +87,10 @@ contain:
bool MyClass:event( TQEvent *evt ) {
if ( evt->type() == TQEvent::KeyPress ) {
- TQKeyEvent *ke = (TQKeyEvent *)evt;
- if ( ke->key() == Key_Tab ) {
+ TQKeyEvent *ke = (TQKeyEvent *)evt;
+ if ( ke->key() == Key_Tab ) {
// special tab handling here
- ke->accept();
+ ke->accept();
return TRUE;
}
} else if ( evt->type() >= TQEvent::User ) {
diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html
index a593a0f6..9d788468 100644
--- a/doc/html/fileiconview-example.html
+++ b/doc/html/fileiconview-example.html
@@ -150,7 +150,7 @@ protected:
void readDir( const TQDir &dir );
virtual TQDragObject *dragObject();
- virtual void keyPressEvent( TQKeyEvent *e );
+ virtual void keyPressEvent( TQKeyEvent *e );
TQDir viewDir;
int newFolderNum;
@@ -900,10 +900,10 @@ void TQtFileIconView::itemDoubleClicked( void TQtFileIconView::keyPressEvent( TQKeyEvent *e )
+void TQtFileIconView::keyPressEvent( TQKeyEvent *e )
{
- if ( e->key() == Key_N &&
- ( e->state() & ControlButton ) )
+ if ( e->key() == Key_N &&
+ ( e->state() & ControlButton ) )
newDirectory();
else
TQIconView::keyPressEvent( e );
diff --git a/doc/html/functions.html b/doc/html/functions.html
index b99dd291..9699dc2e 100644
--- a/doc/html/functions.html
+++ b/doc/html/functions.html
@@ -54,7 +54,7 @@ abort:
TQDir TQFileInfo absPath:
TQDiraccel:
TQAction TQButton TQCheckBox TQMenuData TQPopupMenu TQPushButton TQRadioButtonaccept:
- TQCloseEvent TQContextMenuEvent TQDialog TQDragMoveEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQSocketDevice TQTabletEvent TQWheelEventacceptAction:
+ TQCloseEvent TQContextMenuEvent TQDialog TQDragMoveEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQSocketDevice TQTabletEvent TQWheelEventacceptAction:
TQDropEventacceptCallback:
TQMotifDialogacceptDrop:
TQIconViewItem TQListViewItemacceptDrops:
@@ -206,7 +206,7 @@ abort:
TQVariantasULongLong:
TQVariantascent:
TQFontMetricsascii:
- TQKeyEvent TQStringassign:
+ TQKeyEvent TQStringassign:
TQMemArrayassistantClosed:
TQAssistantClientassistantOpened:
TQAssistantClientat:
@@ -235,7 +235,7 @@ abort:
TQToolButtonautoRepeat:
TQButton TQCheckBox TQPushButton TQRadioButtonautoReset:
TQProgressDialogautoUnload:
- TQLibraryavailable:
+ TQLibraryavailable:
TQSemaphore TQSoundavailableGeometry:
TQDesktopWidgetawake:
TQEventLoop
@@ -275,7 +275,7 @@ back:
TQSocketDeviceblue:
TQColorbold:
TQFont TQFontDatabase TQFontInfo TQTextEditbottom:
- TQDoubleValidator TQIntValidator TQRectbottomDock:
+ TQDoubleValidator TQIntValidator TQRectbottomDock:
TQMainWindowbottomEdge:
TQCanvasSpritebottomLeft:
TQRectbottomMargin:
@@ -539,7 +539,7 @@ c:
TQTextEditcopyBlt:
TQPixmapcornerWidget:
TQScrollView TQTabWidgetcount:
- TQAccel TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQButtonGroup TQCache TQCacheIterator TQCanvasPixmapArray TQComboBox TQComboTableItem TQDict TQDictIterator TQDir TQDockArea TQDomNamedNodeMap TQDomNodeList TQFocusData TQHeader TQIconView TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeyEvent TQKeySequence TQListBox TQMap TQMemArray TQMenuData TQPtrCollection TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQSqlForm TQSqlRecord TQTabBar TQTabWidget TQToolBox TQValueList TQValueVector TQXmlAttributescountCf:
+ TQAccel TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQButtonGroup TQCache TQCacheIterator TQCanvasPixmapArray TQComboBox TQComboTableItem TQDict TQDictIterator TQDir TQDockArea TQDomNamedNodeMap TQDomNodeList TQFocusData TQHeader TQIconView TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeyEvent TQKeySequence TQListBox TQMap TQMemArray TQMenuData TQPtrCollection TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQSqlForm TQSqlRecord TQTabBar TQTabWidget TQToolBox TQValueList TQValueVector TQXmlAttributescountCf:
TQWindowsMimecountFlavors:
TQMacMimecountry:
TQLocalecountryToString:
@@ -619,7 +619,7 @@ c:
TQMultiLineEditcursorName:
TQSqlIndexcursorPoint:
TQMultiLineEditcursorPos:
- TQIMEventcursorPosition:
+ TQIMEventcursorPosition:
TQLineEditcursorPositionChanged:
TQTextEditcursorRight:
TQMultiLineEditcursorUp:
@@ -1019,13 +1019,13 @@ gamma:
TQFtp TQHttp TQUrlOperatorgetColor:
TQColorDialoggetCursorPosition:
TQTextEditgetDouble:
- TQInputDialoggetExistingDirectory:
+ TQInputDialoggetExistingDirectory:
TQFileDialoggetFirst:
TQPtrListgetFont:
TQFontDialoggetHsv:
TQColorgetInteger:
- TQInputDialoggetItem:
- TQInputDialoggetJavaClass:
+ TQInputDialoggetItem:
+ TQInputDialoggetJavaClass:
TQNPlugingetJavaEnv:
TQNPlugingetJavaPeer:
TQNPInstancegetLast:
@@ -1043,7 +1043,7 @@ gamma:
TQColorDialoggetSaveFileName:
TQFileDialoggetSelection:
TQTextEditgetText:
- TQInputDialoggetURL:
+ TQInputDialoggetURL:
TQNPInstancegetURLNotify:
TQNPInstancegetValidRect:
TQMoviegetVersionInfo:
@@ -1176,7 +1176,7 @@ icon:
TQMenuData TQPopupMenuidentifier:
TQTabignorableWhitespace:
TQXmlContentHandlerignore:
- TQCloseEvent TQContextMenuEvent TQDragMoveEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEventimComposeEvent:
+ TQCloseEvent TQContextMenuEvent TQDragMoveEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEventimComposeEvent:
TQWidgetimEndEvent:
TQWidgetimStartEvent:
TQWidgetimage:
@@ -1261,14 +1261,14 @@ icon:
TQIconView TQListBox TQListViewioDevice:
TQImageIOisA:
TQObjectisAccepted:
- TQCloseEvent TQContextMenuEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEventisActionAccepted:
+ TQCloseEvent TQContextMenuEvent TQDropEvent TQIMEvent TQIconDragEvent TQKeyEvent TQMouseEvent TQTabletEvent TQWheelEventisActionAccepted:
TQDropEventisActive:
TQAccessible TQCanvasItem TQPainter TQSqlQuery TQSqlResult TQTableSelection TQTimerisActiveWindow:
TQWidget TQXtWidgetisAnchor:
TQStyleSheetItemisAsynchronous:
TQIODeviceisAttr:
TQDomAttr TQDomNodeisAutoRepeat:
- TQKeyEventisAvailable:
+ TQKeyEventisAvailable:
TQSoundisBitmapScalable:
TQFontDatabaseisBuffered:
TQIODeviceisCDATASection:
@@ -1311,7 +1311,7 @@ icon:
TQTableisEffectEnabled:
TQApplicationisElement:
TQDomElement TQDomNodeisEmpty:
- TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQCString TQCache TQCacheIterator TQDict TQDictIterator TQDockArea TQGLColormap TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeySequence TQLayout TQLayoutItem TQMap TQMemArray TQObjectCleanupHandler TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQRect TQRegExp TQRegion TQSize TQSpacerItem TQSqlRecord TQString TQTableSelection TQTranslator TQValueList TQValueVector TQWidgetItemisEnabled:
+ TQAsciiCache TQAsciiCacheIterator TQAsciiDict TQAsciiDictIterator TQCString TQCache TQCacheIterator TQDict TQDictIterator TQDockArea TQGLColormap TQIntCache TQIntCacheIterator TQIntDict TQIntDictIterator TQKeySequence TQLayout TQLayoutItem TQMap TQMemArray TQObjectCleanupHandler TQPtrDict TQPtrDictIterator TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQRect TQRegExp TQRegion TQSize TQSpacerItem TQSqlRecord TQString TQTableSelection TQTranslator TQValueList TQValueVector TQWidgetItemisEnabled:
TQAccel TQAction TQCanvasItem TQLayout TQListViewItem TQSocketNotifier TQTab TQTableItem TQWidgetisEnabledTo:
TQWidgetisEntity:
TQDomEntity TQDomNodeisEntityReference:
@@ -1348,7 +1348,7 @@ icon:
TQMenuBar TQMenuData TQPopupMenuisLetter:
TQCharisLetterOrNumber:
TQCharisLoaded:
- TQLibraryisLocalFile:
+ TQLibraryisLocalFile:
TQUrlisMark:
TQCharisMaximized:
TQWidgetisMinimized:
@@ -1459,7 +1459,7 @@ join:
TQCharjumpTable:
TQImage
key:
- TQAccel TQFont TQIconViewItem TQKeyEvent TQListViewItem TQMapConstIterator TQMapIterator TQTableItemkeyPressEvent:
+ TQAccel TQFont TQIconViewItem TQKeyEvent TQListViewItem TQMapConstIterator TQMapIterator TQTableItemkeyPressEvent:
TQLineEdit TQTextBrowser TQTextEdit TQWidgetkeyReleaseEvent:
TQWidgetkeyToValue:
TQMetaPropertykeyboardFocusTab:
@@ -1511,7 +1511,7 @@ label:
TQCString TQDomCharacterData TQDomNamedNodeMap TQDomNodeList TQSqlFieldInfo TQString TQTextEdit TQXmlAttributeslessThan:
TQUrlInfolexicalHandler:
TQXmlReaderlibrary:
- TQLibrarylibraryPaths:
+ TQLibrarylibraryPaths:
TQApplicationlight:
TQColor TQColorGrouplineEdit:
TQComboBoxlineLength:
@@ -1537,7 +1537,7 @@ label:
TQListViewItemlistViewItem:
TQStyleOptionlisten:
TQSocketDeviceload:
- TQImage TQLibrary TQPicture TQPixmap TQTranslatorloadCharmap:
+ TQImage TQLibrary TQPicture TQPixmap TQTranslatorloadCharmap:
TQTextCodecloadCharmapFile:
TQTextCodecloadFromData:
TQImage TQPixmaploadImages:
@@ -1604,7 +1604,7 @@ m11:
TQDirmatchAllDirs:
TQDirmatchedLength:
TQRegExpmatches:
- TQKeySequencemaxColors:
+ TQKeySequencemaxColors:
TQColormaxCost:
TQAsciiCache TQCache TQIntCachemaxCount:
TQComboBoxmaxIconWidth:
@@ -1793,7 +1793,7 @@ object:
TQNetworkProtocoloperationRemove:
TQNetworkProtocoloperationRename:
TQNetworkProtocoloperator TQString:
- TQKeySequence TQUrl TQUuidoperator T:
+ TQKeySequence TQUrl TQUuidoperator T:
TQDeepCopyoperator T *:
TQGuardedPtroperator char:
TQCharoperator const char *:
@@ -1803,7 +1803,7 @@ object:
TQStringoperator type *:
TQAsciiCacheIterator TQAsciiDictIterator TQCacheIterator TQDictIterator TQIntCacheIterator TQIntDictIterator TQPtrDictIterator TQPtrListIterator TQPtrQueue TQPtrStackoperator!:
TQStringoperator!=:
- TQBrush TQCString TQChar TQColor TQColorGroup TQDate TQDateTime TQDir TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQFont TQGuardedPtr TQImage TQKeySequence TQMapConstIterator TQMapIterator TQMemArray TQPalette TQPen TQPoint TQPtrList TQRect TQRegExp TQRegion TQSize TQSizePolicy TQString TQTableSelection TQTime TQTranslatorMessage TQUuid TQValueList TQValueListConstIterator TQValueListIterator TQVariant TQWMatrixoperator&:
+ TQBrush TQCString TQChar TQColor TQColorGroup TQDate TQDateTime TQDir TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQFont TQGuardedPtr TQImage TQKeySequence TQMapConstIterator TQMapIterator TQMemArray TQPalette TQPen TQPoint TQPtrList TQRect TQRegExp TQRegion TQSize TQSizePolicy TQString TQTableSelection TQTime TQTranslatorMessage TQUuid TQValueList TQValueListConstIterator TQValueListIterator TQVariant TQWMatrixoperator&:
TQBitArray TQRect TQRegionoperator&=:
TQBitArray TQRect TQRegionoperator():
TQAsciiCacheIterator TQAsciiDictIterator TQCacheIterator TQDictIterator TQIntCacheIterator TQIntDictIterator TQPtrDictIterator TQPtrListIteratoroperator*:
@@ -1819,14 +1819,14 @@ object:
TQPoint TQSizeoperator/=:
TQPoint TQSizeoperator<:
TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage TQUuidoperator<<:
- TQBitArray TQBrush TQCString TQColor TQColorGroup TQCursor TQDataStream TQDate TQDateTime TQDockArea TQDomNode TQFont TQImage TQKeySequence TQMainWindow TQMap TQMemArray TQPalette TQPen TQPicture TQPixmap TQPoint TQPointArray TQRect TQRegion TQSize TQSplitter TQString TQTextStream TQTime TQUuid TQValueList TQWMatrixoperator<=:
+ TQBitArray TQBrush TQCString TQColor TQColorGroup TQCursor TQDataStream TQDate TQDateTime TQDockArea TQDomNode TQFont TQImage TQKeySequence TQMainWindow TQMap TQMemArray TQPalette TQPen TQPicture TQPixmap TQPoint TQPointArray TQRect TQRegion TQSize TQSplitter TQString TQTextStream TQTime TQUuid TQValueList TQWMatrixoperator<=:
TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessageoperator=:
- TQAsciiCacheIterator TQAsciiDict TQBitArray TQBitVal TQBitmap TQBrush TQCString TQCacheIterator TQColor TQColorGroup TQCursor TQDeepCopy TQDict TQDir TQDomAttr TQDomCDATASection TQDomCharacterData TQDomComment TQDomDocument TQDomDocumentFragment TQDomDocumentType TQDomElement TQDomEntity TQDomEntityReference TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQDomNotation TQDomProcessingInstruction TQDomText TQFileInfo TQFont TQFontInfo TQFontMetrics TQGLColormap TQGuardedPtr TQHostAddress TQHttpHeader TQIconSet TQImage TQIntCacheIterator TQIntDict fnord TQKeySequence TQLayoutIterator TQListViewItemIterator TQLocale TQMap TQMemArray TQMovie TQObjectList TQObjectListIterator TQPair TQPalette TQPen TQPicture TQPixmap TQPointArray TQPtrDict TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQRegExp TQRegion TQSqlCursor TQSqlError TQSqlField TQSqlFieldInfo TQSqlIndex TQSqlQuery TQSqlRecord TQStrList TQString TQStyleSheetItem TQTranslatorMessage TQUrl TQUrlInfo TQUuid TQValueList TQValueVector TQVariantoperator==:
- TQBrush TQCString TQChar TQColor TQColorGroup TQDate TQDateTime TQDir TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQFont TQGuardedPtr TQHostAddress TQImage TQKeySequence TQMapConstIterator TQMapIterator TQMemArray TQPalette TQPen TQPoint TQPtrList TQPtrVector TQRect TQRegExp TQRegion TQSize TQSizePolicy TQSqlField TQSqlFieldInfo TQString TQTableSelection TQTime TQTranslatorMessage TQUrl TQUrlInfo TQUuid TQValueList TQValueListConstIterator TQValueListIterator TQValueVector TQVariant TQWMatrixoperator>:
+ TQAsciiCacheIterator TQAsciiDict TQBitArray TQBitVal TQBitmap TQBrush TQCString TQCacheIterator TQColor TQColorGroup TQCursor TQDeepCopy TQDict TQDir TQDomAttr TQDomCDATASection TQDomCharacterData TQDomComment TQDomDocument TQDomDocumentFragment TQDomDocumentType TQDomElement TQDomEntity TQDomEntityReference TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQDomNotation TQDomProcessingInstruction TQDomText TQFileInfo TQFont TQFontInfo TQFontMetrics TQGLColormap TQGuardedPtr TQHostAddress TQHttpHeader TQIconSet TQImage TQIntCacheIterator TQIntDict fnord TQKeySequence TQLayoutIterator TQListViewItemIterator TQLocale TQMap TQMemArray TQMovie TQObjectList TQObjectListIterator TQPair TQPalette TQPen TQPicture TQPixmap TQPointArray TQPtrDict TQPtrList TQPtrListIterator TQPtrQueue TQPtrStack TQPtrVector TQRegExp TQRegion TQSqlCursor TQSqlError TQSqlField TQSqlFieldInfo TQSqlIndex TQSqlQuery TQSqlRecord TQStrList TQString TQStyleSheetItem TQTranslatorMessage TQUrl TQUrlInfo TQUuid TQValueList TQValueVector TQVariantoperator==:
+ TQBrush TQCString TQChar TQColor TQColorGroup TQDate TQDateTime TQDir TQDomImplementation TQDomNamedNodeMap TQDomNode TQDomNodeList TQFont TQGuardedPtr TQHostAddress TQImage TQKeySequence TQMapConstIterator TQMapIterator TQMemArray TQPalette TQPen TQPoint TQPtrList TQPtrVector TQRect TQRegExp TQRegion TQSize TQSizePolicy TQSqlField TQSqlFieldInfo TQString TQTableSelection TQTime TQTranslatorMessage TQUrl TQUrlInfo TQUuid TQValueList TQValueListConstIterator TQValueListIterator TQValueVector TQVariant TQWMatrixoperator>:
TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessage TQUuidoperator>=:
TQCString TQChar TQDate TQDateTime TQString TQTime TQTranslatorMessageoperator>>:
- TQBitArray TQBrush TQCString TQColor TQCursor TQDataStream TQDate TQDateTime TQDockArea TQFont TQImage TQKeySequence TQMainWindow TQMap TQMemArray TQPalette TQPen TQPicture TQPixmap TQPoint TQPointArray TQRect TQRegion TQSize TQSplitter TQString TQTextStream TQTime TQUuid TQValueList TQWMatrixoperator[]:
- TQAsciiCache TQAsciiDict TQBitArray TQCache TQDict TQDir TQIntCache TQIntDict TQKeySequence TQMap TQMemArray TQPtrDict TQPtrVector TQString TQValueList TQValueVectoroperator^:
+ TQBitArray TQBrush TQCString TQColor TQCursor TQDataStream TQDate TQDateTime TQDockArea TQFont TQImage TQKeySequence TQMainWindow TQMap TQMemArray TQPalette TQPen TQPicture TQPixmap TQPoint TQPointArray TQRect TQRegion TQSize TQSplitter TQString TQTextStream TQTime TQUuid TQValueList TQWMatrixoperator[]:
+ TQAsciiCache TQAsciiDict TQBitArray TQCache TQDict TQDir TQIntCache TQIntDict TQKeySequence TQMap TQMemArray TQPtrDict TQPtrVector TQString TQValueList TQValueVectoroperator^:
TQBitArray TQRegionoperator^=:
TQBitArray TQRegionoperator|:
TQBitArray TQRect TQRegionoperator|=:
@@ -2201,7 +2201,7 @@ rBottom:
TQHeaderresized:
TQCanvas TQDesktopWidgetresolution:
TQPrinterresolve:
- TQFont TQLibraryresolveEntity:
+ TQFont TQLibraryresolveEntity:
TQXmlEntityResolverresortDir:
TQFileDialogresponseHeaderReceived:
TQHttprestart:
@@ -2302,7 +2302,7 @@ sRect:
TQLineEdit TQTextEditselection:
TQAccessibleInterface TQTableselectionChanged:
TQClipboard TQIconView TQLineEdit TQListBox TQListView TQTable TQTextEditselectionLength:
- TQIMEventselectionMode:
+ TQIMEventselectionMode:
TQIconView TQListBox TQListView TQTableselectionStart:
TQLineEditselfMask:
TQPixmapselfNesting:
@@ -2360,7 +2360,7 @@ sRect:
TQToolButtonsetAutoRepeat:
TQButton TQCheckBox TQPushButton TQRadioButtonsetAutoReset:
TQProgressDialogsetAutoUnload:
- TQLibrarysetBackEnabled:
+ TQLibrarysetBackEnabled:
TQWizardsetBackgroundColor:
TQCanvas TQMovie TQPaintersetBackgroundMode:
TQPainter TQWidgetsetBackgroundOrigin:
@@ -2372,7 +2372,7 @@ sRect:
TQBitArraysetBlocking:
TQSocketDevicesetBold:
TQFont TQTextEditsetBottom:
- TQDoubleValidator TQIntValidator TQRectsetBottomItem:
+ TQDoubleValidator TQIntValidator TQRectsetBottomItem:
TQListBoxsetBottomLeft:
TQRectsetBottomRight:
TQRectsetBoundaryChecking:
@@ -2800,7 +2800,7 @@ sRect:
TQImageIOsetQuery:
TQSqlResult TQUrlsetRadioButtonExclusive:
TQButtonGroupsetRange:
- TQDateEdit TQDoubleValidator TQIntValidator TQRangeControl TQSlider TQTimeEditsetRasterOp:
+ TQDateEdit TQDoubleValidator TQIntValidator TQRangeControl TQSlider TQTimeEditsetRasterOp:
TQPaintersetRawArg:
TQNetworkOperationsetRawData:
TQMemArraysetRawMode:
@@ -2940,7 +2940,7 @@ sRect:
TQButton TQPushButton TQToolButtonsetToggleType:
TQButtonsetToolTip:
TQAction TQTabBarsetTop:
- TQDoubleValidator TQIntValidator TQRectsetTopItem:
+ TQDoubleValidator TQIntValidator TQRectsetTopItem:
TQListBoxsetTopLeft:
TQRectsetTopMargin:
TQTablesetTopRight:
@@ -3120,8 +3120,8 @@ sRect:
TQUrlOperatorstartingUp:
TQApplicationstartsWith:
TQStringstate:
- TQAccessibleInterface TQButton TQCheckBox TQCheckListItem TQContextMenuEvent TQFtp TQHttp TQIODevice TQKeyEvent TQMouseEvent TQNetworkOperation TQPushButton TQRadioButton TQSocket TQWheelEventstateAfter:
- TQKeyEvent TQMouseEventstateChange:
+ TQAccessibleInterface TQButton TQCheckBox TQCheckListItem TQContextMenuEvent TQFtp TQHttp TQIODevice TQKeyEvent TQMouseEvent TQNetworkOperation TQPushButton TQRadioButton TQSocket TQWheelEventstateAfter:
+ TQKeyEvent TQMouseEventstateChange:
TQCheckListItemstateChanged:
TQButton TQCheckBox TQFtp TQHttp TQPushButton TQRadioButtonstatistics:
TQAsciiCache TQAsciiDict TQCache TQDict TQIntCache TQIntDict TQPtrDictstatus:
@@ -3212,7 +3212,7 @@ tab:
TQBitArraytestOption:
TQGLFormattestWFlags:
TQWidgettext:
- TQAccessibleInterface TQAction TQButton TQCanvasText TQCheckBox TQCheckListItem TQClipboard TQColorGroup TQComboBox TQComboTableItem TQDataTable TQDomElement TQIMEvent TQIconViewItem TQImage TQKeyEvent TQLabel TQLineEdit TQListBox TQListBoxItem TQListViewItem TQMenuData TQMessageBox TQPopupMenu TQPushButton TQRadioButton TQSpinBox TQSqlError TQTab TQTable TQTableItem TQTextEdit TQWhatsThistextChanged:
+ TQAccessibleInterface TQAction TQButton TQCanvasText TQCheckBox TQCheckListItem TQClipboard TQColorGroup TQComboBox TQComboTableItem TQDataTable TQDomElement TQIMEvent TQIconViewItem TQImage TQKeyEvent TQLabel TQLineEdit TQListBox TQListBoxItem TQListViewItem TQMenuData TQMessageBox TQPopupMenu TQPushButton TQRadioButton TQSpinBox TQSqlError TQTab TQTable TQTableItem TQTextEdit TQWhatsThistextChanged:
TQComboBox TQLineEdit TQSpinBox TQTextEdittextCursor:
TQTextEdittextEdit:
TQSyntaxHighlightertextFlags:
@@ -3313,7 +3313,7 @@ tab:
TQMainWindowtoolTip:
TQAction TQTabBar TQWidgetPlugintoolTipGroup:
TQMainWindowtop:
- TQDoubleValidator TQIntValidator TQPtrStack TQRect TQValueStacktopDock:
+ TQDoubleValidator TQIntValidator TQPtrStack TQRect TQValueStacktopDock:
TQMainWindowtopEdge:
TQCanvasSpritetopItem:
TQListBoxtopLeft:
@@ -3362,7 +3362,7 @@ ucs2:
TQUriDraguniqueId:
TQTabletEventunite:
TQRect TQRegionunload:
- TQLibraryunlock:
+ TQLibraryunlock:
TQApplication TQMutexunparsedEntityDecl:
TQXmlDTDHandlerunpause:
TQMovieunregisterDecoderFactory:
@@ -3412,7 +3412,7 @@ vScrollBarMode:
TQScrollViewvalid:
TQImagevalidChunk:
TQCanvasvalidate:
- TQDoubleValidator TQIntValidator TQRegExpValidator TQValidatorvalidator:
+ TQDoubleValidator TQIntValidator TQRegExpValidator TQValidatorvalidator:
TQComboBox TQLineEdit TQSpinBoxvalue:
TQDataTable TQDial TQDomAttr TQHttpHeader TQHttpRequestHeader TQLCDNumber TQRangeControl TQScrollBar TQSignal TQSlider TQSpinBox TQSqlField TQSqlQuery TQSqlRecord TQXmlAttributesvalueChange:
TQDial TQRangeControl TQSlider TQSpinBoxvalueChanged:
diff --git a/doc/html/headerfilesynonyms b/doc/html/headerfilesynonyms
index 0f315ee9..03a69bfd 100644
--- a/doc/html/headerfilesynonyms
+++ b/doc/html/headerfilesynonyms
@@ -56,7 +56,7 @@ tqtimerevent.h tqevent.h
qmouseevent.h tqevent.h
qwheelevent.h tqevent.h
tqtabletevent.h tqevent.h
-qkeyevent.h tqevent.h
+tqkeyevent.h tqevent.h
tqfocusevent.h tqevent.h
tqpaintevent.h tqevent.h
qmoveevent.h tqevent.h
@@ -66,7 +66,7 @@ tqicondragevent.h tqevent.h
qshowevent.h tqevent.h
tqhideevent.h tqevent.h
tqcontextmenuevent.h tqevent.h
-qimevent.h tqevent.h
+tqimevent.h tqevent.h
tqdropevent.h tqevent.h
tqdragmoveevent.h tqevent.h
tqdragenterevent.h tqevent.h
@@ -145,7 +145,7 @@ tqtextistream.h tqtextstream.h
tqtextostream.h tqtextstream.h
tqtooltipgroup.h tqtooltip.h
tqtranslatormessage.h tqtranslator.h
-qintvalidator.h tqvalidator.h
+tqintvalidator.h tqvalidator.h
tqdoublevalidator.h tqvalidator.h
tqregexpvalidator.h tqvalidator.h
tqvaluelistiterator.h tqvaluelist.h
diff --git a/doc/html/headers.html b/doc/html/headers.html
index de90814b..80284f5d 100644
--- a/doc/html/headers.html
+++ b/doc/html/headers.html
@@ -116,16 +116,16 @@ body { background: #ffffff; color: black; }
tqiconview.h
tqimage.h
tqimageformatplugin.h
-ntqinputdialog.h
+tqinputdialog.h
tqintcache.h
tqintdict.h
tqiodevice.h
tqjiscodec.h
-ntqkeysequence.h
+tqkeysequence.h
tqlabel.h
tqlayout.h
tqlcdnumber.h
-ntqlibrary.h
+tqlibrary.h
tqlineedit.h
tqlistbox.h
tqlistview.h
diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html
index 1efb20cb..ab48803c 100644
--- a/doc/html/hierarchy.html
+++ b/doc/html/hierarchy.html
@@ -134,7 +134,7 @@ classes in the TQt API.
TQWidgetItem
TQLayoutIterator
-TQLibrary
+TQLibrary
TQListBoxItem
TQIconViewItem
-TQKeySequence
+TQKeySequence
TQListViewItem
- TQCheckListItem
@@ -382,7 +382,7 @@ classes in the TQt API.
- TQValidator
- TQWidget
@@ -411,7 +411,7 @@ classes in the TQt API.
- TQErrorMessage
- TQFileDialog
- TQFontDialog
-
- TQInputDialog
+
- TQInputDialog
- TQMessageBox
- TQMotifDialog
- TQProgressDialog
diff --git a/doc/html/i18n.html b/doc/html/i18n.html
index 9842b3e9..6826ac40 100644
--- a/doc/html/i18n.html
+++ b/doc/html/i18n.html
@@ -255,7 +255,7 @@ might find TQObject::trUtf8() more convenient
TQObject::tr(), as tr() depends on the
TQApplication::defaultCodec(), which makes it more fragile than
TQObject::trUtf8().
-
Use TQKeySequence() for Accelerator Values
+ Use TQKeySequence() for Accelerator Values
Accelerator values such as Ctrl+Q or Alt+F need to be
translated too. If you hardcode CTRL+Key_Q for "Quit" in
diff --git a/doc/html/index b/doc/html/index
index fac38930..485cb8ab 100644
--- a/doc/html/index
+++ b/doc/html/index
@@ -2708,13 +2708,13 @@
"TQHttpResponseHeader::reasonPhrase" tqhttpresponseheader.html#reasonPhrase
"TQHttpResponseHeader::setStatusLine" tqhttpresponseheader.html#setStatusLine
"TQHttpResponseHeader::statusCode" tqhttpresponseheader.html#statusCode
-"QIMEvent" qimevent.html
-"QIMEvent::accept" qimevent.html#accept
-"QIMEvent::cursorPos" qimevent.html#cursorPos
-"QIMEvent::ignore" qimevent.html#ignore
-"QIMEvent::isAccepted" qimevent.html#isAccepted
-"QIMEvent::selectionLength" qimevent.html#selectionLength
-"QIMEvent::text" qimevent.html#text
+"TQIMEvent" tqimevent.html
+"TQIMEvent::accept" tqimevent.html#accept
+"TQIMEvent::cursorPos" tqimevent.html#cursorPos
+"TQIMEvent::ignore" tqimevent.html#ignore
+"TQIMEvent::isAccepted" tqimevent.html#isAccepted
+"TQIMEvent::selectionLength" tqimevent.html#selectionLength
+"TQIMEvent::text" tqimevent.html#text
"TQIODevice" tqiodevice.html
"TQIODevice::Offset" tqiodevice.html#Offset
"TQIODevice::at" tqiodevice.html#at
@@ -3088,19 +3088,19 @@
"TQImageIO::status" tqimageio.html#status
"TQImageIO::write" tqimageio.html#write
"TQImageIO::~TQImageIO" tqimageio.html#~TQImageIO
-"QInputDialog" ntqinputdialog.html
-"QInputDialog::Type" ntqinputdialog.html#Type
-"QInputDialog::comboBox" ntqinputdialog.html#comboBox
-"QInputDialog::editableComboBox" ntqinputdialog.html#editableComboBox
-"QInputDialog::getDouble" ntqinputdialog.html#getDouble
-"QInputDialog::getInteger" ntqinputdialog.html#getInteger
-"QInputDialog::getItem" ntqinputdialog.html#getItem
-"QInputDialog::getText" ntqinputdialog.html#getText
-"QInputDialog::lineEdit" ntqinputdialog.html#lineEdit
-"QInputDialog::setType" ntqinputdialog.html#setType
-"QInputDialog::spinBox" ntqinputdialog.html#spinBox
-"QInputDialog::type" ntqinputdialog.html#type
-"QInputDialog::~QInputDialog" ntqinputdialog.html#~QInputDialog
+"TQInputDialog" tqinputdialog.html
+"TQInputDialog::Type" tqinputdialog.html#Type
+"TQInputDialog::comboBox" tqinputdialog.html#comboBox
+"TQInputDialog::editableComboBox" tqinputdialog.html#editableComboBox
+"TQInputDialog::getDouble" tqinputdialog.html#getDouble
+"TQInputDialog::getInteger" tqinputdialog.html#getInteger
+"TQInputDialog::getItem" tqinputdialog.html#getItem
+"TQInputDialog::getText" tqinputdialog.html#getText
+"TQInputDialog::lineEdit" tqinputdialog.html#lineEdit
+"TQInputDialog::setType" tqinputdialog.html#setType
+"TQInputDialog::spinBox" tqinputdialog.html#spinBox
+"TQInputDialog::type" tqinputdialog.html#type
+"TQInputDialog::~TQInputDialog" tqinputdialog.html#~TQInputDialog
"TQIntCache" tqintcache.html
"TQIntCache::clear" tqintcache.html#clear
"TQIntCache::count" tqintcache.html#count
@@ -3160,42 +3160,42 @@
"TQIntDictIterator::operator+=" tqintdictiterator.html#operator+-eq
"TQIntDictIterator::toFirst" tqintdictiterator.html#toFirst
"TQIntDictIterator::~TQIntDictIterator" tqintdictiterator.html#~TQIntDictIterator
-"QIntValidator" qintvalidator.html
-"QIntValidator::bottom" qintvalidator.html#bottom
-"QIntValidator::bottom" qintvalidator.html#bottom-prop
-"QIntValidator::setBottom" qintvalidator.html#setBottom
-"QIntValidator::setRange" qintvalidator.html#setRange
-"QIntValidator::setTop" qintvalidator.html#setTop
-"QIntValidator::top" qintvalidator.html#top
-"QIntValidator::top" qintvalidator.html#top-prop
-"QIntValidator::validate" qintvalidator.html#validate
-"QIntValidator::~QIntValidator" qintvalidator.html#~QIntValidator
+"TQIntValidator" tqintvalidator.html
+"TQIntValidator::bottom" tqintvalidator.html#bottom
+"TQIntValidator::bottom" tqintvalidator.html#bottom-prop
+"TQIntValidator::setBottom" tqintvalidator.html#setBottom
+"TQIntValidator::setRange" tqintvalidator.html#setRange
+"TQIntValidator::setTop" tqintvalidator.html#setTop
+"TQIntValidator::top" tqintvalidator.html#top
+"TQIntValidator::top" tqintvalidator.html#top-prop
+"TQIntValidator::validate" tqintvalidator.html#validate
+"TQIntValidator::~TQIntValidator" tqintvalidator.html#~TQIntValidator
"TQJisCodec" tqjiscodec.html
"TQJisCodec::mimeName" tqjiscodec.html#mimeName
-"QKeyEvent" qkeyevent.html
-"QKeyEvent::accept" qkeyevent.html#accept
-"QKeyEvent::ascii" qkeyevent.html#ascii
-"QKeyEvent::count" qkeyevent.html#count
-"QKeyEvent::ignore" qkeyevent.html#ignore
-"QKeyEvent::isAccepted" qkeyevent.html#isAccepted
-"QKeyEvent::isAutoRepeat" qkeyevent.html#isAutoRepeat
-"QKeyEvent::key" qkeyevent.html#key
-"QKeyEvent::state" qkeyevent.html#state
-"QKeyEvent::stateAfter" qkeyevent.html#stateAfter
-"QKeyEvent::text" qkeyevent.html#text
-"QKeySequence" ntqkeysequence.html
-"QKeySequence::assign" ntqkeysequence.html#assign
-"QKeySequence::count" ntqkeysequence.html#count
-"QKeySequence::decodeString" ntqkeysequence.html#decodeString
-"QKeySequence::encodeString" ntqkeysequence.html#encodeString
-"QKeySequence::isEmpty" ntqkeysequence.html#isEmpty
-"QKeySequence::matches" ntqkeysequence.html#matches
-"QKeySequence::operator TQString" ntqkeysequence.html#operator-TQString
-"QKeySequence::operator!=" ntqkeysequence.html#operator!-eq
-"QKeySequence::operator=" ntqkeysequence.html#operator-eq
-"QKeySequence::operator==" ntqkeysequence.html#operator-eq-eq
-"QKeySequence::operator[]" ntqkeysequence.html#operator[]
-"QKeySequence::~QKeySequence" ntqkeysequence.html#~QKeySequence
+"TQKeyEvent" tqkeyevent.html
+"TQKeyEvent::accept" tqkeyevent.html#accept
+"TQKeyEvent::ascii" tqkeyevent.html#ascii
+"TQKeyEvent::count" tqkeyevent.html#count
+"TQKeyEvent::ignore" tqkeyevent.html#ignore
+"TQKeyEvent::isAccepted" tqkeyevent.html#isAccepted
+"TQKeyEvent::isAutoRepeat" tqkeyevent.html#isAutoRepeat
+"TQKeyEvent::key" tqkeyevent.html#key
+"TQKeyEvent::state" tqkeyevent.html#state
+"TQKeyEvent::stateAfter" tqkeyevent.html#stateAfter
+"TQKeyEvent::text" tqkeyevent.html#text
+"TQKeySequence" tqkeysequence.html
+"TQKeySequence::assign" tqkeysequence.html#assign
+"TQKeySequence::count" tqkeysequence.html#count
+"TQKeySequence::decodeString" tqkeysequence.html#decodeString
+"TQKeySequence::encodeString" tqkeysequence.html#encodeString
+"TQKeySequence::isEmpty" tqkeysequence.html#isEmpty
+"TQKeySequence::matches" tqkeysequence.html#matches
+"TQKeySequence::operator TQString" tqkeysequence.html#operator-TQString
+"TQKeySequence::operator!=" tqkeysequence.html#operator!-eq
+"TQKeySequence::operator=" tqkeysequence.html#operator-eq
+"TQKeySequence::operator==" tqkeysequence.html#operator-eq-eq
+"TQKeySequence::operator[]" tqkeysequence.html#operator[]
+"TQKeySequence::~TQKeySequence" tqkeysequence.html#~TQKeySequence
"TQLCDNumber" tqlcdnumber.html
"TQLCDNumber::Mode" tqlcdnumber.html#Mode
"TQLCDNumber::SegmentStyle" tqlcdnumber.html#SegmentStyle
@@ -3320,15 +3320,15 @@
"TQLayoutIterator::operator=" tqlayoutiterator.html#operator-eq
"TQLayoutIterator::takeCurrent" tqlayoutiterator.html#takeCurrent
"TQLayoutIterator::~TQLayoutIterator" tqlayoutiterator.html#~TQLayoutIterator
-"QLibrary" ntqlibrary.html
-"QLibrary::autoUnload" ntqlibrary.html#autoUnload
-"QLibrary::isLoaded" ntqlibrary.html#isLoaded
-"QLibrary::library" ntqlibrary.html#library
-"QLibrary::load" ntqlibrary.html#load
-"QLibrary::resolve" ntqlibrary.html#resolve
-"QLibrary::setAutoUnload" ntqlibrary.html#setAutoUnload
-"QLibrary::unload" ntqlibrary.html#unload
-"QLibrary::~QLibrary" ntqlibrary.html#~QLibrary
+"TQLibrary" tqlibrary.html
+"TQLibrary::autoUnload" tqlibrary.html#autoUnload
+"TQLibrary::isLoaded" tqlibrary.html#isLoaded
+"TQLibrary::library" tqlibrary.html#library
+"TQLibrary::load" tqlibrary.html#load
+"TQLibrary::resolve" tqlibrary.html#resolve
+"TQLibrary::setAutoUnload" tqlibrary.html#setAutoUnload
+"TQLibrary::unload" tqlibrary.html#unload
+"TQLibrary::~TQLibrary" tqlibrary.html#~TQLibrary
"TQLineEdit" tqlineedit.html
"TQLineEdit::EchoMode" tqlineedit.html#EchoMode
"TQLineEdit::acceptableInput" tqlineedit.html#acceptableInput-prop
@@ -7974,7 +7974,7 @@
"operator<<" tqdomnode.html#operator-lt-lt
"operator<<" tqfont.html#operator-lt-lt
"operator<<" tqimage.html#operator-lt-lt
-"operator<<" ntqkeysequence.html#operator-lt-lt
+"operator<<" tqkeysequence.html#operator-lt-lt
"operator<<" tqmainwindow.html#operator-lt-lt
"operator<<" tqmap.html#operator-lt-lt
"operator<<" tqmemarray.html#operator-lt-lt
@@ -8018,7 +8018,7 @@
"operator>>" tqdockarea.html#operator-gt-gt
"operator>>" tqfont.html#operator-gt-gt
"operator>>" tqimage.html#operator-gt-gt
-"operator>>" ntqkeysequence.html#operator-gt-gt
+"operator>>" tqkeysequence.html#operator-gt-gt
"operator>>" tqmainwindow.html#operator-gt-gt
"operator>>" tqmap.html#operator-gt-gt
"operator>>" tqmemarray.html#operator-gt-gt
diff --git a/doc/html/keyfeatures30.html b/doc/html/keyfeatures30.html
index 1e07c662..df56420a 100644
--- a/doc/html/keyfeatures30.html
+++ b/doc/html/keyfeatures30.html
@@ -101,7 +101,7 @@ terms of TQt's signals/slots mechanism directly in TQt Designer.
Plugins
- The TQLibrary class provides a platform independent wrapper for runtime
+ The TQLibrary class provides a platform independent wrapper for runtime
loading of shared libraries. TQPluginManager makes it trivial to implement
plugin support in applications. The TQt library is able to load
additional styles, database drivers and text codecs from plugins.
diff --git a/doc/html/licenses.html b/doc/html/licenses.html
index 17510cc1..f1ca7af6 100644
--- a/doc/html/licenses.html
+++ b/doc/html/licenses.html
@@ -260,8 +260,8 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copyright 1995, Trinity College Computing Center.
diff --git a/doc/html/lineedits-example.html b/doc/html/lineedits-example.html
index 3edfeb7c..14ce9e28 100644
--- a/doc/html/lineedits-example.html
+++ b/doc/html/lineedits-example.html
@@ -264,7 +264,7 @@ void LineEdits::slotValidatorChanged( int i )
lined2->setValidator( 0 );
break;
case 1:
- lined2->setValidator( new TQIntValidator( lined2 ) );
+ lined2->setValidator( new TQIntValidator( lined2 ) );
break;
case 2:
lined2->setValidator( new TQDoubleValidator( -999.0, 999.0, 2,
diff --git a/doc/html/mac-differences.html b/doc/html/mac-differences.html
index 44650b4d..d7004d3e 100644
--- a/doc/html/mac-differences.html
+++ b/doc/html/mac-differences.html
@@ -273,7 +273,7 @@ used whenever a default menubar is needed.
- TQCustomMenuItems are not supported in Mac native menubars, they are supported
in popupmenus that are not in the Mac native menubar.
- Items with accelerators that have more than one keystroke
-(TQKeySequence) will not be honored, and the first key will be used.
+(TQKeySequence) will not be honored, and the first key will be used.
Unsupported Native Widgets
diff --git a/doc/html/mainclasses.html b/doc/html/mainclasses.html
index ae62bb9a..9b71ba0e 100644
--- a/doc/html/mainclasses.html
+++ b/doc/html/mainclasses.html
@@ -162,7 +162,7 @@ classes), see TQt's Classes.
| TQDate
|
- | TQInputDialog
+ | TQInputDialog
|
| TQProcess
|
@@ -195,7 +195,7 @@ classes), see TQt's Classes.
|
| TQDateTimeEdit
|
- | TQLibrary
+ | TQLibrary
|
| TQPushButton
|
diff --git a/doc/html/misc.html b/doc/html/misc.html
index b900c1c8..e8957e2b 100644
--- a/doc/html/misc.html
+++ b/doc/html/misc.html
@@ -45,8 +45,8 @@ body { background: #ffffff; color: black; }
| TQFileIconProvider | Icons for TQFileDialog to use
| TQFilePreview | File previewing in TQFileDialog
| TQFocusData | Maintains the list of widgets in the focus chain
- | TQIntValidator | Validator which ensures that a string contains a valid integer within a specified range
- | TQKeySequence | Encapsulates a key sequence as used by accelerators
+ | TQIntValidator | Validator which ensures that a string contains a valid integer within a specified range
+ | TQKeySequence | Encapsulates a key sequence as used by accelerators
| TQMacMime | Maps open-standard MIME to Mac flavors
| TQMenuData | Base class for TQMenuBar and TQPopupMenu
| TQMimeSource | Abstraction of objects which provide formatted data of a certain MIME type
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html
index 4d4db925..a542212b 100644
--- a/doc/html/ntqapplication.html
+++ b/doc/html/ntqapplication.html
@@ -965,7 +965,7 @@ copy, e.g.
See the plugins documentation for a
description of how the library paths are used.
- See also setLibraryPaths(), addLibraryPath(), removeLibraryPath(), and TQLibrary.
+ See also setLibraryPaths(), addLibraryPath(), removeLibraryPath(), and TQLibrary.
void TQApplication::lock ()
@@ -1412,7 +1412,7 @@ that may be used on touch-screens or similar IO-devices.
Sets the list of directories to search when loading libraries to paths.
All existing paths will be deleted and the path list will consist of the
paths given in paths.
- See also libraryPaths(), addLibraryPath(), removeLibraryPath(), and TQLibrary.
+ See also libraryPaths(), addLibraryPath(), removeLibraryPath(), and TQLibrary.
void TQApplication::setMainWidget ( TQWidget * mainWidget ) [virtual]
diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html
index 646f140b..bb33a3a8 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/ntqvariant.html b/doc/html/ntqvariant.html
index 372134dc..19a0f006 100644
--- a/doc/html/ntqvariant.html
+++ b/doc/html/ntqvariant.html
@@ -260,7 +260,7 @@ contain.
- TQVariant::IconSet - a TQIconSet
- TQVariant::Image - a TQImage
- TQVariant::Int - an int
-
- TQVariant::KeySequence - a TQKeySequence
+
- TQVariant::KeySequence - a TQKeySequence
- TQVariant::List - a TQValueList
- TQVariant::LongLong - a long long
- TQVariant::ULongLong - an unsigned long long
@@ -418,7 +418,7 @@ Constructs a new variant with a bytearray value, val.
Constructs a new variant with a bitarray value, val.
-
TQVariant::TQVariant ( const TQKeySequence & val )
+TQVariant::TQVariant ( const TQKeySequence & val )
Constructs a new variant with a key sequence value, val.
@@ -575,10 +575,10 @@ not possible the variant is set to a null image.
Returns the variant's value as int reference.
-TQKeySequence & TQVariant::asKeySequence ()
+TQKeySequence & TQVariant::asKeySequence ()
- Tries to convert the variant to hold a TQKeySequence value. If that
+ Tries to convert the variant to hold a TQKeySequence value. If that
is not possible then the variant is set to an empty key sequence.
Returns a reference to the stored key sequence.
See also toKeySequence().
@@ -966,9 +966,9 @@ otherwise returns 0.
converted to an int; otherwise *ok is set to FALSE.
See also asInt() and canCast().
- const TQKeySequence TQVariant::toKeySequence () const
+const TQKeySequence TQVariant::toKeySequence () const
-Returns the variant as a TQKeySequence if the variant can be cast
+Returns the variant as a TQKeySequence if the variant can be cast
to a KeySequence; otherwise returns an empty key sequence.
See also asKeySequence() and canCast().
diff --git a/doc/html/picture-example.html b/doc/html/picture-example.html
index a4d2b0d1..c0189b6a 100644
--- a/doc/html/picture-example.html
+++ b/doc/html/picture-example.html
@@ -94,7 +94,7 @@ public:
~PictureDisplay();
protected:
void paintEvent( TQPaintEvent * );
- void keyPressEvent( TQKeyEvent * );
+ void keyPressEvent( TQKeyEvent * );
private:
TQPicture *pict;
TQString name;
@@ -125,9 +125,9 @@ void PictureDisplay::paintEvent( drawText( rect(), AlignCenter, name );
}
-void PictureDisplay::keyPressEvent( TQKeyEvent *k )
+void PictureDisplay::keyPressEvent( TQKeyEvent *k )
{
- switch ( tolower(k->ascii()) ) {
+ switch ( tolower(k->ascii()) ) {
case 'r': // reload
pict->load( name );
update();
diff --git a/doc/html/plugins.html b/doc/html/plugins.html
index 3315e608..48a7d325 100644
--- a/doc/html/plugins.html
+++ b/doc/html/plugins.html
@@ -38,7 +38,7 @@ and with TQt plugins.
TQImageFormatPlugin | Abstract base for custom image format plugins
- | TQLibrary | Wrapper for handling shared libraries
+ | TQLibrary | Wrapper for handling shared libraries
| TQSqlDriverPlugin | Abstract base for custom TQSqlDriver plugins
| TQStylePlugin | Abstract base for custom TQStyle plugins
| TQTextCodecPlugin | Abstract base for custom TQTextCodec plugins
diff --git a/doc/html/porting.html b/doc/html/porting.html
index 2d2c9ce4..56ba5558 100644
--- a/doc/html/porting.html
+++ b/doc/html/porting.html
@@ -298,7 +298,7 @@ rather than the documentation supplied with TQt to obtain the latest
information regarding obsolete functions and how to replace them in
new code.
-- TQAccel::keyToString( TQKeySequence k )
+
- TQAccel::keyToString( TQKeySequence k )
- TQAccel::stringToKey( const TQString & s )
- TQActionGroup::insert( TQAction *a )
- TQCanvasItem::active() const
@@ -463,12 +463,12 @@ TQFont::charSet() or TQFont::setCharSet(), just remove them from your
code. There are a few functions that took a TQFont::CharSet as a
parameter; in these cases simply remove the charset from the
parameter list.
-
The two static getText(...) methods in TQInputDialog have been merged.
The echo parameter is the third parameter and defaults to
TQLineEdit::Normal.
- If you used calls to TQInputDialog::getText(...) that provided more
+ If you used calls to TQInputDialog::getText(...) that provided more
than the first two required parameters you will must add a value
for the echo parameter.
TQLayout and Other Abstract Layout Classes
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index f2da00af..6d8d06c0 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -1733,20 +1733,20 @@ tooltip; see <a href="tqiconview.html#setShowToolTips">setShowToolTips<
- QIntValidator::bottom
-
+ TQIntValidator::bottom
+
<p>This property holds the validator's lowest acceptable value.
-<p>Set this property's value with <a href="qintvalidator.html#setBottom">setBottom</a>() and get this property's value with <a href="qintvalidator.html#bottom">bottom</a>().
-<p><p>See also <a href="qintvalidator.html#setRange">setRange</a>().
+<p>Set this property's value with <a href="tqintvalidator.html#setBottom">setBottom</a>() and get this property's value with <a href="tqintvalidator.html#bottom">bottom</a>().
+<p><p>See also <a href="tqintvalidator.html#setRange">setRange</a>().
- QIntValidator::top
-
+ TQIntValidator::top
+
<p>This property holds the validator's highest acceptable value.
-<p>Set this property's value with <a href="qintvalidator.html#setTop">setTop</a>() and get this property's value with <a href="qintvalidator.html#top">top</a>().
-<p><p>See also <a href="qintvalidator.html#setRange">setRange</a>().
+<p>Set this property's value with <a href="tqintvalidator.html#setTop">setTop</a>() and get this property's value with <a href="tqintvalidator.html#top">top</a>().
+<p><p>See also <a href="tqintvalidator.html#setRange">setRange</a>().
@@ -4438,7 +4438,7 @@ can reimplement the <a href="tqwidget.html#enabledChange">enabledChange<
<p> Disabling a widget implicitly disables all its children. Enabling
respectively enables all child widgets unless they have been
explicitly disabled.
-<p> <p>See also <a href="tqwidget.html#enabled-prop">enabled</a>, <a href="tqwidget.html#isEnabledTo">isEnabledTo</a>(), <a href="qkeyevent.html">QKeyEvent</a>, <a href="qmouseevent.html">QMouseEvent</a>, and <a href="tqwidget.html#enabledChange">enabledChange</a>().
+<p> <p>See also <a href="tqwidget.html#enabled-prop">enabled</a>, <a href="tqwidget.html#isEnabledTo">isEnabledTo</a>(), <a href="tqkeyevent.html">TQKeyEvent</a>, <a href="qmouseevent.html">QMouseEvent</a>, and <a href="tqwidget.html#enabledChange">enabledChange</a>().
<p>Set this property's value with <a href="tqwidget.html#setEnabled">setEnabled</a>() and get this property's value with <a href="tqwidget.html#isEnabled">isEnabled</a>().
diff --git a/doc/html/propertyindex b/doc/html/propertyindex
index 71586896..99e5c0d9 100644
--- a/doc/html/propertyindex
+++ b/doc/html/propertyindex
@@ -148,8 +148,8 @@
"TQIconView/sorting" tqiconview.html#sorting-prop
"TQIconView/spacing" tqiconview.html#spacing-prop
"TQIconView/wordWrapIconText" tqiconview.html#wordWrapIconText-prop
-"QIntValidator/bottom" qintvalidator.html#bottom-prop
-"QIntValidator/top" qintvalidator.html#top-prop
+"TQIntValidator/bottom" tqintvalidator.html#bottom-prop
+"TQIntValidator/top" tqintvalidator.html#top-prop
"TQLCDNumber/intValue" tqlcdnumber.html#intValue-prop
"TQLCDNumber/mode" tqlcdnumber.html#mode-prop
"TQLCDNumber/numDigits" tqlcdnumber.html#numDigits-prop
diff --git a/doc/html/qdoublevalidator.html b/doc/html/qdoublevalidator.html
index 1278f5fb..8a538932 100644
--- a/doc/html/qdoublevalidator.html
+++ b/doc/html/qdoublevalidator.html
@@ -70,7 +70,7 @@ provide a fixup() function.
with setBottom() and setTop(). Set the number of decimal places
with setDecimals(). The validate() function returns the validation
state.
- See also TQIntValidator, TQRegExpValidator, and Miscellaneous Classes.
+ See also TQIntValidator, TQRegExpValidator, and Miscellaneous Classes.
Member Function Documentation
A canvas consists of a background, a number of canvas items organized by
diff --git a/doc/html/tqcheckbox.html b/doc/html/tqcheckbox.html
index d6ae011a..1c1ef5a8 100644
--- a/doc/html/tqcheckbox.html
+++ b/doc/html/tqcheckbox.html
@@ -124,7 +124,7 @@ Constructs a checkbox with text text.
The parent and name arguments are sent to the TQWidget
constructor.
- TQKeySequence TQButton::accel () const
+TQKeySequence TQButton::accel () const
Returns the accelerator associated with the button.
See the "accel" property for details.
bool TQButton::autoRepeat () const
@@ -185,7 +185,7 @@ See the "pixmap" property for details.
This signal is emitted when the button is released.
See also pressed(), clicked(), and toggled().
- void TQButton::setAccel ( const TQKeySequence & ) [virtual]
+void TQButton::setAccel ( const TQKeySequence & ) [virtual]
Sets the accelerator associated with the button.
See the "accel" property for details.
void TQButton::setAutoRepeat ( bool ) [virtual]
@@ -242,7 +242,7 @@ or because setOn() was called.
Example: listbox/listbox.cpp.
Property Documentation
-TQKeySequence accel
+TQKeySequence accel
This property holds the accelerator associated with the button.
This property is 0 if there is no accelerator set. If you set this
property to 0 then any current accelerator is removed.
diff --git a/doc/html/tqdialog.html b/doc/html/tqdialog.html
index 05cb2fbc..050fe8bb 100644
--- a/doc/html/tqdialog.html
+++ b/doc/html/tqdialog.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
More...
#include <tqdialog.h>
Inherits TQWidget.
- Inherited by TQColorDialog, TQErrorMessage, TQFileDialog, TQFontDialog, TQInputDialog, TQMessageBox, TQMotifDialog, TQProgressDialog, TQTabDialog, and TQWizard.
+ Inherited by TQColorDialog, TQErrorMessage, TQFileDialog, TQFontDialog, TQInputDialog, TQMessageBox, TQMotifDialog, TQProgressDialog, TQTabDialog, and TQWizard.
List of all member functions.
Public Members
diff --git a/doc/html/tqevent.html b/doc/html/tqevent.html
index 360e8e76..f0513e1c 100644
--- a/doc/html/tqevent.html
+++ b/doc/html/tqevent.html
@@ -36,7 +36,7 @@ event classes. Event objects contain event parameters.
More...
#include <tqevent.h>
Inherits TQt.
- Inherited by TQTimerEvent, TQMouseEvent, TQWheelEvent, TQTabletEvent, TQKeyEvent, TQFocusEvent, TQPaintEvent, TQMoveEvent, TQResizeEvent, TQCloseEvent, TQIconDragEvent, TQShowEvent, TQHideEvent, TQContextMenuEvent, TQIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent.
+ Inherited by TQTimerEvent, TQMouseEvent, TQWheelEvent, TQTabletEvent, TQKeyEvent, TQFocusEvent, TQPaintEvent, TQMoveEvent, TQResizeEvent, TQCloseEvent, TQIconDragEvent, TQShowEvent, TQHideEvent, TQContextMenuEvent, TQIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent.
List of all member functions.
Public Members
@@ -85,11 +85,11 @@ types and the specialized classes for each type are these:
- TQEvent::MouseButtonRelease - Mouse release, TQMouseEvent.
- TQEvent::MouseButtonDblClick - Mouse press again, TQMouseEvent.
- TQEvent::MouseMove - Mouse move, TQMouseEvent.
-
- TQEvent::KeyPress - Key press (including Shift, for example), TQKeyEvent.
-
- TQEvent::KeyRelease - Key release, TQKeyEvent.
-
- TQEvent::IMStart - The start of input method composition, TQIMEvent.
-
- TQEvent::IMCompose - Input method composition is taking place, TQIMEvent.
-
- TQEvent::IMEnd - The end of input method composition, TQIMEvent.
+
- TQEvent::KeyPress - Key press (including Shift, for example), TQKeyEvent.
+
- TQEvent::KeyRelease - Key release, TQKeyEvent.
+
- TQEvent::IMStart - The start of input method composition, TQIMEvent.
+
- TQEvent::IMCompose - Input method composition is taking place, TQIMEvent.
+
- TQEvent::IMEnd - The end of input method composition, TQIMEvent.
- TQEvent::FocusIn - Widget gains keyboard focus, TQFocusEvent.
- TQEvent::FocusOut - Widget loses keyboard focus, TQFocusEvent.
- TQEvent::Enter - Mouse enters widget's boundaries.
@@ -109,10 +109,10 @@ types and the specialized classes for each type are these:
- TQEvent::ShowWindowRequest - Widget's window should be shown (obsolete).
- TQEvent::DeferredDelete - The object will be deleted after it has
cleaned up.
-
- TQEvent::Accel - Key press in child for shortcut key handling, TQKeyEvent.
+
- TQEvent::Accel - Key press in child for shortcut key handling, TQKeyEvent.
- TQEvent::Wheel - Mouse wheel rolled, TQWheelEvent.
- TQEvent::ContextMenu - Context popup menu, TQContextMenuEvent
-
- TQEvent::AccelOverride - Key press in child, for overriding shortcut key handling, TQKeyEvent.
+
- TQEvent::AccelOverride - Key press in child, for overriding shortcut key handling, TQKeyEvent.
- TQEvent::AccelAvailable - internal.
- TQEvent::WindowActivate - Window was activated.
- TQEvent::WindowDeactivate - Window was deactivated.
diff --git a/doc/html/qimevent-members.html b/doc/html/tqimevent-members.html
similarity index 79%
rename from doc/html/qimevent-members.html
rename to doc/html/tqimevent-members.html
index cfe18f92..9ab2d587 100644
--- a/doc/html/qimevent-members.html
+++ b/doc/html/tqimevent-members.html
@@ -32,17 +32,17 @@ body { background: #ffffff; color: black; }
| | Complete Member List for TQIMEvent
This is the complete list of member functions for
-TQIMEvent, including inherited members.
+TQIMEvent, including inherited members.
diff --git a/doc/html/qimevent.html b/doc/html/tqimevent.html
similarity index 99%
rename from doc/html/qimevent.html
rename to doc/html/tqimevent.html
index 846e5c36..743bcdfb 100644
--- a/doc/html/qimevent.html
+++ b/doc/html/tqimevent.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
More...
#include <tqevent.h>
Inherits TQEvent.
- List of all member functions.
+ List of all member functions.
Public Members
- TQIMEvent ( Type type, const TQString & text, int cursorPosition )
diff --git a/doc/html/qinputdialog-h.html b/doc/html/tqinputdialog-h.html
similarity index 94%
rename from doc/html/qinputdialog-h.html
rename to doc/html/tqinputdialog-h.html
index 238bdf48..e7ff3f8d 100644
--- a/doc/html/qinputdialog-h.html
+++ b/doc/html/tqinputdialog-h.html
@@ -1,9 +1,9 @@
-
+
-ntqinputdialog.h Include File
+tqinputdialog.h Include File
| |