summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqapplication.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-08 12:56:43 +0900
committerMichele Calgaro <[email protected]>2024-06-08 12:56:43 +0900
commit0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch)
tree107cf55759cc3138bb1e0035b479bcd92127403a /doc/man/man3/tqapplication.3qt
parente6077c30d14e9d662e8843c554db86c0d366d0b6 (diff)
downloadtqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz
tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqapplication.3qt')
-rw-r--r--doc/man/man3/tqapplication.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt
index 582175acd..37c4ea97d 100644
--- a/doc/man/man3/tqapplication.3qt
+++ b/doc/man/man3/tqapplication.3qt
@@ -91,10 +91,10 @@ Inherits TQObject.
.BI "virtual bool \fBnotify\fR ( TQObject * receiver, QEvent * e )"
.br
.ti -1c
-.BI "void setDefaultCodec ( QTextCodec * codec ) \fI(obsolete)\fR"
+.BI "void setDefaultCodec ( TQTextCodec * codec ) \fI(obsolete)\fR"
.br
.ti -1c
-.BI "QTextCodec * defaultCodec () const \fI(obsolete)\fR"
+.BI "TQTextCodec * defaultCodec () const \fI(obsolete)\fR"
.br
.ti -1c
.BI "void \fBinstallTranslator\fR ( QTranslator * mf )"
@@ -487,7 +487,7 @@ See setColorSpec() for full details.
.SH "QApplication::Encoding"
This enum type defines the 8-bit encoding of character string arguments to translate():
.TP
-\fCQApplication::DefaultCodec\fR - the encoding specified by QTextCodec::codecForTr() (Latin-1 if none has been set)
+\fCQApplication::DefaultCodec\fR - the encoding specified by TQTextCodec::codecForTr() (Latin-1 if none has been set)
.TP
\fCQApplication::UnicodeUTF8\fR - UTF-8
.PP
@@ -837,10 +837,10 @@ The default value on X11 is 1000 milliseconds. On Windows, the control panel val
Widgets should not cache this value since it may be changed at any time by the user changing the global desktop settings.
.PP
See also setCursorFlashTime().
-.SH "QTextCodec * QApplication::defaultCodec () const"
+.SH "TQTextCodec * QApplication::defaultCodec () const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
-Returns QTextCodec::codecForTr().
+Returns TQTextCodec::codecForTr().
.SH "QDesktopWidget * QApplication::desktop ()\fC [static]\fR"
Returns the desktop widget (also called the root window).
.PP
@@ -1300,10 +1300,10 @@ Sets the text cursor's flash (blink) time to \fImsecs\fR milliseconds. The flash
Note that on Microsoft Windows, calling this function sets the cursor flash time for all windows.
.PP
See also cursorFlashTime().
-.SH "void QApplication::setDefaultCodec ( QTextCodec * codec )"
+.SH "void QApplication::setDefaultCodec ( TQTextCodec * codec )"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
-This is the same as QTextCodec::setCodecForTr().
+This is the same as TQTextCodec::setCodecForTr().
.SH "void QApplication::setDesktopSettingsAware ( bool on )\fC [static]\fR"
By default, TQt will try to use the current standard colors, fonts etc., from the underlying window system's desktop settings, and use them for all relevant widgets. This behavior can be switched off by calling this function with \fIon\fR set to FALSE.
.PP
@@ -1527,7 +1527,7 @@ See also setStartDragDistance(), startDragTime(), and QPoint::manhattanLength().
.SH "int QApplication::startDragTime ()\fC [static]\fR"
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).
.PP
-Qt also uses this delay internally, e.g. in QTextEdit and QLineEdit, for starting a drag.
+Qt also uses this delay internally, e.g. in TQTextEdit and QLineEdit, for starting a drag.
.PP
The default value is 500 ms.
.PP