diff options
author | Michele Calgaro <[email protected]> | 2024-08-24 20:19:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-29 22:23:35 +0900 |
commit | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch) | |
tree | 204d752457acf6403c99f3928f02b612ff14d178 /doc/man/man3/tqmotifplusstyle.3qt | |
parent | ddce1c91f8582885497b463b24bac59f6fdfdf63 (diff) | |
download | tqt3-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.tar.gz tqt3-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqmotifplusstyle.3qt')
-rw-r--r-- | doc/man/man3/tqmotifplusstyle.3qt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqmotifplusstyle.3qt b/doc/man/man3/tqmotifplusstyle.3qt index 4c1276cc9..9f377df26 100644 --- a/doc/man/man3/tqmotifplusstyle.3qt +++ b/doc/man/man3/tqmotifplusstyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QMotifPlusStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQMotifPlusStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,34 +7,34 @@ .ad l .nh .SH NAME -QMotifPlusStyle \- More sophisticated Motif-ish look and feel +TQMotifPlusStyle \- More sophisticated Motif-ish look and feel .SH SYNOPSIS -\fC#include <ntqmotifplusstyle.h>\fR +\fC#include <tqmotifplusstyle.h>\fR .PP -Inherits QMotifStyle. +Inherits TQMotifStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQMotifPlusStyle\fR ( bool hoveringHighlight = TRUE )" +.BI "\fBTQMotifPlusStyle\fR ( bool hoveringHighlight = TRUE )" .br .in -1c .SH DESCRIPTION -The QMotifPlusStyle class provides a more sophisticated Motif-ish look and feel. +The TQMotifPlusStyle class provides a more sophisticated Motif-ish look and feel. .PP This class implements a Motif-ish look and feel with the more sophisticated bevelling as used by the GIMP Toolkit (GTK+) for Unix/X11. .PP See also Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QMotifPlusStyle::QMotifPlusStyle ( bool hoveringHighlight = TRUE )" -Constructs a QMotifPlusStyle +.SH "TQMotifPlusStyle::TQMotifPlusStyle ( bool hoveringHighlight = TRUE )" +Constructs a TQMotifPlusStyle .PP If \fIhoveringHighlight\fR is TRUE (the default), then the style will not highlight push buttons, checkboxes, radiobuttons, comboboxes, scrollbars or sliders. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqmotifplusstyle.html +.BR http://doc.trolltech.com/tqmotifplusstyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |