diff --git a/src/libtomahawk/utils/SoundcloudParser.cpp b/src/libtomahawk/utils/SoundcloudParser.cpp index 867786db7..14392307a 100644 --- a/src/libtomahawk/utils/SoundcloudParser.cpp +++ b/src/libtomahawk/utils/SoundcloudParser.cpp @@ -238,7 +238,7 @@ QPixmap SoundcloudParser::pixmap() const { if ( !s_pixmap ) - s_pixmap = new QPixmap( RESPATH "images/Spotify-logo.png" ); + s_pixmap = new QPixmap( RESPATH "images/soundcloud.png" ); return *s_pixmap; } diff --git a/src/libtomahawk/utils/SoundcloudParser.h b/src/libtomahawk/utils/SoundcloudParser.h index e67e10797..74f5bf2e8 100644 --- a/src/libtomahawk/utils/SoundcloudParser.h +++ b/src/libtomahawk/utils/SoundcloudParser.h @@ -26,10 +26,8 @@ #include "DropJob.h" #include "jobview/JobStatusItem.h" #include -#include #include -#define Soundcloud_PLAYLIST_API_URL "http://spotikea.tomahawk-player.org" /** * Small class to parse Soundcloud links into query_ptrs @@ -38,8 +36,6 @@ */ class QNetworkReply; -class SoundcloudAccount; -class SoundcloudPlaylistUpdater; namespace Tomahawk {