From ac4f4b2e1aa24cc3f0418531abab14314b2be12c Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Mon, 4 Aug 2008 02:29:16 +0200 Subject: [PATCH 1/1] Revert "Save QtUi settings in QtUiStyle again, since the old ChatWidget is gone now" Need a proper migration path, since existing settings might screw up the style engine... This reverts commit c55bd7dc80547563d8c9cc70d54aa3d24ff03166. --- src/qtui/qtuistyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtui/qtuistyle.cpp b/src/qtui/qtuistyle.cpp index 6d6660b7..af47119e 100644 --- a/src/qtui/qtuistyle.cpp +++ b/src/qtui/qtuistyle.cpp @@ -20,7 +20,7 @@ #include "qtuistyle.h" -QtUiStyle::QtUiStyle() : UiStyle("QtUiStyle") { +QtUiStyle::QtUiStyle() : UiStyle("QtUiStyleNew") { // FIXME QtUiStyleNew naming // We need to just set our internal formats; everything else is done by the base class... // Internal message formats -- 2.20.1