summaryrefslogtreecommitdiffstats
path: root/bibletime/backend/bt_osishtml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/backend/bt_osishtml.cpp')
-rw-r--r--bibletime/backend/bt_osishtml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/backend/bt_osishtml.cpp b/bibletime/backend/bt_osishtml.cpp
index 5fb1f3a..db75741 100644
--- a/bibletime/backend/bt_osishtml.cpp
+++ b/bibletime/backend/bt_osishtml.cpp
@@ -354,7 +354,7 @@ bool BT_OSISHTML::handleToken(sword::SWBuf &buf, const char *token, sword::Basic
Q_ASSERT(mod);
//if the osisRef like "GerLut:key" contains a module, use that
- int pos = ref.tqfind(":");
+ int pos = ref.find(":");
if ((pos >= 0) && ref.at(pos-1).isLetter() && ref.at(pos+1).isLetter()) {
TQString newModuleName = ref.left(pos);