diff options
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 |