Replace dead URLs of "SEE ALSO" section in man pages to trinity ones

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit a92e2272b8)
r14.0.x
OBATA Akio 4 years ago committed by Michele Calgaro
parent 7417fecf5b
commit 4ebe4e1761
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -98,4 +98,4 @@ tqlrelease gnomovision_*.ts
.SH "SEE ALSO" .SH "SEE ALSO"
.BR tqlupdate (1) .BR tqlupdate (1)
and and
.BR http://doc.trolltech.com/i18n.html .BR https://trinitydesktop.org/docs/qt3/i18n.html

@ -104,4 +104,4 @@ tqlupdate *.cpp *.h *.ui -ts gnomovision_dk.ts
.SH "SEE ALSO" .SH "SEE ALSO"
.BR tqlrelease (1) .BR tqlrelease (1)
and and
.BR http://doc.trolltech.com/i18n.html .BR https://trinitydesktop.org/docs/qt3/i18n.html

@ -33,8 +33,8 @@ when required, so you will not need to use the
.B tqmoc .B tqmoc
directly. directly.
.PP .PP
In brief, the meta object system is a structure used by Qt (see In brief, the meta object system is a structure used by TQt (see
.BR http://doc.trolltech.com ")" .BR https://trinitydesktop.org/docs/qt3/ ")"
for component programming and run time type information. It adds for component programming and run time type information. It adds
properties and inheritance information to (some) classes and properties and inheritance information to (some) classes and
provides a new type of communication between those instances of those provides a new type of communication between those instances of those
@ -446,4 +446,4 @@ public:
.SH "SEE ALSO" .SH "SEE ALSO"
.BR http://www.trolltech.com ", " .BR http://www.trolltech.com ", "
.BR "C++ ARM, section r.11.3" " (for the answer to the quiz), and" .BR "C++ ARM, section r.11.3" " (for the answer to the quiz), and"
.BR http://doc.trolltech.com " (for complete Qt documentation)." .BR https://trinitydesktop.org/docs/qt3/ " (for complete TQt documentation)."

@ -131,6 +131,6 @@ doesn't care, so you can use .C, .cc, .CC, .cxx or even .c++ if
you prefer.) you prefer.)
.PP .PP
.SH "SEE ALSO" .SH "SEE ALSO"
.BR http://www.trolltech.com/ " " .BR https://trinitydesktop.org/docs/qt3/ " "
.SH AUTHOR .SH AUTHOR
Trolltech ASA <info@trolltech.com> Trolltech ASA <info@trolltech.com>

Loading…
Cancel
Save