From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- kio/tests/jobtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kio/tests/jobtest.cpp') diff --git a/kio/tests/jobtest.cpp b/kio/tests/jobtest.cpp index c5dfba9d2..3ed748d90 100644 --- a/kio/tests/jobtest.cpp +++ b/kio/tests/jobtest.cpp @@ -151,7 +151,7 @@ static void setTimeStamp( const TQString& path ) utbuf.actime = tp.tv_sec - 30; // 30 seconds ago utbuf.modtime = tp.tv_sec - 60; // 60 second ago utime( TQFile::encodeName( path ), &utbuf ); - qDebug( "Time changed for %s", path.latin1() ); + tqDebug( "Time changed for %s", path.latin1() ); #endif } -- cgit v1.2.1