summaryrefslogtreecommitdiffstats
path: root/kshowmail/showrecordelem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kshowmail/showrecordelem.cpp')
-rw-r--r--kshowmail/showrecordelem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kshowmail/showrecordelem.cpp b/kshowmail/showrecordelem.cpp
index 9edc834..19af8ae 100644
--- a/kshowmail/showrecordelem.cpp
+++ b/kshowmail/showrecordelem.cpp
@@ -58,7 +58,7 @@ TQCString ShowRecordElem::scanHeader( const TQString& item ) const
//with a carriage return
//build the search string
- TQString searchstring( TQString( "\r\n%1:" ).arg( item ) );
+ TQCString searchstring( TQString( "\r\n%1:" ).arg( item ).utf8() );
//searching...
int pos1 = m_header.find( searchstring, 0, FALSE );