diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/porting.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html index 2bbe632a3..c812b21cf 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -458,7 +458,7 @@ parameter list. The <tt>echo</tt> parameter is the third parameter and defaults to TQLineEdit::Normal. <p> If you used calls to <a href="qinputdialog.html#getText">TQInputDialog::getText</a>(...) that provided more -than the first two retquired parameters you will must add a value +than the first two required parameters you will must add a value for the <tt>echo</tt> parameter. <p> <h2> <a href="qlayout.html">TQLayout</a> and Other Abstract Layout Classes </h2> @@ -497,7 +497,7 @@ now work on paragraphs. published the internal data structure. <p> In most cases, applications that used TQMultiLineEdit will continue to work without problems. Applications that worked in terms of lines may -retquire some porting. +require some porting. <p> The source code for the old 2.x version of TQMultiLineEdit can be found in <tt>$QTDIR/src/attic/qtmultilineedit.h/cpp</tt>. Note that the class has been renamed to TQtMultiLineEdit to avoid name clashes. If you really |