diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /src/kernel/qprocess.cpp | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'src/kernel/qprocess.cpp')
-rw-r--r-- | src/kernel/qprocess.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/qprocess.cpp b/src/kernel/qprocess.cpp index c27757949..59dc27abe 100644 --- a/src/kernel/qprocess.cpp +++ b/src/kernel/qprocess.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: @@ -173,7 +173,7 @@ Also note that TQProcess does not emulate a terminal. This means that certain programs which need direct terminal control, do not work as expected with TQProcess. Such programs include console email programs (like - pine and mutt) but also programs which retquire the user to enter a password + pine and mutt) but also programs which require the user to enter a password (like su and ssh). \section1 Notes for Windows users @@ -209,7 +209,7 @@ its standard output are written to its standard output. (Like Unix's dup2().) This means that nothing is sent to the standard error output. This is especially useful if your application - retquires that the output on standard output and on standard error + requires that the output on standard output and on standard error must be read in the same order that they are produced. This is a flag, so to activate it you must pass \c{Stdout|Stderr|DupStderr}, or \c{Stdin|Stdout|Stderr|DupStderr} if you want to provide input, @@ -382,7 +382,7 @@ void TQProcess::setWorkingDirectory( const TQDir& dir ) #endif //QT_NO_DIR /*! - Returns the communication retquired with the process, i.e. some + Returns the communication required with the process, i.e. some combination of the \c Communication flags. \sa setCommunication() @@ -393,7 +393,7 @@ int TQProcess::communication() const } /*! - Sets \a commFlags as the communication retquired with the process. + Sets \a commFlags as the communication required with the process. \a commFlags is a bitwise OR of the flags defined by the \c Communication enum. |