From de9a6aa007626eba4e333ac4080cbdfcb9f98386 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:36 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- libkcddb/sites.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libkcddb/sites.cpp') diff --git a/libkcddb/sites.cpp b/libkcddb/sites.cpp index 16a7ac79..a031c949 100644 --- a/libkcddb/sites.cpp +++ b/libkcddb/sites.cpp @@ -53,10 +53,10 @@ namespace KCDDB TQValueList result; TQString tmpFile; - if( KIO::NetAccess::download( url, tmpFile, 0 ) ) + if( TDEIO::NetAccess::download( url, tmpFile, 0 ) ) { result = readFile( tmpFile ); - KIO::NetAccess::removeTempFile( tmpFile ); + TDEIO::NetAccess::removeTempFile( tmpFile ); } return result; -- cgit v1.2.1