From 3fe437def8063926892bddf2dcc733861308836d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:10:32 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kword/KWCanvas.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kword/KWCanvas.cpp') diff --git a/kword/KWCanvas.cpp b/kword/KWCanvas.cpp index 042715b3..7dc7b96a 100644 --- a/kword/KWCanvas.cpp +++ b/kword/KWCanvas.cpp @@ -1526,7 +1526,7 @@ void KWCanvas::contentsDropEvent( TQDropEvent *e ) const KURL &url( *it ); TQString filename; - if ( !KIO::NetAccess::download( url, filename, this ) ) + if ( !TDEIO::NetAccess::download( url, filename, this ) ) continue; KMimeType::Ptr res = KMimeType::findByFileContent( filename ); @@ -1542,7 +1542,7 @@ void KWCanvas::contentsDropEvent( TQDropEvent *e ) insertPictureDirect( newKoPicture, docPoint ); } } - KIO::NetAccess::removeTempFile( filename ); + TDEIO::NetAccess::removeTempFile( filename ); } } else -- cgit v1.2.1