diff --git a/src/tomahawk/TomahawkWindow.cpp b/src/tomahawk/TomahawkWindow.cpp index 1d44bfca1..d6db6bf77 100644 --- a/src/tomahawk/TomahawkWindow.cpp +++ b/src/tomahawk/TomahawkWindow.cpp @@ -113,7 +113,9 @@ TomahawkWindow::TomahawkWindow( QWidget* parent ) , m_trayIcon( 0 ) , m_audioRetryCounter( 0 ) { +#ifndef Q_OS_MAC setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) ); +#endif new ViewManager( this ); QueueView* queueView = new QueueView();