diff options
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r-- | doc/porting3.doc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc index 9816d204e..7df520570 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -251,7 +251,7 @@ information regarding obsolete functions and how to replace them in new code. \list -\i TQAccel::keyToString( QKeySequence k ) +\i TQAccel::keyToString( TQKeySequence k ) \i TQAccel::stringToKey( const TQString \& s ) \i TQActionGroup::insert( TQAction *a ) \i TQCanvasItem::active() const @@ -430,13 +430,13 @@ code. There are a few functions that took a TQFont::CharSet as a parameter; in these cases simply remove the charset from the parameter list. -\section1 QInputDialog +\section1 TQInputDialog -The two static getText(...) methods in QInputDialog have been merged. +The two static getText(...) methods in TQInputDialog have been merged. The \c echo parameter is the third parameter and defaults to TQLineEdit::Normal. -If you used calls to QInputDialog::getText(...) that provided more +If you used calls to TQInputDialog::getText(...) that provided more than the first two required parameters you will must add a value for the \c echo parameter. |