From 21bc7541114fb026606284e45dc10e3320f39f1d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 30 Jan 2013 13:50:27 -0600 Subject: Fix a few remaining references to kio_ --- arts/kde/kplayobjectfactory.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arts/kde') diff --git a/arts/kde/kplayobjectfactory.cc b/arts/kde/kplayobjectfactory.cc index fa9e2c5a1..1b6be9860 100644 --- a/arts/kde/kplayobjectfactory.cc +++ b/arts/kde/kplayobjectfactory.cc @@ -68,7 +68,7 @@ KPlayObject *KPlayObjectFactory::createPlayObject(const KURL& _url, const TQStri // I hate it // I hate it // It sucks - // kio_media please die + // tdeio_media please die KURL url = TDEIO::NetAccess::mostLocalURL(_url, 0); if(!m_server.isNull()) @@ -139,7 +139,7 @@ KDE::PlayObject *KDE::PlayObjectFactory::createPlayObject(const KURL& _url, cons // I hate it // I hate it // It sucks - // kio_media please die + // tdeio_media please die KURL url = TDEIO::NetAccess::mostLocalURL(_url, 0); // return a NULL playobject if the server is NULL @@ -154,7 +154,7 @@ KDE::PlayObject *KDE::PlayObjectFactory::createPlayObject(const KURL& _url, cons createBUS = false; } - // decide if it's a local file. mpeglib provides cdda reading and decoding, so we prefer that over kio_audiocd + // decide if it's a local file. mpeglib provides cdda reading and decoding, so we prefer that over tdeio_audiocd if ( url.isLocalFile() || !d->allowStreaming || (url.protocol() == "audiocd" && mimetype == "application/x-cda" && mimeTypes().contains( "application/x-cda" ) ) ) { // we rely on the delivered mimetype if it's a local file -- cgit v1.2.3