1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

s/Q_WS_/Q_OS_

This commit is contained in:
Uwe L. Korn
2014-07-11 21:31:10 +01:00
parent 89ba34b9fd
commit 5c1b41ab5d

View File

@@ -135,7 +135,7 @@ SourceTreeView::SourceTreeView( QWidget* parent )
showOfflineSources( TomahawkSettings::instance()->showOfflineSources() ); showOfflineSources( TomahawkSettings::instance()->showOfflineSources() );
// Light-blue sourcetree on osx // Light-blue sourcetree on osx
#ifdef Q_WS_MAC #ifdef Q_OS_MAC
setStyleSheet( "SourceTreeView:active { background: #DDE4EB; } " setStyleSheet( "SourceTreeView:active { background: #DDE4EB; } "
"SourceTreeView { background: #EDEDED; } " ); "SourceTreeView { background: #EDEDED; } " );
#endif #endif