From c55bd7dc80547563d8c9cc70d54aa3d24ff03166 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Mon, 4 Aug 2008 02:25:47 +0200 Subject: [PATCH] Save QtUi settings in QtUiStyle again, since the old ChatWidget is gone now --- 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 af47119e..6d6660b7 100644 --- a/src/qtui/qtuistyle.cpp +++ b/src/qtui/qtuistyle.cpp @@ -20,7 +20,7 @@ #include "qtuistyle.h" -QtUiStyle::QtUiStyle() : UiStyle("QtUiStyleNew") { // FIXME QtUiStyleNew naming +QtUiStyle::QtUiStyle() : UiStyle("QtUiStyle") { // We need to just set our internal formats; everything else is done by the base class... // Internal message formats -- 2.20.1