styles repaired on mac-plattform

This commit is contained in:
eflist
2007-06-25 00:25:52 +00:00
parent 7347745c8d
commit 67efc40495
3 changed files with 5 additions and 6 deletions
+3 -4
View File
@@ -75,11 +75,10 @@ int main( int argc, char **argv )
/////// can be removed for non-qt-guis ////////////
QApplication a( argc, argv );
#ifdef __APPLE__
a.setStyle(new QMacStyle);
#else
// set PlastiqueStyle even for mac-version to prevent artefacts on styled widgets
a.setStyle(new QPlastiqueStyle);
#endif
Q_INIT_RESOURCE(resources);
QTranslator qtTranslator;