summaryrefslogtreecommitdiffstats
path: root/doc/man/man1/uic.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man1/uic.1')
-rw-r--r--doc/man/man1/uic.18
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man1/uic.1 b/doc/man/man1/uic.1
index 154e4942..194fc54f 100644
--- a/doc/man/man1/uic.1
+++ b/doc/man/man1/uic.1
@@ -2,21 +2,21 @@
.\"
.\" Copyright (C) 2000-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.
.\"
.SH NAME
-uic \- Qt user interface compiler
+uic \- TQt user interface compiler
.SH SYNOPSIS
.B uic
[options] file
.SH DESCRIPTION
This page documents the
.B User Interface Compiler
-for the Qt GUI toolkit. The
+for the TQt GUI toolkit. The
.B uic
reads a user interface definition (.ui) file in XML as generated by
-.I Qt Designer
+.I TQt Designer
and creates corresponding C++ header or source files. It also
generates an image file that embeds raw image data in C++ source code.
.PP