From a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:24:30 -0600 Subject: Rename additional global TQt functions --- qmake/examples/precompile/myobject.cpp | 2 +- qmake/examples/tutorial/hello.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qmake/examples') diff --git a/qmake/examples/precompile/myobject.cpp b/qmake/examples/precompile/myobject.cpp index 4f1d1d8..96d0f13 100644 --- a/qmake/examples/precompile/myobject.cpp +++ b/qmake/examples/precompile/myobject.cpp @@ -10,5 +10,5 @@ MyObject::MyObject() MyObject::~MyObject() { - qDebug("MyObject::~MyObject()"); + tqDebug("MyObject::~MyObject()"); } diff --git a/qmake/examples/tutorial/hello.cpp b/qmake/examples/tutorial/hello.cpp index cec428b..d4a2745 100644 --- a/qmake/examples/tutorial/hello.cpp +++ b/qmake/examples/tutorial/hello.cpp @@ -3,5 +3,5 @@ MyPushButton::MyPushButton( const QString& text ) : QPushButton( text, 0, "mypushbutton" ) { - qDebug( "My PushButton has been constructed" ); + tqDebug( "My PushButton has been constructed" ); } -- cgit v1.2.1