diff options
Diffstat (limited to 'ktouch/src/ktouchleveldata.cpp')
-rw-r--r-- | ktouch/src/ktouchleveldata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/ktouchleveldata.cpp b/ktouch/src/ktouchleveldata.cpp index 58ac983f..de9b1257 100644 --- a/ktouch/src/ktouchleveldata.cpp +++ b/ktouch/src/ktouchleveldata.cpp @@ -45,7 +45,7 @@ bool KTouchLevelData::readLevel(TQTextStream& in) { while (!line.isNull()) { if (!line.isEmpty()) { // Do we have a comment here? And if yes, is a keyword in the line? - if (line.tqfind("# Comment:")==0) + if (line.find("# Comment:")==0) m_comment = line.right(line.length() - 10).stripWhiteSpace(); else if (line[0]!='#') { // the first line is the new characters line |