From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- tdeprint/kprinter/printwrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeprint/kprinter') diff --git a/tdeprint/kprinter/printwrapper.cpp b/tdeprint/kprinter/printwrapper.cpp index 97e2cad8f..be6546214 100644 --- a/tdeprint/kprinter/printwrapper.cpp +++ b/tdeprint/kprinter/printwrapper.cpp @@ -306,7 +306,7 @@ void PrintWrapper::slotPrintRequested(KPrinter *kprinter) TQString tmpFile; KURL url = KURL::fromPathOrURL(*it); kdDebug( 500 ) << url.url() << endl; - if (KIO::NetAccess::download(url, tmpFile, this)) + if (TDEIO::NetAccess::download(url, tmpFile, this)) { filestoprint << tmpFile; kprinter->setDocName(url.fileName()); -- cgit v1.2.1