diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/ntqapplication.html | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt-0cf411b0.tar.gz tqt-0cf411b0.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqapplication.html')
-rw-r--r-- | doc/html/ntqapplication.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 3097b45c1..8f5325282 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -374,7 +374,7 @@ colors arguments to <a href="#translate">translate</a>(): <ul> <li><tt>TQApplication::DefaultCodec</tt> - the encoding specified by -<a href="ntqtextcodec.html#codecForTr">TQTextCodec::codecForTr</a>() (Latin-1 if none has been set) +<a href="tqtextcodec.html#codecForTr">TQTextCodec::codecForTr</a>() (Latin-1 if none has been set) <li><tt>TQApplication::UnicodeUTF8</tt> - UTF-8 </ul><p> <p>See also <a href="tqobject.html#tr">TQObject::tr</a>(), <a href="tqobject.html#trUtf8">TQObject::trUtf8</a>(), and <a href="tqstring.html#fromUtf8">TQString::fromUtf8</a>(). @@ -752,9 +752,9 @@ control panel value is used. time by the user changing the global desktop settings. <p> <p>See also <a href="#setCursorFlashTime">setCursorFlashTime</a>(). -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="defaultCodec"></a>TQApplication::defaultCodec () const +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="defaultCodec"></a>TQApplication::defaultCodec () const </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> Returns <a href="ntqtextcodec.html#codecForTr">TQTextCodec::codecForTr</a>(). +<p> Returns <a href="tqtextcodec.html#codecForTr">TQTextCodec::codecForTr</a>(). <h3 class=fn><a href="ntqdesktopwidget.html">TQDesktopWidget</a> * <a name="desktop"></a>TQApplication::desktop ()<tt> [static]</tt> </h3> @@ -1355,9 +1355,9 @@ milliseconds, but this may vary. cursor flash time for all windows. <p> <p>See also <a href="#cursorFlashTime">cursorFlashTime</a>(). -<h3 class=fn>void <a name="setDefaultCodec"></a>TQApplication::setDefaultCodec ( <a href="ntqtextcodec.html">TQTextCodec</a> * codec ) +<h3 class=fn>void <a name="setDefaultCodec"></a>TQApplication::setDefaultCodec ( <a href="tqtextcodec.html">TQTextCodec</a> * codec ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> This is the same as <a href="ntqtextcodec.html#setCodecForTr">TQTextCodec::setCodecForTr</a>(). +<p> This is the same as <a href="tqtextcodec.html#setCodecForTr">TQTextCodec::setCodecForTr</a>(). <h3 class=fn>void <a name="setDesktopSettingsAware"></a>TQApplication::setDesktopSettingsAware ( bool on )<tt> [static]</tt> </h3> @@ -1612,7 +1612,7 @@ like this: If you support drag and drop in you application and a drag should start after a mouse click and after a certain time elapsed, you should use the value which this method returns as the delay (in ms). -<p> TQt also uses this delay internally, e.g. in <a href="ntqtextedit.html">TQTextEdit</a> and <a href="ntqlineedit.html">TQLineEdit</a>, +<p> TQt also uses this delay internally, e.g. in <a href="tqtextedit.html">TQTextEdit</a> and <a href="ntqlineedit.html">TQLineEdit</a>, for starting a drag. <p> The default value is 500 ms. <p> <p>See also <a href="#setStartDragTime">setStartDragTime</a>() and <a href="#startDragDistance">startDragDistance</a>(). |