From 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 28 Feb 2012 22:31:39 -0600 Subject: Automated conversion from qt3 --- qmake/examples/tutorial/hello.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmake/examples/tutorial') diff --git a/qmake/examples/tutorial/hello.cpp b/qmake/examples/tutorial/hello.cpp index da01513b5..8ab5e5a5a 100644 --- a/qmake/examples/tutorial/hello.cpp +++ b/qmake/examples/tutorial/hello.cpp @@ -3,5 +3,5 @@ MyPushButton::MyPushButton( const TQString& text ) : TQPushButton( text, 0, "mypushbutton" ) { - qDebug( "My PushButton has been constructed" ); + tqDebug( "My PushButton has been constructed" ); } -- cgit v1.2.1