diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:56:16 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:56:16 +0200 |
commit | a5859b795ed5faf867e3bfb9a3dc843bd9acdf86 (patch) | |
tree | d55e73f84c362c7c0943195d53b755850b4645df /amarok/src/playlistbrowseritem.cpp | |
parent | d1640fc5ef4830a982f3a0c80c99fcc8f170553b (diff) | |
download | amarok-a5859b795ed5faf867e3bfb9a3dc843bd9acdf86.tar.gz amarok-a5859b795ed5faf867e3bfb9a3dc843bd9acdf86.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'amarok/src/playlistbrowseritem.cpp')
-rw-r--r-- | amarok/src/playlistbrowseritem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/playlistbrowseritem.cpp b/amarok/src/playlistbrowseritem.cpp index ac8a5854..b66a89c5 100644 --- a/amarok/src/playlistbrowseritem.cpp +++ b/amarok/src/playlistbrowseritem.cpp @@ -1830,7 +1830,7 @@ PodcastChannel::fetchResult( TDEIO::Job* job ) //SLOT if ( job->error() != 0 ) { Amarok::StatusBar::instance()->shortMessage( i18n( "Unable to connect to Podcast server." ) ); - debug() << "Unable to retrieve podcast information. KIO Error: " << job->error() << endl; + debug() << "Unable to retrieve podcast information. TDEIO Error: " << job->error() << endl; title().isEmpty() ? setText( 0, m_url.prettyURL() ) : @@ -2622,7 +2622,7 @@ void PodcastEpisode::downloadResult( TDEIO::Job * transferJob ) if( transferJob->error() ) { Amarok::StatusBar::instance()->shortMessage( i18n( "Media download aborted, unable to connect to server." ) ); - debug() << "Unable to retrieve podcast media. KIO Error: " << transferJob->error() << endl; + debug() << "Unable to retrieve podcast media. TDEIO Error: " << transferJob->error() << endl; m_localUrl = KURL(); setPixmap( 0, SmallIcon("cancel") ); |