From ec24fe2f49e856e4ed1ddc78433e898904cbf267 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 30 Dec 2008 02:17:46 +0000 Subject: [PATCH] - No longer force plastiqueStyle as a default (closes #312333) --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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());*/ } }