diff options
Diffstat (limited to 'bibletime/backend/bt_thmlhtml.cpp')
-rw-r--r-- | bibletime/backend/bt_thmlhtml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/backend/bt_thmlhtml.cpp b/bibletime/backend/bt_thmlhtml.cpp index a808bf6..aa511b8 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::tqfromLatin1(abbrev) ); + //const CLanguageMgr::Language* const language = CPointers::languageMgr()->languageForAbbrev( TQString::fromLatin1(abbrev) ); buf.append("<span class=\"foreign\" lang=\""); buf.append(abbrev); |