From 16b1cf4b46f6f5ee85c2331028a6f40e54f53298 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Mon, 20 Oct 2008 14:59:01 +0200 Subject: [PATCH] Uhm, note to self: remove debug stuff after debugging. Custom styles work now again. --- src/qtui/mainwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index 39fd4749..df005d57 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -77,7 +77,7 @@ MainWin::MainWin(QWidget *parent) QtUiSettings uiSettings; QString style = uiSettings.value("Style", QString()).toString(); if(!style.isEmpty()) { - QApplication::setStyle("plastique"); + QApplication::setStyle(style); } setWindowTitle("Quassel IRC"); -- 2.20.1