diff options
Diffstat (limited to 'khtml/kmultipart/kmultipart.cpp')
-rw-r--r-- | khtml/kmultipart/kmultipart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/kmultipart/kmultipart.cpp b/khtml/kmultipart/kmultipart.cpp index 2023c1e85..5d82742d9 100644 --- a/khtml/kmultipart/kmultipart.cpp +++ b/khtml/kmultipart/kmultipart.cpp @@ -181,7 +181,7 @@ bool KMultiPart::openURL( const KURL &url ) return true; } -// Yes, libkdenetwork's has such a parser already (MultiPart), +// Yes, libtdenetwork's has such a parser already (MultiPart), // but it works on the complete string, expecting the whole data to be available.... // The version here is asynchronous. void KMultiPart::slotData( KIO::Job *job, const TQByteArray &data ) |