diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:37:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:37:50 -0600 |
commit | 40e50e6f20276afb557992a51d47618b014e388d (patch) | |
tree | 4eed8c9c445c41a1dbe156e26466f600b4a8ffc7 /doc/man/man1/tqtcreatecw.1 | |
parent | e193e0140419d117a52e3756ddd9d2bdf3ab7a4a (diff) | |
download | tqt3-40e50e6f20276afb557992a51d47618b014e388d.tar.gz tqt3-40e50e6f20276afb557992a51d47618b014e388d.zip |
Update minor TQt3 tool names to match current TQt3 sources in GIT
Diffstat (limited to 'doc/man/man1/tqtcreatecw.1')
-rw-r--r-- | doc/man/man1/tqtcreatecw.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man1/tqtcreatecw.1 b/doc/man/man1/tqtcreatecw.1 index 4567e5f13..d261f6623 100644 --- a/doc/man/man1/tqtcreatecw.1 +++ b/doc/man/man1/tqtcreatecw.1 @@ -1,10 +1,10 @@ -.TH "tqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqttqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -tqtcreatecw \- custom widget description creater for Qt Designer +tqttqtcreatecw \- custom widget description creater for Qt Designer .SH "SYNTAX" .LP -tqtcreatecw <\fIfilename.cw\fP> +tqttqtcreatecw <\fIfilename.cw\fP> .SH "DESCRIPTION" .LP This small application makes it much easier to create @@ -44,8 +44,8 @@ would write here After that compile the program, link it with your custom widget (library or object file) and run it like this: - (unix): ./tqtcreatecw mywidgets.cw - (win32): tqtcreatecw mywidgets.cw + (unix): ./tqttqtcreatecw mywidgets.cw + (win32): tqttqtcreatecw mywidgets.cw After that you can import this description file into the Qt Designer using the Custom\-Widget Dialog (See |