summaryrefslogtreecommitdiffstats
path: root/krename/batchrenamer.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:21:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:21:22 -0600
commit98c21e42d41589cae17df5898478f44795f0e42e (patch)
tree3133fc8522bdf3a5a5241b6249123d1707553054 /krename/batchrenamer.cpp
parentbd4c97bcd8ab57ad4e1c7614c54c4aa7338e42e3 (diff)
downloadkrename-98c21e42d41589cae17df5898478f44795f0e42e.tar.gz
krename-98c21e42d41589cae17df5898478f44795f0e42e.zip
Rename additional global TQt functions
Diffstat (limited to 'krename/batchrenamer.cpp')
-rw-r--r--krename/batchrenamer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krename/batchrenamer.cpp b/krename/batchrenamer.cpp
index bbf7322..707a8ac 100644
--- a/krename/batchrenamer.cpp
+++ b/krename/batchrenamer.cpp
@@ -493,7 +493,7 @@ void BatchRenamer::findNumberAppendix( TQString & text, int pos, int* start, int
if( text[pos] == '{' && (end = text.find( "}", pos )) > -1)
{
- //qDebug("Found an appendix:" + appendix );
+ //tqDebug("Found an appendix:" + appendix );
appendix = text.mid( pos + 1, end - pos - 1);
text.remove( pos, end - pos + 1 );
@@ -848,7 +848,7 @@ void BatchRenamer::parseSubdirs( data* f )
url.addPath( unEscape( d ) );
if( !NetAccess::exists( url ) && !NetAccess::mkdir( url ) )
// TODO: GUI bug report
- qDebug("Can't create %s", url.prettyURL().latin1() );
+ tqDebug("Can't create %s", url.prettyURL().latin1() );
f->dst.url.addPath( d );
f->dst.directory.append( d + "/" );