diff options
Diffstat (limited to 'src/kvilib/file')
-rw-r--r-- | src/kvilib/file/kvi_fileutils.cpp | 6 | ||||
-rw-r--r-- | src/kvilib/file/kvi_packagefile.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/kvilib/file/kvi_fileutils.cpp b/src/kvilib/file/kvi_fileutils.cpp index 3410773d..8e81f861 100644 --- a/src/kvilib/file/kvi_fileutils.cpp +++ b/src/kvilib/file/kvi_fileutils.cpp @@ -69,7 +69,7 @@ namespace KviFileUtils } if(ch == 0) { - debug("Warning : %s is not an ascii file",f->name().latin1()); + tqDebug("Warning : %s is not an ascii file",f->name().latin1()); } if(cur_len > 0) { @@ -126,7 +126,7 @@ namespace KviFileUtils { if(!d.mkdir(createdDir)) { - debug("Can't create directory %s",KviTQString::toUtf8(createdDir).data()); + tqDebug("Can't create directory %s",KviTQString::toUtf8(createdDir).data()); return false; } } @@ -196,7 +196,7 @@ namespace KviFileUtils { TQByteArray ba = f.readAll(); szBuffer = TQString::fromUtf8(ba.data(),ba.size()); - //debug("BUFFERLEN: %d",szBuffer.length()); + //tqDebug("BUFFERLEN: %d",szBuffer.length()); } else { szBuffer = TQString(f.readAll()); } diff --git a/src/kvilib/file/kvi_packagefile.cpp b/src/kvilib/file/kvi_packagefile.cpp index 1a0d5088..31f69438 100644 --- a/src/kvilib/file/kvi_packagefile.cpp +++ b/src/kvilib/file/kvi_packagefile.cpp @@ -897,7 +897,7 @@ bool KviPackageReader::unpackFile(KviFile * pFile,const TQString &szUnpackPath) return writeError(); } } /* else { THIS HAPPENS FOR ZERO SIZE FILES - debug("hum.... internal, rEWq (ret = %d) (avail_out = %d)",ret,zstr.avail_out); + tqDebug("hum.... internal, rEWq (ret = %d) (avail_out = %d)",ret,zstr.avail_out); inflateEnd(&zstr); setLastError(__tr2qs("Compression library internal error")); |