From d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 24 Aug 2024 20:19:50 +0900 Subject: Rename style nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqapplication.3qt | 2 +- doc/man/man3/tqcdestyle.3qt | 24 +++++------ doc/man/man3/tqcommonstyle.3qt | 18 ++++---- doc/man/man3/tqdialog.3qt | 2 +- doc/man/man3/tqeventloop.3qt | 2 +- doc/man/man3/tqmacstyle.3qt | 2 +- doc/man/man3/tqmotif.3qt | 36 ++++++++-------- doc/man/man3/tqmotifdialog.3qt | 90 +++++++++++++++++++-------------------- doc/man/man3/tqmotifplusstyle.3qt | 18 ++++---- doc/man/man3/tqmotifstyle.3qt | 24 +++++------ doc/man/man3/tqmotifwidget.3qt | 34 +++++++-------- doc/man/man3/tqplatinumstyle.3qt | 22 +++++----- doc/man/man3/tqsgistyle.3qt | 24 +++++------ doc/man/man3/tqstyle.3qt | 2 +- doc/man/man3/tqtextcodec.3qt | 2 +- doc/man/man3/tqwidget.3qt | 2 +- doc/man/man3/tqwindowsstyle.3qt | 20 ++++----- 17 files changed, 162 insertions(+), 162 deletions(-) (limited to 'doc/man/man3') diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt index e5d3b9a5..0559b88e 100644 --- a/doc/man/man3/tqapplication.3qt +++ b/doc/man/man3/tqapplication.3qt @@ -1431,7 +1431,7 @@ Example usage: .PP .nf .br - QApplication::setStyle( new QWindowsStyle ); + QApplication::setStyle( new TQWindowsStyle ); .br .fi .PP diff --git a/doc/man/man3/tqcdestyle.3qt b/doc/man/man3/tqcdestyle.3qt index c101317a..217a2edc 100644 --- a/doc/man/man3/tqcdestyle.3qt +++ b/doc/man/man3/tqcdestyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QCDEStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQCDEStyle 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,39 +7,39 @@ .ad l .nh .SH NAME -QCDEStyle \- CDE look and feel +TQCDEStyle \- CDE look and feel .SH SYNOPSIS -\fC#include \fR +\fC#include \fR .PP -Inherits QMotifStyle. +Inherits TQMotifStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQCDEStyle\fR ( bool useHighlightCols = FALSE )" +.BI "\fBTQCDEStyle\fR ( bool useHighlightCols = FALSE )" .br .ti -1c -.BI "virtual \fB~QCDEStyle\fR ()" +.BI "virtual \fB~TQCDEStyle\fR ()" .br .in -1c .SH DESCRIPTION -The QCDEStyle class provides a CDE look and feel. +The TQCDEStyle class provides a CDE look and feel. .PP This style provides a slightly improved Motif look similar to some versions of the Common Desktop Environment (CDE). The main differences are thinner frames and more modern radio buttons and checkboxes. Together with a dark background and a bright text/foreground color, the style looks quite attractive (at least for Motif fans). .PP -Note that the functions provided by QCDEStyle are reimplementations of TQStyle functions; see TQStyle for their documentation. +Note that the functions provided by TQCDEStyle are reimplementations of TQStyle functions; see TQStyle for their documentation. .PP See also Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QCDEStyle::QCDEStyle ( bool useHighlightCols = FALSE )" -Constructs a QCDEStyle. +.SH "TQCDEStyle::TQCDEStyle ( bool useHighlightCols = FALSE )" +Constructs a TQCDEStyle. .PP If \fIuseHighlightCols\fR is FALSE (the default), then the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color. -.SH "QCDEStyle::~QCDEStyle ()\fC [virtual]\fR" +.SH "TQCDEStyle::~TQCDEStyle ()\fC [virtual]\fR" Destroys the style. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqcdestyle.html +.BR http://doc.trolltech.com/tqcdestyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqcommonstyle.3qt b/doc/man/man3/tqcommonstyle.3qt index ad8f79e7..445511dc 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 \fR +\fC#include \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 diff --git a/doc/man/man3/tqdialog.3qt b/doc/man/man3/tqdialog.3qt index 651b632e..60fedb6d 100644 --- a/doc/man/man3/tqdialog.3qt +++ b/doc/man/man3/tqdialog.3qt @@ -13,7 +13,7 @@ TQDialog \- The base class of dialog windows .PP Inherits TQWidget. .PP -Inherited by TQColorDialog, QErrorMessage, TQFileDialog, TQFontDialog, QInputDialog, QMessageBox, QMotifDialog, TQProgressDialog, TQTabDialog, and TQWizard. +Inherited by TQColorDialog, QErrorMessage, TQFileDialog, TQFontDialog, QInputDialog, QMessageBox, TQMotifDialog, TQProgressDialog, TQTabDialog, and TQWizard. .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/tqeventloop.3qt b/doc/man/man3/tqeventloop.3qt index ca4a6670..cedefb41 100644 --- a/doc/man/man3/tqeventloop.3qt +++ b/doc/man/man3/tqeventloop.3qt @@ -13,7 +13,7 @@ TQEventLoop \- Manages the event queue .PP Inherits TQObject. .PP -Inherited by QMotif. +Inherited by TQMotif. .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/tqmacstyle.3qt b/doc/man/man3/tqmacstyle.3qt index ed3993aa..e1978ffe 100644 --- a/doc/man/man3/tqmacstyle.3qt +++ b/doc/man/man3/tqmacstyle.3qt @@ -11,7 +11,7 @@ QMacStyle \- Implements an Appearance Manager style .SH SYNOPSIS \fC#include \fR .PP -Inherits QWindowsStyle. +Inherits TQWindowsStyle. .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/tqmotif.3qt b/doc/man/man3/tqmotif.3qt index 14202919..670531e1 100644 --- a/doc/man/man3/tqmotif.3qt +++ b/doc/man/man3/tqmotif.3qt @@ -1,5 +1,5 @@ '\" t -.TH QMotif 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQMotif 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,21 +7,21 @@ .ad l .nh .SH NAME -QMotif \- The basis of the +TQMotif \- The basis of the .SH SYNOPSIS This class is part of the \fBQt Motif Extension\fR. .PP -\fC#include \fR +\fC#include \fR .PP Inherits TQEventLoop. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQMotif\fR ( const char * applicationClass, XtAppContext context = NULL, XrmOptionDescRec * options = 0, int numOptions = 0 )" +.BI "\fBTQMotif\fR ( const char * applicationClass, XtAppContext context = NULL, XrmOptionDescRec * options = 0, int numOptions = 0 )" .br .ti -1c -.BI "\fB~QMotif\fR ()" +.BI "\fB~TQMotif\fR ()" .br .ti -1c .BI "XtAppContext \fBapplicationContext\fR () const" @@ -36,13 +36,13 @@ Inherits TQEventLoop. .SH DESCRIPTION This class is defined in the \fBQt Motif Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API. .PP -The QMotif class provides the basis of the Motif Extension. +The TQMotif class provides the basis of the Motif Extension. .PP -QMotif only provides a few public functions, but it is at the heart of the integration. QMotif is responsible for initializing the Xt toolkit and the Xt application context. It does not open a connection to the X server, that is done by QApplication. +TQMotif only provides a few public functions, but it is at the heart of the integration. TQMotif is responsible for initializing the Xt toolkit and the Xt application context. It does not open a connection to the X server, that is done by QApplication. .PP -The only member function in QMotif that depends on an X server connection is QMotif::initialize(). QMotif must be created before QApplication. +The only member function in TQMotif that depends on an X server connection is TQMotif::initialize(). TQMotif must be created before QApplication. .PP -Example usage of QMotif and QApplication: +Example usage of TQMotif and QApplication: .PP .nf .br @@ -57,7 +57,7 @@ Example usage of QMotif and QApplication: .br { .br - QMotif integrator( "AppClass" ); + TQMotif integrator( "AppClass" ); .br XtAppSetFallbackResources( integrator.applicationContext(), .br @@ -75,21 +75,21 @@ Example usage of QMotif and QApplication: .br .fi .SH MEMBER FUNCTION DOCUMENTATION -.SH "QMotif::QMotif ( const char * applicationClass, XtAppContext context = NULL, XrmOptionDescRec * options = 0, int numOptions = 0 )" -Creates QMotif, which allows TQt and Xt/Motif integration. +.SH "TQMotif::TQMotif ( const char * applicationClass, XtAppContext context = NULL, XrmOptionDescRec * options = 0, int numOptions = 0 )" +Creates TQMotif, which allows TQt and Xt/Motif integration. .PP -If \fIcontext\fR is 0, QMotif creates a default application context itself. The context is accessible through applicationContext(). +If \fIcontext\fR is 0, TQMotif creates a default application context itself. The context is accessible through applicationContext(). .PP All arguments passed to this function (\fIapplicationClass\fR, \fIoptions\fR and \fInumOptions\fR) are used to call XtDisplayInitialize() after QApplication has been constructed. -.SH "QMotif::~QMotif ()" -Destroys QMotif. -.SH "XtAppContext QMotif::applicationContext () const" +.SH "TQMotif::~TQMotif ()" +Destroys TQMotif. +.SH "XtAppContext TQMotif::applicationContext () const" Returns the application context. -.SH "Display * QMotif::x11Display ()\fC [static]\fR" +.SH "Display * TQMotif::x11Display ()\fC [static]\fR" Returns the X11 display connection used by the TQt Motif Extension. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmotif.html +.BR http://doc.trolltech.com/tqmotif.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqmotifdialog.3qt b/doc/man/man3/tqmotifdialog.3qt index cb2ad081..6589a3c8 100644 --- a/doc/man/man3/tqmotifdialog.3qt +++ b/doc/man/man3/tqmotifdialog.3qt @@ -1,5 +1,5 @@ '\" t -.TH QMotifDialog 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQMotifDialog 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,11 +7,11 @@ .ad l .nh .SH NAME -QMotifDialog \- The TQDialog API for Motif-based dialogs +TQMotifDialog \- The TQDialog API for Motif-based dialogs .SH SYNOPSIS This class is part of the \fBQt Motif Extension\fR. .PP -\fC#include \fR +\fC#include \fR .PP Inherits TQDialog. .PP @@ -21,19 +21,19 @@ Inherits TQDialog. .BI "enum DialogType { Prompt, Selection, Command, FileSelection, Template, Error, Information, Message, Question, Warning, Working } \fI(obsolete)\fR" .br .ti -1c -.BI "QMotifDialog ( DialogType dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) \fI(obsolete)\fR" +.BI "TQMotifDialog ( DialogType dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) \fI(obsolete)\fR" .br .ti -1c -.BI "QMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) \fI(obsolete)\fR" +.BI "TQMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) \fI(obsolete)\fR" .br .ti -1c -.BI "\fBQMotifDialog\fR ( Widget parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" +.BI "\fBTQMotifDialog\fR ( Widget parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" .br .ti -1c -.BI "\fBQMotifDialog\fR ( TQWidget * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" +.BI "\fBTQMotifDialog\fR ( TQWidget * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" .br .ti -1c -.BI "virtual \fB~QMotifDialog\fR ()" +.BI "virtual \fB~TQMotifDialog\fR ()" .br .ti -1c .BI "Widget \fBshell\fR () const" @@ -54,106 +54,106 @@ Inherits TQDialog. .SH DESCRIPTION This class is defined in the \fBQt Motif Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API. .PP -The QMotifDialog class provides the TQDialog API for Motif-based dialogs. +The TQMotifDialog class provides the TQDialog API for Motif-based dialogs. .PP -QMotifDialog provides two separate modes of operation. The application programmer can use QMotifDialog with an existing Motif-based dialog and a TQWidget parent, or the application programmer can use QMotifDialog with a custom Qt-based dialog and a Motif-based parent. Modality continues to work as expected. +TQMotifDialog provides two separate modes of operation. The application programmer can use TQMotifDialog with an existing Motif-based dialog and a TQWidget parent, or the application programmer can use TQMotifDialog with a custom Qt-based dialog and a Motif-based parent. Modality continues to work as expected. .PP Motif-based dialogs must have a \fCShell\fR widget parent with a single child, due to requirements of the Motif toolkit. The \fCShell\fR widget, which is a special subclass of \fCXmDialogShell\fR, is created during construction. It can be accessed using the shell() member function. .PP The single child of the \fCShell\fR can be accessed using the dialog() member function \fIafter\fR it has been created. .PP -The acceptCallback() and rejectCallback() functions provide a convenient way to call TQDialog::accept() and TQDialog::reject() through callbacks. A pointer to the QMotifDialog should be passed as the \fCclient_data\fR argument to the callback. +The acceptCallback() and rejectCallback() functions provide a convenient way to call TQDialog::accept() and TQDialog::reject() through callbacks. A pointer to the TQMotifDialog should be passed as the \fCclient_data\fR argument to the callback. .PP -The API and behavior QMotifDialog is identical to that of TQDialog when using a custom Qt-based dialog with a Motif-based parent. The only difference is that a Motif-based \fIparent\fR argument is passed to the constructor, instead of a TQWidget parent. +The API and behavior TQMotifDialog is identical to that of TQDialog when using a custom Qt-based dialog with a Motif-based parent. The only difference is that a Motif-based \fIparent\fR argument is passed to the constructor, instead of a TQWidget parent. .SS "Member Type Documentation" -.SH "QMotifDialog::DialogType" +.SH "TQMotifDialog::DialogType" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP This enum lists the predefined Motif dialog types. .TP -\fCQMotifDialog::Prompt\fR +\fCTQMotifDialog::Prompt\fR .TP -\fCQMotifDialog::Selection\fR +\fCTQMotifDialog::Selection\fR .TP -\fCQMotifDialog::Command\fR +\fCTQMotifDialog::Command\fR .TP -\fCQMotifDialog::FileSelection\fR +\fCTQMotifDialog::FileSelection\fR .TP -\fCQMotifDialog::Template\fR +\fCTQMotifDialog::Template\fR .TP -\fCQMotifDialog::Error\fR +\fCTQMotifDialog::Error\fR .TP -\fCQMotifDialog::Information\fR +\fCTQMotifDialog::Information\fR .TP -\fCQMotifDialog::Message\fR +\fCTQMotifDialog::Message\fR .TP -\fCQMotifDialog::Question\fR +\fCTQMotifDialog::Question\fR .TP -\fCQMotifDialog::Warning\fR +\fCTQMotifDialog::Warning\fR .TP -\fCQMotifDialog::Working\fR +\fCTQMotifDialog::Working\fR .SH MEMBER FUNCTION DOCUMENTATION -.SH "QMotifDialog::QMotifDialog ( DialogType dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" +.SH "TQMotifDialog::TQMotifDialog ( DialogType dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP -Creates a QMotifDialog using one of the predefined Motif dialog types. The \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. +Creates a TQMotifDialog using one of the predefined Motif dialog types. The \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. .PP This constructor creates a Shell widget, which is a special subclass of XmDialogShell. The \fIparent\fR, \fIargs\fR and \fIargcount\fR arguments are passed to XtCreatePopupShell() when creating the subclass. You can access the Shell widget with the shell() member function. .PP This constructor also creates the dialog widget with the Shell widget as its parent. The type of the dialog created is specified by the \fIdialogtype\fR argument. See the DialogType enum for a list of available dialog types. You can access the dialog widget with the dialog() member function. .PP -\fBWarning:\fR QMotifDialog takes ownership of the child widget and destroys it during destruction. You should not destroy the dialog widget yourself. +\fBWarning:\fR TQMotifDialog takes ownership of the child widget and destroys it during destruction. You should not destroy the dialog widget yourself. .PP See also DialogType, shell(), and dialog(). -.SH "QMotifDialog::QMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" +.SH "TQMotifDialog::TQMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP -Creates a QMotifDialog which allows the application programmer to use the Motif-based \fIparent\fR for a custom TQDialog. The \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. +Creates a TQMotifDialog which allows the application programmer to use the Motif-based \fIparent\fR for a custom TQDialog. The \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. .PP This constructor creates a Shell widget, which is a special subclass of XmDialogShell. The \fIargs\fR and \fIargcount\fR arguments are passed to XtCreatePopupShell() when creating the subclass. You can access the Shell widget with the shell() member function. .PP The dialog widget is not created by the constructor. You must create the dialog widget as a child of the the widget returned by shell(). You can access the child widget with the dialog() member function. .PP -A dialog widget is not created by this constructor. Instead, you should create the dialog widget as a child of this dialog. QMotifDialog will take ownership of your custom dialog, and you can access it with the dialog() member function. +A dialog widget is not created by this constructor. Instead, you should create the dialog widget as a child of this dialog. TQMotifDialog will take ownership of your custom dialog, and you can access it with the dialog() member function. .PP -\fBWarning:\fR QMotifDialog takes ownership of the child widget and destroys it during destruction. You should not destroy the dialog widget yourself. +\fBWarning:\fR TQMotifDialog takes ownership of the child widget and destroys it during destruction. You should not destroy the dialog widget yourself. .PP See also shell() and dialog(). -.SH "QMotifDialog::QMotifDialog ( Widget parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" -Creates a QMotifDialog which allows the application programmer to use the Motif-based \fIparent\fR for a custom TQDialog. The \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. +.SH "TQMotifDialog::TQMotifDialog ( Widget parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" +Creates a TQMotifDialog which allows the application programmer to use the Motif-based \fIparent\fR for a custom TQDialog. The \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. .PP This constructor creates a \fCShell\fR widget, which is a special subclass of \fCXmDialogShell\fR. You can access the \fCShell\fR widget with the shell() member function. .PP See also shell(). -.SH "QMotifDialog::QMotifDialog ( TQWidget * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" -Creates a QMotifDialog which allows the application programmer to use a TQWidget parent for an existing Motif-based dialog. The \fIparent\fR, \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. +.SH "TQMotifDialog::TQMotifDialog ( TQWidget * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" +Creates a TQMotifDialog which allows the application programmer to use a TQWidget parent for an existing Motif-based dialog. The \fIparent\fR, \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. .PP This constructor creates a \fCShell\fR widget, which is a special subclass of \fCXmDialogShell\fR. You can access the \fCShell\fR widget with the shell() member functon. .PP -A dialog widget is not created by this constructor. Instead, you should create the dialog widget as a child of this dialog. QMotifDialog will take ownership of your custom dialog, and you can access it with the dialog() member function. +A dialog widget is not created by this constructor. Instead, you should create the dialog widget as a child of this dialog. TQMotifDialog will take ownership of your custom dialog, and you can access it with the dialog() member function. .PP -\fBWarning:\fR QMotifDialog takes ownership of the child widget and destroys it during destruction. You should not destroy the dialog widget yourself. +\fBWarning:\fR TQMotifDialog takes ownership of the child widget and destroys it during destruction. You should not destroy the dialog widget yourself. .PP See also shell() and dialog(). -.SH "QMotifDialog::~QMotifDialog ()\fC [virtual]\fR" +.SH "TQMotifDialog::~TQMotifDialog ()\fC [virtual]\fR" Destroys the TQDialog, dialog widget and \fCShell\fR widget. -.SH "void QMotifDialog::acceptCallback ( Widget, XtPointer client_data, XtPointer )\fC [static]\fR" -Convenient Xt/Motif callback to accept the QMotifDialog. +.SH "void TQMotifDialog::acceptCallback ( Widget, XtPointer client_data, XtPointer )\fC [static]\fR" +Convenient Xt/Motif callback to accept the TQMotifDialog. .PP The data is passed in \fIclient_data\fR. -.SH "Widget QMotifDialog::dialog () const" +.SH "Widget TQMotifDialog::dialog () const" Returns the Motif widget embedded in this dialog. -.SH "void QMotifDialog::rejectCallback ( Widget, XtPointer client_data, XtPointer )\fC [static]\fR" -Convenient Xt/Motif callback to reject the QMotifDialog. +.SH "void TQMotifDialog::rejectCallback ( Widget, XtPointer client_data, XtPointer )\fC [static]\fR" +Convenient Xt/Motif callback to reject the TQMotifDialog. .PP The data is passed in \fIclient_data\fR. -.SH "Widget QMotifDialog::shell () const" +.SH "Widget TQMotifDialog::shell () const" Returns the \fCShell\fR widget embedded in this dialog. .PP Example: dialog/mainwindow.cpp. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmotifdialog.html +.BR http://doc.trolltech.com/tqmotifdialog.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqmotifplusstyle.3qt b/doc/man/man3/tqmotifplusstyle.3qt index 4c1276cc..9f377df2 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 \fR +\fC#include \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 diff --git a/doc/man/man3/tqmotifstyle.3qt b/doc/man/man3/tqmotifstyle.3qt index 3204a3e0..a78bf729 100644 --- a/doc/man/man3/tqmotifstyle.3qt +++ b/doc/man/man3/tqmotifstyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QMotifStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQMotifStyle 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,18 +7,18 @@ .ad l .nh .SH NAME -QMotifStyle \- Motif look and feel +TQMotifStyle \- Motif look and feel .SH SYNOPSIS -\fC#include \fR +\fC#include \fR .PP -Inherits QCommonStyle. +Inherits TQCommonStyle. .PP -Inherited by QCDEStyle, QMotifPlusStyle, and QSGIStyle. +Inherited by TQCDEStyle, TQMotifPlusStyle, and TQSGIStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQMotifStyle\fR ( bool useHighlightCols = FALSE )" +.BI "\fBTQMotifStyle\fR ( bool useHighlightCols = FALSE )" .br .ti -1c .BI "void \fBsetUseHighlightColors\fR ( bool arg )" @@ -28,30 +28,30 @@ Inherited by QCDEStyle, QMotifPlusStyle, and QSGIStyle. .br .in -1c .SH DESCRIPTION -The QMotifStyle class provides Motif look and feel. +The TQMotifStyle class provides Motif look and feel. .PP This class implements the Motif look and feel. It closely resembles the original Motif look as defined by the Open Group, but with some minor improvements. The Motif style is Qt's default GUI style on UNIX platforms. .PP See also Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QMotifStyle::QMotifStyle ( bool useHighlightCols = FALSE )" -Constructs a QMotifStyle. +.SH "TQMotifStyle::TQMotifStyle ( bool useHighlightCols = FALSE )" +Constructs a TQMotifStyle. .PP If \fIuseHighlightCols\fR is FALSE (the default), the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color. -.SH "void QMotifStyle::setUseHighlightColors ( bool arg )" +.SH "void TQMotifStyle::setUseHighlightColors ( bool arg )" If \fIarg\fR is FALSE, the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color. .PP The effect will show up the next time an application palette is set via QApplication::setPalette(). The current color palette of the application remains unchanged. .PP See also TQStyle::polish(). -.SH "bool QMotifStyle::useHighlightColors () const" +.SH "bool TQMotifStyle::useHighlightColors () const" Returns TRUE if the style treats the highlight colors of the palette in a Motif-like manner, which is a simple inversion between the base and the text color; otherwise returns FALSE. The default is FALSE. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqmotifstyle.html +.BR http://doc.trolltech.com/tqmotifstyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqmotifwidget.3qt b/doc/man/man3/tqmotifwidget.3qt index 62354435..3b12c0a4 100644 --- a/doc/man/man3/tqmotifwidget.3qt +++ b/doc/man/man3/tqmotifwidget.3qt @@ -1,5 +1,5 @@ '\" t -.TH QMotifWidget 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQMotifWidget 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,21 +7,21 @@ .ad l .nh .SH NAME -QMotifWidget \- The TQWidget API for Xt/Motif widgets +TQMotifWidget \- The TQWidget API for Xt/Motif widgets .SH SYNOPSIS This class is part of the \fBQt Motif Extension\fR. .PP -\fC#include \fR +\fC#include \fR .PP Inherits TQWidget. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQMotifWidget\fR ( TQWidget * parent, WidgetClass widgetclass, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, WFlags flags = 0 )" +.BI "\fBTQMotifWidget\fR ( TQWidget * parent, WidgetClass widgetclass, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, WFlags flags = 0 )" .br .ti -1c -.BI "virtual \fB~QMotifWidget\fR ()" +.BI "virtual \fB~TQMotifWidget\fR ()" .br .ti -1c .BI "Widget \fBmotifWidget\fR () const" @@ -36,32 +36,32 @@ Inherits TQWidget. .SH DESCRIPTION This class is defined in the \fBQt Motif Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API. .PP -The QMotifWidget class provides the TQWidget API for Xt/Motif widgets. +The TQMotifWidget class provides the TQWidget API for Xt/Motif widgets. .PP -QMotifWidget exists to provide a TQWidget that can act as a parent for any Xt/Motif widget. Since the QMotifWidget is a proper TQWidget, it can be used as a top-level widget (e.g. 0 parent) or as a child of any other TQWidget. Note: Since QMotifWidget acts as a parent for Xt/Motif widgets, you should not create TQWidgets with a QMotifWidget parent. +TQMotifWidget exists to provide a TQWidget that can act as a parent for any Xt/Motif widget. Since the TQMotifWidget is a proper TQWidget, it can be used as a top-level widget (e.g. 0 parent) or as a child of any other TQWidget. Note: Since TQMotifWidget acts as a parent for Xt/Motif widgets, you should not create TQWidgets with a TQMotifWidget parent. .PP -An Xt/Motif widget with a top-level QMotifWidget parent can begin using the standard TQt dialogs and custom TQDialogs while keeping the main Xt/Motif interface of the application. Using a QMotifWidget as the parent for the various TQDialogs will ensure that modality and stacking works properly throughout the entire application. +An Xt/Motif widget with a top-level TQMotifWidget parent can begin using the standard TQt dialogs and custom TQDialogs while keeping the main Xt/Motif interface of the application. Using a TQMotifWidget as the parent for the various TQDialogs will ensure that modality and stacking works properly throughout the entire application. .PP -Applications moving to TQt may have custom Xt/Motif widgets that will take time to rewrite with Qt. Such applications can use these custom widgets as QMotifWidget with TQWidget parents. This allows the application's interface to be replaced gradually. +Applications moving to TQt may have custom Xt/Motif widgets that will take time to rewrite with Qt. Such applications can use these custom widgets as TQMotifWidget with TQWidget parents. This allows the application's interface to be replaced gradually. .PP -\fBWarning:\fR QMotifWidget uses the X11 window ID of the Motif widget directly, instead of creating its own. Because ot this, TQWidget::reparent() will not work. This includes the functions TQWidget::showFullScreen() and TQWidget::showNormal(), which use TQWidget::reparent(). +\fBWarning:\fR TQMotifWidget uses the X11 window ID of the Motif widget directly, instead of creating its own. Because ot this, TQWidget::reparent() will not work. This includes the functions TQWidget::showFullScreen() and TQWidget::showNormal(), which use TQWidget::reparent(). .SH MEMBER FUNCTION DOCUMENTATION -.SH "QMotifWidget::QMotifWidget ( TQWidget * parent, WidgetClass widgetclass, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, WFlags flags = 0 )" -Creates a QMotifWidget of the given \fIwidgetclass\fR as a child of \fIparent\fR, with the name \fIname\fR and widget flags \fIflags\fR. +.SH "TQMotifWidget::TQMotifWidget ( TQWidget * parent, WidgetClass widgetclass, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, WFlags flags = 0 )" +Creates a TQMotifWidget of the given \fIwidgetclass\fR as a child of \fIparent\fR, with the name \fIname\fR and widget flags \fIflags\fR. .PP The \fIargs\fR and \fIargcount\fR arguments are passed on to XtCreateWidget. .PP The motifWidget() function returns the resulting Xt/Motif widget. This widget can be used as a parent for any other Xt/Motif widget. .PP -If \fIparent\fR is a QMotifWidget, the Xt/Motif widget is created as a child of the parent's motifWidget(). If \ parent is 0 or a normal TQWidget, the Xt/Motif widget is created as a child of a special TopLevelShell widget. Xt/Motif widgets can use this special TopLevelShell parent as the parent for existing Xt/Motif dialogs or QMotifDialogs. -.SH "QMotifWidget::~QMotifWidget ()\fC [virtual]\fR" -Destroys the QMotifWidget. The special TopLevelShell is also destroyed, if it was created during construction. -.SH "Widget QMotifWidget::motifWidget () const" +If \fIparent\fR is a TQMotifWidget, the Xt/Motif widget is created as a child of the parent's motifWidget(). If \ parent is 0 or a normal TQWidget, the Xt/Motif widget is created as a child of a special TopLevelShell widget. Xt/Motif widgets can use this special TopLevelShell parent as the parent for existing Xt/Motif dialogs or TQMotifDialogs. +.SH "TQMotifWidget::~TQMotifWidget ()\fC [virtual]\fR" +Destroys the TQMotifWidget. The special TopLevelShell is also destroyed, if it was created during construction. +.SH "Widget TQMotifWidget::motifWidget () const" Returns the embedded Xt/Motif widget. If a Shell widget was created by the constructor, you can access it with XtParent(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmotifwidget.html +.BR http://doc.trolltech.com/tqmotifwidget.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqplatinumstyle.3qt b/doc/man/man3/tqplatinumstyle.3qt index 1c364ee9..174d4283 100644 --- a/doc/man/man3/tqplatinumstyle.3qt +++ b/doc/man/man3/tqplatinumstyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QPlatinumStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQPlatinumStyle 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,16 +7,16 @@ .ad l .nh .SH NAME -QPlatinumStyle \- Mac/Platinum look and feel +TQPlatinumStyle \- Mac/Platinum look and feel .SH SYNOPSIS -\fC#include \fR +\fC#include \fR .PP -Inherits QWindowsStyle. +Inherits TQWindowsStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQPlatinumStyle\fR ()" +.BI "\fBTQPlatinumStyle\fR ()" .br .in -1c .SS "Protected Members" @@ -29,21 +29,21 @@ Inherits QWindowsStyle. .br .in -1c .SH DESCRIPTION -The QPlatinumStyle class provides Mac/Platinum look and feel. +The TQPlatinumStyle class provides Mac/Platinum look and feel. .PP This class implements the Platinum look and feel. It's an experimental class that tries to resemble a Macinosh-like GUI style with the TQStyle system. The emulation is currently far from perfect. .PP See also QAquaStyle and Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QPlatinumStyle::QPlatinumStyle ()" -Constructs a QPlatinumStyle -.SH "void QPlatinumStyle::drawRiffles ( TQPainter * p, int x, int y, int w, int h, const TQColorGroup & g, bool horizontal ) const\fC [protected]\fR" +.SH "TQPlatinumStyle::TQPlatinumStyle ()" +Constructs a TQPlatinumStyle +.SH "void TQPlatinumStyle::drawRiffles ( TQPainter * p, int x, int y, int w, int h, const TQColorGroup & g, bool horizontal ) const\fC [protected]\fR" Draws the nifty Macintosh decoration used on sliders using painter \fIp\fR and colorgroup \fIg\fR. \fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR and \fIhorizontal\fR specify the geometry and orientation of the riffles. -.SH "TQColor QPlatinumStyle::mixedColor ( const TQColor & c1, const TQColor & c2 ) const\fC [protected]\fR" +.SH "TQColor TQPlatinumStyle::mixedColor ( const TQColor & c1, const TQColor & c2 ) const\fC [protected]\fR" Mixes two colors \fIc1\fR and \fIc2\fR to a new color. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqplatinumstyle.html +.BR http://doc.trolltech.com/tqplatinumstyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqsgistyle.3qt b/doc/man/man3/tqsgistyle.3qt index aa0b419c..127b70cb 100644 --- a/doc/man/man3/tqsgistyle.3qt +++ b/doc/man/man3/tqsgistyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QSGIStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQSGIStyle 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,39 +7,39 @@ .ad l .nh .SH NAME -QSGIStyle \- SGI/Irix look and feel +TQSGIStyle \- SGI/Irix look and feel .SH SYNOPSIS -\fC#include \fR +\fC#include \fR .PP -Inherits QMotifStyle. +Inherits TQMotifStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQSGIStyle\fR ( bool useHighlightCols = FALSE )" +.BI "\fBTQSGIStyle\fR ( bool useHighlightCols = FALSE )" .br .ti -1c -.BI "virtual \fB~QSGIStyle\fR ()" +.BI "virtual \fB~TQSGIStyle\fR ()" .br .in -1c .SH DESCRIPTION -The QSGIStyle class provides SGI/Irix look and feel. +The TQSGIStyle class provides SGI/Irix look and feel. .PP This class implements the SGI look and feel. It resembles the SGI/Irix Motif GUI style as closely as TQStyle allows. .PP See also Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QSGIStyle::QSGIStyle ( bool useHighlightCols = FALSE )" -Constructs a QSGIStyle. +.SH "TQSGIStyle::TQSGIStyle ( bool useHighlightCols = FALSE )" +Constructs a TQSGIStyle. .PP If \fIuseHighlightCols\fR is FALSE (default value), the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color. .PP -See also QMotifStyle::useHighlightColors(). -.SH "QSGIStyle::~QSGIStyle ()\fC [virtual]\fR" +See also TQMotifStyle::useHighlightColors(). +.SH "TQSGIStyle::~TQSGIStyle ()\fC [virtual]\fR" Destroys the style. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqsgistyle.html +.BR http://doc.trolltech.com/tqsgistyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqstyle.3qt b/doc/man/man3/tqstyle.3qt index 95c90888..e4d83d43 100644 --- a/doc/man/man3/tqstyle.3qt +++ b/doc/man/man3/tqstyle.3qt @@ -13,7 +13,7 @@ TQStyle \- The look and feel of a GUI .PP Inherits TQObject. .PP -Inherited by QCommonStyle. +Inherited by TQCommonStyle. .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/tqtextcodec.3qt b/doc/man/man3/tqtextcodec.3qt index ff7036b2..f7f9950e 100644 --- a/doc/man/man3/tqtextcodec.3qt +++ b/doc/man/man3/tqtextcodec.3qt @@ -344,7 +344,7 @@ Finally, you must implement: .fi Gives a value indicating how likely it is that \fIlen\fR characters from \fIchars\fR are in the encoding. .PP -A good model for this function is the QWindowsLocalCodec::heuristicContentMatch function found in the TQt sources. +A good model for this function is the TQWindowsLocalCodec::heuristicContentMatch function found in the TQt sources. .PP A TQTextCodec subclass might have improved performance if you also re-implement: .PP diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt index de57a040..346dd3b2 100644 --- a/doc/man/man3/tqwidget.3qt +++ b/doc/man/man3/tqwidget.3qt @@ -13,7 +13,7 @@ TQWidget \- The base class of all user interface objects .PP Inherits TQObject and TQPaintDevice. .PP -Inherited by TQButton, TQFrame, TQDialog, TQComboBox, TQDataBrowser, TQDataView, TQDateTimeEditBase, TQDateTimeEdit, TQDesktopWidget, TQDial, QDockArea, TQGLWidget, TQHeader, TQMainWindow, QMotifWidget, QNPWidget, TQScrollBar, TQSizeGrip, TQSlider, TQSpinBox, QSplashScreen, TQStatusBar, TQTabBar, TQTabWidget, TQWorkspace, and QXtWidget. +Inherited by TQButton, TQFrame, TQDialog, TQComboBox, TQDataBrowser, TQDataView, TQDateTimeEditBase, TQDateTimeEdit, TQDesktopWidget, TQDial, QDockArea, TQGLWidget, TQHeader, TQMainWindow, TQMotifWidget, QNPWidget, TQScrollBar, TQSizeGrip, TQSlider, TQSpinBox, QSplashScreen, TQStatusBar, TQTabBar, TQTabWidget, TQWorkspace, and QXtWidget. .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/tqwindowsstyle.3qt b/doc/man/man3/tqwindowsstyle.3qt index 2fa5fc41..c12d822f 100644 --- a/doc/man/man3/tqwindowsstyle.3qt +++ b/doc/man/man3/tqwindowsstyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QWindowsStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQWindowsStyle 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,32 +7,32 @@ .ad l .nh .SH NAME -QWindowsStyle \- Microsoft Windows-like look and feel +TQWindowsStyle \- Microsoft Windows-like look and feel .SH SYNOPSIS -\fC#include \fR +\fC#include \fR .PP -Inherits QCommonStyle. +Inherits TQCommonStyle. .PP -Inherited by QMacStyle and QPlatinumStyle. +Inherited by QMacStyle and TQPlatinumStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQWindowsStyle\fR ()" +.BI "\fBTQWindowsStyle\fR ()" .br .in -1c .SH DESCRIPTION -The QWindowsStyle class provides a Microsoft Windows-like look and feel. +The TQWindowsStyle class provides a Microsoft Windows-like look and feel. .PP This style is Qt's default GUI style on Windows. .PP See also Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QWindowsStyle::QWindowsStyle ()" -Constructs a QWindowsStyle +.SH "TQWindowsStyle::TQWindowsStyle ()" +Constructs a TQWindowsStyle .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqwindowsstyle.html +.BR http://doc.trolltech.com/tqwindowsstyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the -- cgit v1.2.1