From 213a21e4c079113e5822d2cf90802d6dcb2cb232 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Oct 2012 21:02:14 +0300 Subject: In all controls, call Widget2 methods to get colors. --- src/gui/spellpopup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/spellpopup.cpp') diff --git a/src/gui/spellpopup.cpp b/src/gui/spellpopup.cpp index f28cc024f..fd589a40c 100644 --- a/src/gui/spellpopup.cpp +++ b/src/gui/spellpopup.cpp @@ -44,8 +44,8 @@ SpellPopup::SpellPopup(): mItemComment(new Label) { mItemName->setFont(boldFont); - mItemName->setForegroundColor(Theme::getThemeColor(Theme::POPUP)); - mItemComment->setForegroundColor(Theme::getThemeColor(Theme::POPUP)); + mItemName->setForegroundColor(getThemeColor(Theme::POPUP)); + mItemComment->setForegroundColor(getThemeColor(Theme::POPUP)); add(mItemName); add(mItemComment); -- cgit v1.2.3-70-g09d2