summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bibletime/backend/cswordkey.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/backend/cswordkey.cpp b/bibletime/backend/cswordkey.cpp
index 5e13e2b..527c53a 100644
--- a/bibletime/backend/cswordkey.cpp
+++ b/bibletime/backend/cswordkey.cpp
@@ -95,7 +95,7 @@ const TQString CSwordKey::renderedText( const CSwordKey::TextRenderType mode ) {
Q_ASSERT(!key().isNull());
if (!key().isNull()) { //we have valid text
- TQString text = TQString::fromUtf8( m_module->module()->RenderText() );
+ TQString text = TQString::fromUtf8( m_module->module()->renderText().c_str() );
// This is yucky, but if we want strong lexicon refs we have to do it here.
if (m_module->type() == CSwordModuleInfo::Lexicon) {