summaryrefslogtreecommitdiffstats
path: root/doc/debug.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/debug.doc')
-rw-r--r--doc/debug.doc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/debug.doc b/doc/debug.doc
index dde061e8..a766b381 100644
--- a/doc/debug.doc
+++ b/doc/debug.doc
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Qt Debugging Techniques
+** TQt Debugging Techniques
**
** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
**
-** This file is part of the Qt GUI Toolkit.
+** This file is part of the TQt GUI Toolkit.
**
** This file may be used under the terms of the GNU General
** Public License versions 2.0 or 3.0 as published by the Free
@@ -13,7 +13,7 @@
** Alternatively you may (at your option) use any later version
** of the GNU General Public License if such license has been
** publicly approved by Trolltech ASA (or its successors, if any)
-** and the KDE Free Qt Foundation.
+** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:
@@ -45,7 +45,7 @@ Here we present some useful hints to debugging your Qt-based software.
\section1 Command Line Options
-When you run a Qt program you can specify several command line options
+When you run a TQt program you can specify several command line options
that can help with debugging.
\table
@@ -79,7 +79,7 @@ errors occur.
and exiting.
\endlist
-The Qt implementation of these functions prints the text to the \c stderr
+The TQt implementation of these functions prints the text to the \c stderr
output under Unix/X11 and to the debugger under Windows. You can
take over these functions by installing a message handler;
\link ::qInstallMsgHandler() qInstallMsgHandler()\endlink.
@@ -140,10 +140,10 @@ the QT_CHECK_NULL flag defined, the code in the TQ_CHECK_PTR expression is
not executed (correctly, since it's only a debugging aid) and \e alloc
returns a wild pointer.
-The Qt library contains hundreds of internal checks that will print
+The TQt library contains hundreds of internal checks that will print
warning messages when some error is detected.
-The tests for sanity and the resulting warning messages inside Qt are
+The tests for sanity and the resulting warning messages inside TQt are
conditional, based on the state of various debugging flags:
\table
\header \i Flag \i Meaning