summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmotif.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-24 20:19:50 +0900
committerMichele Calgaro <[email protected]>2024-08-29 22:23:35 +0900
commitd35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch)
tree204d752457acf6403c99f3928f02b612ff14d178 /doc/man/man3/tqmotif.3qt
parentddce1c91f8582885497b463b24bac59f6fdfdf63 (diff)
downloadtqt3-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/tqmotif.3qt')
-rw-r--r--doc/man/man3/tqmotif.3qt36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/man/man3/tqmotif.3qt b/doc/man/man3/tqmotif.3qt
index 14202919b..670531e1b 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 <qmotif.h>\fR
+\fC#include <tqmotif.h>\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