summaryrefslogtreecommitdiffstats
path: root/kmail/kmmsginfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmmsginfo.cpp')
-rw-r--r--kmail/kmmsginfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmmsginfo.cpp b/kmail/kmmsginfo.cpp
index 2d678bf1..8ce5f7cf 100644
--- a/kmail/kmmsginfo.cpp
+++ b/kmail/kmmsginfo.cpp
@@ -707,7 +707,7 @@ void KMMsgInfo::setTo( const TQString &to )
//--- For compatability with old index files
void KMMsgInfo::compat_fromOldIndexString(const TQCString& str, bool toUtf8)
{
- char *start, *offset;
+ const char *start, *offset;
if(!kd)
kd = new KMMsgInfoPrivate;