diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-11 22:21:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-11 22:21:44 +0900 |
commit | e93b60dfa24c4b72c1cffa7556949afe69654c02 (patch) | |
tree | c4ace60cd76f8f464683925074cb981f528b93e3 /examples/process/process.cpp | |
parent | 8066b05478ac646d0410fc9cedca5f82163b53d3 (diff) | |
download | tqt3-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.cpp | 6 |
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 ); } |