From 518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:18:46 -0600 Subject: Rename additional global TQt functions --- kbarcode/batchwizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbarcode/batchwizard.cpp') diff --git a/kbarcode/batchwizard.cpp b/kbarcode/batchwizard.cpp index 6e5bdc2..8415a17 100644 --- a/kbarcode/batchwizard.cpp +++ b/kbarcode/batchwizard.cpp @@ -884,7 +884,7 @@ void BatchWizard::loadFromFile( const TQString & url ) if( !file.open( IO_ReadOnly ) ) { - qDebug("Unable to open file: %s", url.latin1() ); + tqDebug("Unable to open file: %s", url.latin1() ); return; } -- cgit v1.2.1