summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/crossrefrendering.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/crossrefrendering.cpp')
-rw-r--r--bibletime/frontend/crossrefrendering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/frontend/crossrefrendering.cpp b/bibletime/frontend/crossrefrendering.cpp
index e7bfb5c..6c83686 100644
--- a/bibletime/frontend/crossrefrendering.cpp
+++ b/bibletime/frontend/crossrefrendering.cpp
@@ -72,14 +72,14 @@ namespace InfoDisplay {
if (!linkText.isEmpty()) { //if we have a valid link text
// qWarning("rendering");
return TQString("<a href=\"%1\">%2</a>")
- .arg(
+ .tqarg(
CReferenceManager::encodeHyperlink(
module->name(),
item.key(),
CReferenceManager::typeFromModule(module->type())
)
)
- .arg(linkText);
+ .tqarg(linkText);
}
return TQString();