summaryrefslogtreecommitdiffstats
path: root/doc/html/qapplication.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qapplication.html')
-rw-r--r--doc/html/qapplication.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qapplication.html b/doc/html/qapplication.html
index 411f37e..461406a 100644
--- a/doc/html/qapplication.html
+++ b/doc/html/qapplication.html
@@ -1900,7 +1900,7 @@ similar to the C printf() function.
is sent to the debugger.
<p> <b>Warning:</b> The internal buffer is limited to 8196 bytes (including
the '&#92;0'-terminator).
-<p> <b>Warning:</b> Passing (const char *)0 as argument to qDebug might lead
+<p> <b>Warning:</b> Passing (const char *)0 as argument to tqDebug might lead
to crashes on certain platforms due to the platforms printf implementation.
<p> <p>See also <a href="#qWarning">qWarning</a>(), <a href="#qFatal">qFatal</a>(), <a href="#qInstallMsgHandler">qInstallMsgHandler</a>(), and <a href="debug.html">Debugging</a>.
@@ -1926,7 +1926,7 @@ similar to the C printf() function.
is sent to the debugger.
<p> <b>Warning:</b> The internal buffer is limited to 8196 bytes (including
the '&#92;0'-terminator).
-<p> <b>Warning:</b> Passing (const char *)0 as argument to qFatal might lead
+<p> <b>Warning:</b> Passing (const char *)0 as argument to tqFatal might lead
to crashes on certain platforms due to the platforms printf implementation.
<p> <p>See also <a href="#qDebug">qDebug</a>(), <a href="#qWarning">qWarning</a>(), <a href="#qInstallMsgHandler">qInstallMsgHandler</a>(), and <a href="debug.html">Debugging</a>.
@@ -2029,7 +2029,7 @@ similar to the C printf() function.
is sent to the debugger.
<p> <b>Warning:</b> The internal buffer is limited to 8196 bytes (including
the '&#92;0'-terminator).
-<p> <b>Warning:</b> Passing (const char *)0 as argument to qWarning might lead
+<p> <b>Warning:</b> Passing (const char *)0 as argument to tqWarning might lead
to crashes on certain platforms due to the platforms printf implementation.
<p> <p>See also <a href="#qDebug">qDebug</a>(), <a href="#qFatal">qFatal</a>(), <a href="#qInstallMsgHandler">qInstallMsgHandler</a>(), and <a href="debug.html">Debugging</a>.