X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.cpp;h=b75af1bedd79fdaf9a70e12f49ad2e8a34cf81e7;hp=66d4f6f1b575a6e5514f3688aba2e5981d7c35a2;hb=d1264c1bda04d49693975e0c21acf82b0fb5f007;hpb=7942d6e0e0c29f870b471e44df6ba172732ef43a diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index 66d4f6f1..b75af1be 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -45,8 +45,6 @@ #include "qtuisettings.h" #include "jumpkeyhandler.h" -#include "uisettings.h" - #include "selectionmodelsynchronizer.h" #include "mappedselectionmodel.h" @@ -100,12 +98,6 @@ MainWin::MainWin(QtUi *_gui, QWidget *parent) installEventFilter(new JumpKeyHandler(this)); - UiSettings uiSettings; - QString style = uiSettings.value("Style", QString("")).toString(); - if(style != "") { - QApplication::setStyle(style); - } - #ifdef HAVE_DBUS desktopNotifications = new org::freedesktop::Notifications( "org.freedesktop.Notifications",