diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:02:00 +0200 |
commit | 533bad2a1503973aaf8186691422c2eda91d02d4 (patch) | |
tree | f7e52f62416048859aa9bde8425e20aac0e7c669 /kmail/kmcommands.cpp | |
parent | 8144d5434bbd1c4448a37695aed6ad3d348043d8 (diff) | |
download | tdepim-533bad2a1503973aaf8186691422c2eda91d02d4.tar.gz tdepim-533bad2a1503973aaf8186691422c2eda91d02d4.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kmail/kmcommands.cpp')
-rw-r--r-- | kmail/kmcommands.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmcommands.cpp b/kmail/kmcommands.cpp index d4fead489..8b477924f 100644 --- a/kmail/kmcommands.cpp +++ b/kmail/kmcommands.cpp @@ -75,7 +75,7 @@ #include <tdetempfile.h> #include <tdeimproxy.h> #include <kuserprofile.h> -// KIO headers +// TDEIO headers #include <tdeio/job.h> #include <tdeio/netaccess.h> @@ -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 |