From 533bad2a1503973aaf8186691422c2eda91d02d4 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Tue, 3 Sep 2013 20:02:55 +0200 Subject: Additional k => tde renaming and fixes --- kmail/kmcommands.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/kmcommands.cpp') diff --git a/kmail/kmcommands.cpp b/kmail/kmcommands.cpp index d4fead48..8b477924 100644 --- a/kmail/kmcommands.cpp +++ b/kmail/kmcommands.cpp @@ -75,7 +75,7 @@ #include #include #include -// KIO headers +// TDEIO headers #include #include @@ -932,7 +932,7 @@ void KMSaveMsgCommand::slotMessageRetrievedForSaving(KMMessage *msg) mOffset = 0; TQByteArray data; int size; - // Unless it is great than 64 k send the whole message. kio buffers for us. + // Unless it is great than 64 k send the whole message. tdeio buffers for us. if( mData.size() > (unsigned int) MAX_CHUNK_SIZE ) size = MAX_CHUNK_SIZE; else -- cgit v1.2.3