diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-27 21:53:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-29 13:21:04 +0900 |
commit | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch) | |
tree | 065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /doc/man/man3/tqdatetimeeditbase.3qt | |
parent | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff) | |
download | tqt-2cbcca0d.tar.gz tqt-2cbcca0d.zip |
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqdatetimeeditbase.3qt')
-rw-r--r-- | doc/man/man3/tqdatetimeeditbase.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqdatetimeeditbase.3qt b/doc/man/man3/tqdatetimeeditbase.3qt index f9502cff6..294fe7765 100644 --- a/doc/man/man3/tqdatetimeeditbase.3qt +++ b/doc/man/man3/tqdatetimeeditbase.3qt @@ -1,5 +1,5 @@ '\" t -.TH QDateTimeEditBase 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQDateTimeEditBase 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,23 +7,23 @@ .ad l .nh .SH NAME -QDateTimeEditBase \- Abstraction for date and edit editors +TQDateTimeEditBase \- Abstraction for date and edit editors .SH SYNOPSIS -\fC#include <ntqdatetimeedit.h>\fR +\fC#include <tqdatetimeedit.h>\fR .PP Inherits TQWidget. .PP -Inherited by QDateEdit and QTimeEdit. +Inherited by TQDateEdit and TQTimeEdit. .PP .SH DESCRIPTION -The QDateTimeEditBase class provides an abstraction for date and edit editors. +The TQDateTimeEditBase class provides an abstraction for date and edit editors. .PP Small abstract class that provides some functions that are common -for both QDateEdit and QTimeEdit. It is used internally by -QDateTimeEditor. +for both TQDateEdit and TQTimeEdit. It is used internally by +TQDateTimeEditor. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdatetimeeditbase.html +.BR http://doc.trolltech.com/tqdatetimeeditbase.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |