diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 20:19:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:35 +0900 |
commit | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch) | |
tree | 204d752457acf6403c99f3928f02b612ff14d178 /doc/man/man3/tqcommonstyle.3qt | |
parent | ddce1c91f8582885497b463b24bac59f6fdfdf63 (diff) | |
download | tqt-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.tar.gz tqt-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqcommonstyle.3qt')
-rw-r--r-- | doc/man/man3/tqcommonstyle.3qt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqcommonstyle.3qt b/doc/man/man3/tqcommonstyle.3qt index ad8f79e7c..445511dc6 100644 --- a/doc/man/man3/tqcommonstyle.3qt +++ b/doc/man/man3/tqcommonstyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QCommonStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQCommonStyle 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,22 +7,22 @@ .ad l .nh .SH NAME -QCommonStyle \- Encapsulates the common Look and Feel of a GUI +TQCommonStyle \- Encapsulates the common Look and Feel of a GUI .SH SYNOPSIS -\fC#include <ntqcommonstyle.h>\fR +\fC#include <tqcommonstyle.h>\fR .PP Inherits TQStyle. .PP -Inherited by QMotifStyle and QWindowsStyle. +Inherited by TQMotifStyle and TQWindowsStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQCommonStyle\fR ()" +.BI "\fBTQCommonStyle\fR ()" .br .in -1c .SH DESCRIPTION -The QCommonStyle class encapsulates the common Look and Feel of a GUI. +The TQCommonStyle class encapsulates the common Look and Feel of a GUI. .PP This abstract class implements some of the widget's look and feel that is common to all GUI styles provided and shipped as part of Qt. .PP @@ -30,11 +30,11 @@ All the functions are documented in TQStyle. .PP See also Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QCommonStyle::QCommonStyle ()" -Constructs a QCommonStyle. +.SH "TQCommonStyle::TQCommonStyle ()" +Constructs a TQCommonStyle. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqcommonstyle.html +.BR http://doc.trolltech.com/tqcommonstyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |