diff --git a/src/libtomahawk/utils/tomahawkutils.cpp b/src/libtomahawk/utils/tomahawkutils.cpp index ea023e6c9..c9a0e5afc 100644 --- a/src/libtomahawk/utils/tomahawkutils.cpp +++ b/src/libtomahawk/utils/tomahawkutils.cpp @@ -560,6 +560,7 @@ tomahawkWindow() } +#ifndef Q_OS_MAC void bringToFront() { @@ -617,6 +618,7 @@ bringToFront() } #endif } +#endif #endif