Drop our QCleanLooks style subclass since there no longer seem to be an issue with the standard one

This commit is contained in:
Christophe Dumez 2010-03-06 21:36:08 +00:00
parent a468404ab5
commit ad3f5f6e20
4 changed files with 0 additions and 109 deletions

View file

@ -34,7 +34,6 @@
#include <QSystemTrayIcon>
#include <QApplication>
#include <QSettings>
#include "qgnomelook.h"
#include <QDialogButtonBox>
#include <QCloseEvent>
#include <QDesktopWidget>
@ -304,11 +303,6 @@ void options_imp::changePage(QListWidgetItem *current, QListWidgetItem *previous
void options_imp::useStyle() {
QApplication::setStyle(QStyleFactory::create(comboStyle->itemText(comboStyle->currentIndex())));
if(QApplication::style()->objectName() == "cleanlooks") {
// Force our own cleanlooks style
qDebug("Forcing our own cleanlooks style");
QApplication::setStyle(new QGnomeLookStyle());
}
}
void options_imp::loadWindowState() {