From 7f324bc45c50d2aaff5b4736cca7e27a067f7d49 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 30 Aug 2011 02:44:24 +0200 Subject: [PATCH] * Unbreak OSX compile. --- src/libtomahawk/utils/tomahawkutils.cpp | 2 ++ 1 file changed, 2 insertions(+) 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