summaryrefslogtreecommitdiffstats
path: root/doc/man/man1/uic.1
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 20:59:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 20:59:01 -0600
commitdfb87398c72e9248aa709ae212e6ab7f2209003d (patch)
tree52422e7b6774fcc503d7c701cb2c77fa016386e8 /doc/man/man1/uic.1
parent891a448afad4ab1f09bfb0cfee71652975bd7687 (diff)
downloadtqt-dfb87398.tar.gz
tqt-dfb87398.zip
Automated update from Qt3
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 154e4942c..194fc54fd 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