diff --git a/src/main.cpp b/src/main.cpp index 7557b7b69..58a7e3013 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -85,8 +85,8 @@ void useStyle(QApplication *app, int style){ app->setStyle(new QWindowsXPStyle()); break; #endif - default: - app->setStyle(new QPlastiqueStyle()); + /*default: + app->setStyle(new QPlastiqueStyle());*/ } }