summaryrefslogtreecommitdiffstats
path: root/kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp')
-rw-r--r--kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp b/kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp
index ae713937..0bd03361 100644
--- a/kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp
+++ b/kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp
@@ -93,7 +93,7 @@ Sachgebiete|
static TQString extract (TQString &line)
{
TQString ret;
- int lim = line.tqfind ("|");
+ int lim = line.find ("|");
if (lim < 0) {
ret = line;
line = "";