From 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Aug 2024 15:36:25 +0900 Subject: Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro --- doc/man/man3/tqaccessibleobject.3qt | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'doc/man/man3/tqaccessibleobject.3qt') diff --git a/doc/man/man3/tqaccessibleobject.3qt b/doc/man/man3/tqaccessibleobject.3qt index 6c920b2b4..39d6780d9 100644 --- a/doc/man/man3/tqaccessibleobject.3qt +++ b/doc/man/man3/tqaccessibleobject.3qt @@ -1,5 +1,5 @@ '\" t -.TH QAccessibleObject 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQAccessibleObject 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,19 +7,19 @@ .ad l .nh .SH NAME -QAccessibleObject \- Implements parts of the QAccessibleInterface for TQObjects +TQAccessibleObject \- Implements parts of the TQAccessibleInterface for TQObjects .SH SYNOPSIS -\fC#include \fR +\fC#include \fR .PP -Inherits TQObject and QAccessibleInterface. +Inherits TQObject and TQAccessibleInterface. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQAccessibleObject\fR ( TQObject * object )" +.BI "\fBTQAccessibleObject\fR ( TQObject * object )" .br .ti -1c -.BI "virtual \fB~QAccessibleObject\fR ()" +.BI "virtual \fB~TQAccessibleObject\fR ()" .br .in -1c .SS "Protected Members" @@ -29,25 +29,25 @@ Inherits TQObject and QAccessibleInterface. .br .in -1c .SH DESCRIPTION -The QAccessibleObject class implements parts of the QAccessibleInterface for TQObjects. +The TQAccessibleObject class implements parts of the TQAccessibleInterface for TQObjects. .PP -This class is mainly provided for convenience. All subclasses of the QAccessibleInterface should use this class as the base class. +This class is mainly provided for convenience. All subclasses of the TQAccessibleInterface should use this class as the base class. .PP See also Miscellaneous Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QAccessibleObject::QAccessibleObject ( TQObject * object )" -Creates a QAccessibleObject for \fIobject\fR. -.SH "QAccessibleObject::~QAccessibleObject ()\fC [virtual]\fR" -Destroys the QAccessibleObject. +.SH "TQAccessibleObject::TQAccessibleObject ( TQObject * object )" +Creates a TQAccessibleObject for \fIobject\fR. +.SH "TQAccessibleObject::~TQAccessibleObject ()\fC [virtual]\fR" +Destroys the TQAccessibleObject. .PP This only happens when a call to release() decrements the internal reference counter to zero. -.SH "TQObject * QAccessibleObject::object () const\fC [protected]\fR" -Returns the TQObject for which this QAccessibleInterface +.SH "TQObject * TQAccessibleObject::object () const\fC [protected]\fR" +Returns the TQObject for which this TQAccessibleInterface implementation provides information. Use isValid() to make sure the object pointer is safe to use. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qaccessibleobject.html +.BR http://doc.trolltech.com/tqaccessibleobject.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