[escher] Change palette names to make them consistant

Change-Id: If5381b7f970e106bea1196ef40e36ea12f846dad
This commit is contained in:
Émilie Feral
2016-11-14 11:17:06 +01:00
parent 41f8d0c75c
commit c34498b15d
5 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ void FunctionExpressionView::reloadCell() {
m_expressionView.setBackgroundColor(backgroundColor());
if (m_function) {
bool active = m_function->isActive();
KDColor textColor = active ? KDColorBlack : Palette::k_desactiveTextColor;
KDColor textColor = active ? KDColorBlack : Palette::DesactiveTextColor;
m_expressionView.setTextColor(textColor);
}
}