summaryrefslogtreecommitdiffstats
path: root/korn/mailsubject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/mailsubject.cpp')
-rw-r--r--korn/mailsubject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/mailsubject.cpp b/korn/mailsubject.cpp
index ee675906..747d9ec7 100644
--- a/korn/mailsubject.cpp
+++ b/korn/mailsubject.cpp
@@ -67,7 +67,7 @@ TQString KornMailSubject::decodeRFC2047String(const TQCString& aStr)
if ( str.isEmpty() )
return TQString();
- if ( str.tqfind( "=?" ) < 0 ) {
+ if ( str.find( "=?" ) < 0 ) {
// No need to decode
return TQString(str);
}