summaryrefslogtreecommitdiffstats
path: root/lib/libchmfile/libchmurlfactory.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:52 -0600
commitebabab113252ed75baf5c8181937f14c55a8886b (patch)
tree54cd41c7941b9f4df75f4017d7cab61a63b8d74c /lib/libchmfile/libchmurlfactory.h
parenta06972de3036b2c2cc2b49a6a100cede2358541f (diff)
downloadkchmviewer-ebabab113252ed75baf5c8181937f14c55a8886b.tar.gz
kchmviewer-ebabab113252ed75baf5c8181937f14c55a8886b.zip
Rename additional global TQt functions
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;
}