summaryrefslogtreecommitdiffstats
path: root/src/translators/htmlexporter.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-01 13:23:03 -0600
committerTimothy Pearson <[email protected]>2012-03-01 13:23:03 -0600
commit426799905b91f0005c33c4792c444b2b87e774d9 (patch)
treef41ba725664b320255c32f9a949576285410b59c /src/translators/htmlexporter.cpp
parent68e3faaecb4ea50a46d014eea65e11bb9df16980 (diff)
downloadtellico-426799905b91f0005c33c4792c444b2b87e774d9.tar.gz
tellico-426799905b91f0005c33c4792c444b2b87e774d9.zip
Rename additional global TQt functions
Diffstat (limited to 'src/translators/htmlexporter.cpp')
-rw-r--r--src/translators/htmlexporter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translators/htmlexporter.cpp b/src/translators/htmlexporter.cpp
index ce84d19..2db0fc4 100644
--- a/src/translators/htmlexporter.cpp
+++ b/src/translators/htmlexporter.cpp
@@ -535,7 +535,7 @@ TQString HTMLExporter::fileDirName() const {
// how ugly is this?
const xmlChar* HTMLExporter::handleLink(const xmlChar* link_) {
- return reinterpret_cast<xmlChar*>(qstrdup(handleLink(TQString::fromUtf8(reinterpret_cast<const char*>(link_))).utf8()));
+ return reinterpret_cast<xmlChar*>(tqstrdup(handleLink(TQString::fromUtf8(reinterpret_cast<const char*>(link_))).utf8()));
}
TQString HTMLExporter::handleLink(const TQString& link_) {
@@ -585,7 +585,7 @@ TQString HTMLExporter::handleLink(const TQString& link_) {
}
const xmlChar* HTMLExporter::analyzeInternalCSS(const xmlChar* str_) {
- return reinterpret_cast<xmlChar*>(qstrdup(analyzeInternalCSS(TQString::fromUtf8(reinterpret_cast<const char*>(str_))).utf8()));
+ return reinterpret_cast<xmlChar*>(tqstrdup(analyzeInternalCSS(TQString::fromUtf8(reinterpret_cast<const char*>(str_))).utf8()));
}
TQString HTMLExporter::analyzeInternalCSS(const TQString& str_) {