summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqstylefactory.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 15:05:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-12 19:18:55 +0900
commit7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch)
tree015fd18fdc62bce380935d546b677aa965b090c6 /doc/man/man3/tqstylefactory.3qt
parentccbc1c3572fd0e26480c1432fff55d2909545538 (diff)
downloadtqt-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.tar.gz
tqt-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.zip
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqstylefactory.3qt')
-rw-r--r--doc/man/man3/tqstylefactory.3qt24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/man/man3/tqstylefactory.3qt b/doc/man/man3/tqstylefactory.3qt
index caa2cc05b..23b51abc4 100644
--- a/doc/man/man3/tqstylefactory.3qt
+++ b/doc/man/man3/tqstylefactory.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QStyleFactory 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQStyleFactory 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,28 +7,28 @@
.ad l
.nh
.SH NAME
-QStyleFactory \- Creates QStyle objects
+TQStyleFactory \- Creates TQStyle objects
.SH SYNOPSIS
-\fC#include <ntqstylefactory.h>\fR
+\fC#include <tqstylefactory.h>\fR
.PP
.SS "Static Public Members"
-<li class=fn>TQStringList \fBkeys\fR () <li class=fn>QStyle * \fBcreate\fR ( const TQString & key )
+<li class=fn>TQStringList \fBkeys\fR () <li class=fn>TQStyle * \fBcreate\fR ( const TQString & key )
.SH DESCRIPTION
-The QStyleFactory class creates QStyle objects.
+The TQStyleFactory class creates TQStyle objects.
.PP
-The style factory creates a QStyle object for a given key with QStyleFactory::create(key).
+The style factory creates a TQStyle object for a given key with TQStyleFactory::create(key).
.PP
-The styles are either built-in or dynamically loaded from a style plugin (see QStylePlugin).
+The styles are either built-in or dynamically loaded from a style plugin (see TQStylePlugin).
.PP
-QStyleFactory::keys() returns a list of valid keys, typically including "Windows", "Motif", "CDE", "MotifPlus", "Platinum"," SGI" and "Compact". Depending on the platform, "WindowsXP"," Aqua" or "Macintosh" may be available.
+TQStyleFactory::keys() returns a list of valid keys, typically including "Windows", "Motif", "CDE", "MotifPlus", "Platinum"," SGI" and "Compact". Depending on the platform, "WindowsXP"," Aqua" or "Macintosh" may be available.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QStyle * QStyleFactory::create ( const TQString & key )\fC [static]\fR"
-Creates a QStyle object that matches \fIkey\fR case-insensitively. This is either a built-in style, or a style from a style plugin.
+.SH "TQStyle * TQStyleFactory::create ( const TQString & key )\fC [static]\fR"
+Creates a TQStyle object that matches \fIkey\fR case-insensitively. This is either a built-in style, or a style from a style plugin.
.PP
See also keys().
.PP
Example: themes/wood.cpp.
-.SH "TQStringList QStyleFactory::keys ()\fC [static]\fR"
+.SH "TQStringList TQStyleFactory::keys ()\fC [static]\fR"
Returns the list of keys this factory can create styles for.
.PP
See also create().
@@ -36,7 +36,7 @@ See also create().
Example: themes/themes.cpp.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqstylefactory.html
+.BR http://doc.trolltech.com/tqstylefactory.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the