Rename ThemeSettingsWidget -> ThemeChooser

Change-Id: Ie61dc07d9f8bc8639ff80368a0b2ad4dd62cacb3
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-01-20 22:20:59 +02:00
committed by Orgad Shaneh
parent 3ac3fe9389
commit 9d0d39495f
8 changed files with 26 additions and 27 deletions

View File

@@ -119,7 +119,7 @@ void GeneralSettings::apply()
setLanguage(m_page->languageBox->itemData(currentIndex, Qt::UserRole).toString());
// Apply the new base color if accepted
StyleHelper::setBaseColor(m_page->colorButton->color());
m_page->themeWidget->apply();
m_page->themeChooser->apply();
}
void GeneralSettings::finish()