PreferencesChanged -> settingsChanged.

We used both preferencesChanged and settingsChanged in different
methods and classes to mean the same thing, this adds consistency.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-05-21 13:50:26 -03:00 committed by Dirk Hohndel
parent 3c7a6ab750
commit 6aab69b298
5 changed files with 24 additions and 24 deletions

View file

@ -110,7 +110,7 @@ public:
void setModel(DivePlotDataModel *model);
public
slots:
void preferencesChanged();
void settingsChanged();
private:
DivePlotDataModel *model;