diff options
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 ); } |