summaryrefslogtreecommitdiffstats
path: root/kbarcode/batchwizard.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:46 -0600
commit518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6 (patch)
tree0423950a734f92b1166a520045bf2824e776519d /kbarcode/batchwizard.cpp
parentd0478f6e3817d57fea22554559cc063be9f3f055 (diff)
downloadkbarcode-518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6.tar.gz
kbarcode-518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6.zip
Rename additional global TQt functions
Diffstat (limited to 'kbarcode/batchwizard.cpp')
-rw-r--r--kbarcode/batchwizard.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}