summaryrefslogtreecommitdiffstats
path: root/noatun/modules/systray/systray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/systray/systray.cpp')
-rw-r--r--noatun/modules/systray/systray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/systray/systray.cpp b/noatun/modules/systray/systray.cpp
index 9a45212b..0788ceb3 100644
--- a/noatun/modules/systray/systray.cpp
+++ b/noatun/modules/systray/systray.cpp
@@ -352,7 +352,7 @@ void NoatunSystray::updateCover()
void NoatunSystray::removeCover()
{
if(TQFile::exists(tmpCoverPath))
- KIO::NetAccess::del(KURL(tmpCoverPath), this);
+ TDEIO::NetAccess::del(KURL(tmpCoverPath), this);
}