summaryrefslogtreecommitdiffstats
path: root/kbarcode/batchwizard.cpp
diff options
context:
space:
mode:
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;
}