summaryrefslogtreecommitdiffstats
path: root/bibletime/backend/bt_thmlhtml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/backend/bt_thmlhtml.cpp')
-rw-r--r--bibletime/backend/bt_thmlhtml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/backend/bt_thmlhtml.cpp b/bibletime/backend/bt_thmlhtml.cpp
index aa511b8..a808bf6 100644
--- a/bibletime/backend/bt_thmlhtml.cpp
+++ b/bibletime/backend/bt_thmlhtml.cpp
@@ -217,7 +217,7 @@ bool BT_ThMLHTML::handleToken(sword::SWBuf &buf, const char *token, sword::Basic
if (tag.getAttribute("lang")) {
const char* abbrev = tag.getAttribute("lang");
- //const CLanguageMgr::Language* const language = CPointers::languageMgr()->languageForAbbrev( TQString::fromLatin1(abbrev) );
+ //const CLanguageMgr::Language* const language = CPointers::languageMgr()->languageForAbbrev( TQString::tqfromLatin1(abbrev) );
buf.append("<span class=\"foreign\" lang=\"");
buf.append(abbrev);