summaryrefslogtreecommitdiff
path: root/src/gui/spellpopup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/spellpopup.cpp')
-rw-r--r--src/gui/spellpopup.cpp4
1 files changed, 2 insertions, 2 deletions
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);