GeneralSettings: Rename resetButton -> resetColorButton

About to add resetWarningsButton...

Change-Id: I8915bcfe6928bd2664243aaf0e2ff3871cf2bf3b
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Orgad Shaneh
2013-01-10 20:39:13 +02:00
committed by hjk
parent 22c0cb80e2
commit 2106d24459
2 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ QWidget *GeneralSettings::createPage(QWidget *parent)
m_page->autoSaveCheckBox->setChecked(EditorManager::instance()->autoSaveEnabled()); m_page->autoSaveCheckBox->setChecked(EditorManager::instance()->autoSaveEnabled());
m_page->autoSaveInterval->setValue(EditorManager::instance()->autoSaveInterval()); m_page->autoSaveInterval->setValue(EditorManager::instance()->autoSaveInterval());
connect(m_page->resetButton, SIGNAL(clicked()), connect(m_page->resetColorButton, SIGNAL(clicked()),
this, SLOT(resetInterfaceColor())); this, SLOT(resetInterfaceColor()));
#ifdef Q_OS_UNIX #ifdef Q_OS_UNIX
connect(m_page->resetTerminalButton, SIGNAL(clicked()), connect(m_page->resetTerminalButton, SIGNAL(clicked()),

View File

@@ -76,7 +76,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="resetButton"> <widget class="QPushButton" name="resetColorButton">
<property name="toolTip"> <property name="toolTip">
<string comment="Color">Reset to default.</string> <string comment="Color">Reset to default.</string>
</property> </property>
@@ -307,7 +307,7 @@
</customwidgets> </customwidgets>
<tabstops> <tabstops>
<tabstop>colorButton</tabstop> <tabstop>colorButton</tabstop>
<tabstop>resetButton</tabstop> <tabstop>resetColorButton</tabstop>
<tabstop>languageBox</tabstop> <tabstop>languageBox</tabstop>
<tabstop>terminalComboBox</tabstop> <tabstop>terminalComboBox</tabstop>
<tabstop>resetTerminalButton</tabstop> <tabstop>resetTerminalButton</tabstop>