summaryrefslogtreecommitdiffstats
path: root/noatun/library/ksaver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/ksaver.cpp')
-rw-r--r--noatun/library/ksaver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/ksaver.cpp b/noatun/library/ksaver.cpp
index 40b3606c..f787c585 100644
--- a/noatun/library/ksaver.cpp
+++ b/noatun/library/ksaver.cpp
@@ -115,7 +115,7 @@ bool Noatun::KSaver::close(void)
d->textStream = 0;
d->dataStream = 0;
- bool retval = KIO::NetAccess::upload(d->tempFile->name(), d->url);
+ bool retval = TDEIO::NetAccess::upload(d->tempFile->name(), d->url);
delete d->tempFile;
d->tempFile = 0;