summaryrefslogtreecommitdiffstats
path: root/tdeprint/kprinter/printwrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/kprinter/printwrapper.cpp')
-rw-r--r--tdeprint/kprinter/printwrapper.cpp2
1 files changed, 1 insertions, 1 deletions
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());