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 --- noatun/modules/systray/systray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun/modules/systray') 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); } -- cgit v1.2.1