diff options
Diffstat (limited to 'doc/man/man3/tqstyleoption.3qt')
-rw-r--r-- | doc/man/man3/tqstyleoption.3qt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/man/man3/tqstyleoption.3qt b/doc/man/man3/tqstyleoption.3qt index 7731f990b..7055413ea 100644 --- a/doc/man/man3/tqstyleoption.3qt +++ b/doc/man/man3/tqstyleoption.3qt @@ -41,10 +41,10 @@ TQStyleOption \- Optional parameters for TQStyle functions .BI "\fBTQStyleOption\fR ( const TQColor & c )" .br .ti -1c -.BI "\fBTQStyleOption\fR ( QTab * t )" +.BI "\fBTQStyleOption\fR ( TQTab * t )" .br .ti -1c -.BI "\fBTQStyleOption\fR ( QListViewItem * i )" +.BI "\fBTQStyleOption\fR ( TQListViewItem * i )" .br .ti -1c .BI "\fBTQStyleOption\fR ( TQCheckListItem * i )" @@ -92,13 +92,13 @@ TQStyleOption \- Optional parameters for TQStyle functions .BI "const TQColor & \fBcolor\fR () const" .br .ti -1c -.BI "QTab * \fBtab\fR () const" +.BI "TQTab * \fBtab\fR () const" .br .ti -1c .BI "TQCheckListItem * \fBcheckListItem\fR () const" .br .ti -1c -.BI "QListViewItem * \fBlistViewItem\fR () const" +.BI "TQListViewItem * \fBlistViewItem\fR () const" .br .ti -1c .BI "TQt::ArrowType \fBarrowType\fR () const" @@ -148,10 +148,10 @@ Pass a menu item and an integer, \fIm\fR and \fIin1\fR. Pass a menu item and two integers, \fIm\fR, \fIin1\fR and \fIin2\fR. .SH "TQStyleOption::TQStyleOption ( const TQColor & c )" Pass a color, \fIc\fR. -.SH "TQStyleOption::TQStyleOption ( QTab * t )" -Pass a QTab, \fIt\fR. -.SH "TQStyleOption::TQStyleOption ( QListViewItem * i )" -Pass a QListViewItem, \fIi\fR. +.SH "TQStyleOption::TQStyleOption ( TQTab * t )" +Pass a TQTab, \fIt\fR. +.SH "TQStyleOption::TQStyleOption ( TQListViewItem * i )" +Pass a TQListViewItem, \fIi\fR. .SH "TQStyleOption::TQStyleOption ( TQCheckListItem * i )" Pass a TQCheckListItem, \fIi\fR. .SH "TQStyleOption::TQStyleOption ( TQt::ArrowType a )" @@ -169,17 +169,17 @@ Returns a color if the appropriate constructor was called; otherwise the return .SH "int TQStyleOption::day () const" Returns the index of the day in the month if the appropriate constructor was called; otherwise the return value is undefined. .SH "int TQStyleOption::frameShadow () const" -Returns a QFrame::Shadow value if the appropriate constructor was called; otherwise the return value is undefined. +Returns a TQFrame::Shadow value if the appropriate constructor was called; otherwise the return value is undefined. .SH "int TQStyleOption::frameShape () const" -Returns a QFrame::Shape value if the appropriate constructor was called; otherwise the return value is undefined. +Returns a TQFrame::Shape value if the appropriate constructor was called; otherwise the return value is undefined. .SH "int TQStyleOption::headerSection () const" Returns the header section if the appropriate constructor was called; otherwise the return value is undefined. .SH "bool TQStyleOption::isDefault () const" Returns TRUE if the option was constructed with the default constructor; otherwise returns FALSE. .SH "int TQStyleOption::lineWidth () const" Returns the line width if the appropriate constructor was called; otherwise the return value is undefined. -.SH "QListViewItem * TQStyleOption::listViewItem () const" -Returns a QListView item if the appropriate constructor was called; otherwise the return value is undefined. +.SH "TQListViewItem * TQStyleOption::listViewItem () const" +Returns a TQListView item if the appropriate constructor was called; otherwise the return value is undefined. .SH "int TQStyleOption::maxIconWidth () const" Returns the maximum width of the menu item check area if the appropriate constructor was called; otherwise the return value is undefined. .SH "TQMenuItem * TQStyleOption::menuItem () const" @@ -188,8 +188,8 @@ Returns a menu item if the appropriate constructor was called; otherwise the ret Returns the mid-line width if the appropriate constructor was called; otherwise the return value is undefined. .SH "TQRect TQStyleOption::rect () const" Returns a rectangle if the appropriate constructor was called; otherwise the return value is undefined. -.SH "QTab * TQStyleOption::tab () const" -Returns a QTabBar tab if the appropriate constructor was called; otherwise the return value is undefined. +.SH "TQTab * TQStyleOption::tab () const" +Returns a TQTabBar tab if the appropriate constructor was called; otherwise the return value is undefined. .SH "int TQStyleOption::tabWidth () const" Returns the tab indent width if the appropriate constructor was called; otherwise the return value is undefined. .SH "TQWidget * TQStyleOption::widget () const" |