summaryrefslogtreecommitdiffstats
path: root/examples/process/process.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-11 22:21:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-11 22:21:44 +0900
commite93b60dfa24c4b72c1cffa7556949afe69654c02 (patch)
treec4ace60cd76f8f464683925074cb981f528b93e3 /examples/process/process.cpp
parent8066b05478ac646d0410fc9cedca5f82163b53d3 (diff)
downloadtqt3-e93b60dfa24c4b72c1cffa7556949afe69654c02.tar.gz
tqt3-e93b60dfa24c4b72c1cffa7556949afe69654c02.zip
Rename uic to tquic
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/process/process.cpp')
-rw-r--r--examples/process/process.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/process/process.cpp b/examples/process/process.cpp
index 52da5b92f..1365b5b0d 100644
--- a/examples/process/process.cpp
+++ b/examples/process/process.cpp
@@ -49,8 +49,8 @@ UicManager::UicManager()
// Set up the command and arguments.
// On the command line you would do:
- // uic -tr i18n "small_dialog.ui"
- proc->addArgument( "uic" );
+ // tquic -tr i18n "small_dialog.ui"
+ proc->addArgument( "tquic" );
proc->addArgument( "-tr" );
proc->addArgument( "i18n" );
proc->addArgument( "small_dialog.ui" );
@@ -64,7 +64,7 @@ UicManager::UicManager()
// error handling
TQMessageBox::critical( 0,
tr("Fatal error"),
- tr("Could not start the uic command."),
+ tr("Could not start the tquic command."),
tr("Quit") );
exit( -1 );
}