summaryrefslogtreecommitdiffstats
path: root/doc/man/man3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3')
-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 c1f3ee1d..43e99642 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