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