summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqprocess.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-10-11 22:21:44 +0900
committerMichele Calgaro <[email protected]>2024-10-11 22:21:44 +0900
commite93b60dfa24c4b72c1cffa7556949afe69654c02 (patch)
treec4ace60cd76f8f464683925074cb981f528b93e3 /doc/man/man3/tqprocess.3qt
parent8066b05478ac646d0410fc9cedca5f82163b53d3 (diff)
downloadtqt3-e93b60dfa24c4b72c1cffa7556949afe69654c02.tar.gz
tqt3-e93b60dfa24c4b72c1cffa7556949afe69654c02.zip
Rename uic to tquic
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqprocess.3qt')
-rw-r--r--doc/man/man3/tqprocess.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqprocess.3qt b/doc/man/man3/tqprocess.3qt
index c1f3ee1d3..43e99642c 100644
--- a/doc/man/man3/tqprocess.3qt
+++ b/doc/man/man3/tqprocess.3qt
@@ -149,7 +149,7 @@ As an example, suppose we want to start the \fCuic\fR command (a TQt command lin
.PP
.nf
.br
- uic -tr i18n small_dialog.ui
+ tquic -tr i18n small_dialog.ui
.br
.fi
.PP
@@ -169,7 +169,7 @@ A code snippet for this with the TQProcess class might look like this:
.PP
.nf
.br
- proc->addArgument( "uic" );
+ proc->addArgument( "tquic" );
.br
proc->addArgument( "-tr" );
.br