From 21bc7541114fb026606284e45dc10e3320f39f1d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 30 Jan 2013 13:50:27 -0600 Subject: Fix a few remaining references to kio_ --- tdehtml/tdemultipart/tdemultipart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdehtml/tdemultipart/tdemultipart.cpp') diff --git a/tdehtml/tdemultipart/tdemultipart.cpp b/tdehtml/tdemultipart/tdemultipart.cpp index ac0c67b53..dd864d65b 100644 --- a/tdehtml/tdemultipart/tdemultipart.cpp +++ b/tdehtml/tdemultipart/tdemultipart.cpp @@ -260,7 +260,7 @@ void KMultiPart::slotData( TDEIO::Job *job, const TQByteArray &data ) #endif startOfData(); } - // First header (when we know it from kio_http) + // First header (when we know it from tdeio_http) else if ( line == m_boundary ) ; // nothing to do else if ( !line.isEmpty() ) // this happens with e.g. Set-Cookie: -- cgit v1.2.1