diff options
Diffstat (limited to 'doc/man/man3/tqstyle.3qt')
-rw-r--r-- | doc/man/man3/tqstyle.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqstyle.3qt b/doc/man/man3/tqstyle.3qt index e4d83d431..d0ed1631f 100644 --- a/doc/man/man3/tqstyle.3qt +++ b/doc/man/man3/tqstyle.3qt @@ -256,7 +256,7 @@ This enum represents a ControlElement. A ControlElement is part of a widget that .TP \fCTQStyle::CE_MenuBarEmptyArea\fR - the empty area of a TQMenuBar. .TP -\fCTQStyle::CE_DockWindowEmptyArea\fR - the empty area of a QDockWindow. +\fCTQStyle::CE_DockWindowEmptyArea\fR - the empty area of a TQDockWindow. .TP \fCTQStyle::CE_ToolBoxTab\fR - the toolbox's tab area .TP @@ -410,7 +410,7 @@ This enum represents the PrimitiveElements of a style. A PrimitiveElement is a c .TP \fCTQStyle::PE_ExclusiveIndicatorMask\fR - bitmap mask for an exclusive indicator. .TP -\fCTQStyle::PE_DockWindowHandle\fR - tear off handle for dock windows and toolbars, for example QDockWindows and TQToolBars. +\fCTQStyle::PE_DockWindowHandle\fR - tear off handle for dock windows and toolbars, for example TQDockWindows and TQToolBars. .TP \fCTQStyle::PE_DockWindowSeparator\fR - item separator for dock window and toolbar contents. .TP @@ -638,7 +638,7 @@ This enum represents a StylePixmap. A StylePixmap is a pixmap that can follow so .TP \fCTQStyle::SP_MessageBoxQuestion\fR - the 'question' icon. .TP -\fCTQStyle::SP_DockWindowCloseButton\fR - close button on dock windows; see also QDockWindow. +\fCTQStyle::SP_DockWindowCloseButton\fR - close button on dock windows; see also TQDockWindow. .TP \fCTQStyle::SP_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value. .PP @@ -988,7 +988,7 @@ The \fIwidget\fR argument is a pointer to a TQWidget or one of its subclasses. T .PP <center>.nf .TS -l - l. ContentsType Widget Cast Options Notes CT_PushButton (const TQPushButton *) Unused. CT_CheckBox (const TQCheckBox *) Unused. CT_RadioButton (const TQRadioButton *) Unused. CT_ToolButton (const TQToolButton *) Unused. CT_ComboBox (const TQComboBox *) Unused. CT_Splitter (const QSplitter *) Unused. CT_DockWindow (const QDockWindow *) Unused. CT_ProgressBar (const TQProgressBar *) Unused. CT_PopupMenuItem (const TQPopupMenu *) TQStyleOption ( TQMenuItem *mi ) +l - l. ContentsType Widget Cast Options Notes CT_PushButton (const TQPushButton *) Unused. CT_CheckBox (const TQCheckBox *) Unused. CT_RadioButton (const TQRadioButton *) Unused. CT_ToolButton (const TQToolButton *) Unused. CT_ComboBox (const TQComboBox *) Unused. CT_Splitter (const QSplitter *) Unused. CT_DockWindow (const TQDockWindow *) Unused. CT_ProgressBar (const TQProgressBar *) Unused. CT_PopupMenuItem (const TQPopupMenu *) TQStyleOption ( TQMenuItem *mi ) .TP opt.menuItem() .TE @@ -1025,7 +1025,7 @@ l - l. SubRect Widget Cast SR_PushButtonContents (const TQPushButton *) SR_PushB .fi </center> .PP -The tear-off handle (SR_DockWindowHandleRect) for QDockWindow is a private class. Use TQWidget::parentWidget() to access the QDockWindow: +The tear-off handle (SR_DockWindowHandleRect) for TQDockWindow is a private class. Use TQWidget::parentWidget() to access the TQDockWindow: .PP .nf .br @@ -1033,7 +1033,7 @@ The tear-off handle (SR_DockWindowHandleRect) for QDockWindow is a private class .br return; .br - const QDockWindow *dw = (const QDockWindow *) widget->parentWidget(); + const TQDockWindow *dw = (const TQDockWindow *) widget->parentWidget(); .br .fi .PP |