From c0780a876e11732962b98e3b1aac0f503b4e9ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 8 Nov 2013 09:46:27 +0100 Subject: Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT" --- doc/man/man1/createcw.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/man/man1/createcw.1') diff --git a/doc/man/man1/createcw.1 b/doc/man/man1/createcw.1 index 4567e5f..0959a2d 100644 --- a/doc/man/man1/createcw.1 +++ b/doc/man/man1/createcw.1 @@ -1,10 +1,10 @@ -.TH "tqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "createcw" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -tqtcreatecw \- custom widget description creater for Qt Designer +createcw \- custom widget description creater for Qt Designer .SH "SYNTAX" .LP -tqtcreatecw <\fIfilename.cw\fP> +createcw <\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): ./createcw mywidgets.cw + (win32): createcw mywidgets.cw After that you can import this description file into the Qt Designer using the Custom\-Widget Dialog (See -- cgit v1.2.1