summaryrefslogtreecommitdiffstats
path: root/doc/man/man1/moc.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man1/moc.1')
-rw-r--r--doc/man/man1/moc.110
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man1/moc.1 b/doc/man/man1/moc.1
index d09602cf..24ed9690 100644
--- a/doc/man/man1/moc.1
+++ b/doc/man/man1/moc.1
@@ -4,19 +4,19 @@
.\"
.\" Copyright (C) 1992-2007 Trolltech ASA. All rights reserved.
.\"
-.\" This file is part of Qt and may be distributed and used according to
+.\" This file is part of TQt and may be distributed and used according to
.\" the terms and conditions described in the LICENSE file.
.\"
.nh
.SH NAME
-moc \- generate Qt meta object support code
+moc \- generate TQt meta object support code
.SH SYNOPSIS
.B moc
[-o file] [-i] [-f] [-k] [-ldbg] [-nw] [-p path] [-q path] [-v] file
.SH DESCRIPTION
This page documents the
.B Meta Object Compiler
-for the Qt GUI application framework. The
+for the TQt GUI application framework. The
.B moc
reads one or more C++ class declarations from a C++ header or source
file and generates one C++ source file containing meta object
@@ -33,7 +33,7 @@ when required, so you will not need to use the
.B moc
directly.
.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 ")"
for component programming and run time type information. It adds
properties and inheritance information to (some) classes and
@@ -446,4 +446,4 @@ public:
.SH "SEE ALSO"
.BR http://www.trolltech.com ", "
.BR "C++ ARM, section r.11.3" " (for the answer to the quiz), and"
-.BR http://doc.trolltech.com " (for complete Qt documentation)."
+.BR http://doc.trolltech.com " (for complete TQt documentation)."