diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
commit | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch) | |
tree | c38058d08754b389bd058a6d63f75086b49a22b1 /doc/porting3.doc | |
parent | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff) | |
download | tqt-39f8a475.tar.gz tqt-39f8a475.zip |
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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. |