From bd87b2af9dde0633e56a792665cdec7a9675da95 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 25 Nov 2012 14:05:14 -0600 Subject: Automated update from Qt3 --- doc/html/debug.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/debug.html') diff --git a/doc/html/debug.html b/doc/html/debug.html index 23c84dd94..0747921ea 100644 --- a/doc/html/debug.html +++ b/doc/html/debug.html @@ -59,10 +59,10 @@ option is only valid for the X11 version of TQt.

TQt includes three global functions for writing out warning and debug text.

The TQt implementation of these functions prints the text to the stderr @@ -141,12 +141,12 @@ define QT_NO_CHECK. { #if defined(QT_CHECK_NULL) if ( p == 0 ) - qWarning( "f: Null pointer not allowed" ); + tqWarning( "f: Null pointer not allowed" ); #endif #if defined(QT_CHECK_RANGE) if ( i < 0 ) - qWarning( "f: The index cannot be negative" ); + tqWarning( "f: The index cannot be negative" ); #endif } -- cgit v1.2.3