From da76d8f734f2316882334fe90f335bb706e49c48 Mon Sep 17 00:00:00 2001 From: doitux Date: Mon, 30 Apr 2007 23:18:31 +0000 Subject: [PATCH] --- src/pokerth.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pokerth.cpp b/src/pokerth.cpp index d2ddc725..341cee43 100755 --- a/src/pokerth.cpp +++ b/src/pokerth.cpp @@ -22,6 +22,10 @@ /////// can be removed for non-qt-guis //////////// #include + +#ifdef __APPLE__ + #include +#endif /////////////////////////////////////////////////// #include "session.h" @@ -64,7 +68,7 @@ int main( int argc, char **argv ) /////// can be removed for non-qt-guis //////////// QApplication a( argc, argv ); #ifdef __APPLE__ - a.setStyle(new QPlastiqueStyle); + a.setStyle(new QMacStyle); #else a.setStyle(new QPlastiqueStyle); #endif