diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 |
| commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
| tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/man/man3/tqstyle.3qt | |
| parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
| download | tqt-6f57abfc.tar.gz tqt-6f57abfc.zip | |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqstyle.3qt')
| -rw-r--r-- | doc/man/man3/tqstyle.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqstyle.3qt b/doc/man/man3/tqstyle.3qt index d0ed1631f..40c4fd206 100644 --- a/doc/man/man3/tqstyle.3qt +++ b/doc/man/man3/tqstyle.3qt @@ -416,7 +416,7 @@ This enum represents the PrimitiveElements of a style. A PrimitiveElement is a c .TP \fCTQStyle::PE_DockWindowResizeHandle\fR - resize handle for dock windows. .TP -\fCTQStyle::PE_Splitter\fR - splitter handle; see also QSplitter. +\fCTQStyle::PE_Splitter\fR - splitter handle; see also TQSplitter. .TP \fCTQStyle::PE_Panel\fR - generic panel frame; see also TQFrame. .TP @@ -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 TQDockWindow *) 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 TQSplitter *) Unused. CT_DockWindow (const TQDockWindow *) Unused. CT_ProgressBar (const TQProgressBar *) Unused. CT_PopupMenuItem (const TQPopupMenu *) TQStyleOption ( TQMenuItem *mi ) .TP opt.menuItem() .TE |
