diff options
Diffstat (limited to 'doc/man/man3/tqstylefactory.3qt')
-rw-r--r-- | doc/man/man3/tqstylefactory.3qt | 24 |
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 |