summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdebindings/debian/local/rbuic.1
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/tdebindings/debian/local/rbuic.1')
-rw-r--r--ubuntu/maverick/tdebindings/debian/local/rbuic.114
1 files changed, 7 insertions, 7 deletions
diff --git a/ubuntu/maverick/tdebindings/debian/local/rbuic.1 b/ubuntu/maverick/tdebindings/debian/local/rbuic.1
index d59caa1ac..cef0bd25d 100644
--- a/ubuntu/maverick/tdebindings/debian/local/rbuic.1
+++ b/ubuntu/maverick/tdebindings/debian/local/rbuic.1
@@ -1,6 +1,6 @@
-.TH RBUIC 1 "Apr 2004" "Trinity Desktop Environment" "Qt Ruby UI Compiler Manual"
+.TH RBUIC 1 "Apr 2004" "Trinity Desktop Environment" "TQt Ruby UI Compiler Manual"
.SH NAME
-rbuic \- The Qt Ruby UI Compiler
+rbuic \- The TQt Ruby UI Compiler
.SH SYNOPSIS
Generate implementation:
.B rbuic
@@ -14,17 +14,17 @@ Generate image collection:
.B rbuic
[options] -embed <project> <image1> <image2> <image3> ...
.SH DESCRIPTION
-Rbuic is the Qt Ruby UI Compiler. It generates Ruby code from a XML
+Rbuic is the TQt Ruby UI Compiler. It generates Ruby code from a XML
UI Description file. This XML UI Description file can be generated by
-Qt Designer, Qt's graphical UI designer. Rbuic is the Ruby equivalent
+TQt Designer, TQt's graphical UI designer. Rbuic is the Ruby equivalent
for the C++ uic program.
When invoked to generate an implementation, rbuic generates Ruby code
-for the Qt UI Description File passed to it, and outputs it on
+for the TQt UI Description File passed to it, and outputs it on
standard output.
When invoked to generate a subclass implementation, rbuic generates
-template Ruby code for a subclass of the widget in the Qt UI
+template Ruby code for a subclass of the widget in the TQt UI
Description File passed to it, and outputs it on standard output.
When invoked to generate an image collection, rbuic generates Ruby
@@ -53,7 +53,7 @@ Use func(...) rather than trUtf8(...) for i18n
Generate extra code to test the class
.TP
.B \-version
-Print the Rbuic and Qt versions
+Print the Rbuic and TQt versions
.TP
.B \-help
Display some help information.