summaryrefslogtreecommitdiffstats
path: root/doc/porting3.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
commit39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch)
treec38058d08754b389bd058a6d63f75086b49a22b1 /doc/porting3.doc
parente42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff)
downloadtqt-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.doc8
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.