summaryrefslogtreecommitdiffstats
path: root/lib/libchmfile/libchmurlfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libchmfile/libchmurlfactory.h')
-rw-r--r--lib/libchmfile/libchmurlfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libchmfile/libchmurlfactory.h b/lib/libchmfile/libchmurlfactory.h
index 5481e8d..343ac75 100644
--- a/lib/libchmfile/libchmurlfactory.h
+++ b/lib/libchmfile/libchmurlfactory.h
@@ -93,7 +93,7 @@ static inline TQString makeURLabsoluteIfNeeded( const TQString & url )
newurl = "/" + newurl;
}
- //qDebug ("makeURLabsolute (%s) -> (%s)", url.ascii(), newurl.ascii());
+ //tqDebug ("makeURLabsolute (%s) -> (%s)", url.ascii(), newurl.ascii());
return newurl;
}