summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divecartesianaxis.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-05-21 13:50:26 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-22 09:03:51 +0900
commit6aab69b2989e7f61b6adc2f0bcff69ca2bd5c7df (patch)
tree802aa420de6a9a1369f64d881c1009e5fc141321 /qt-ui/profile/divecartesianaxis.h
parent3c7a6ab7506ac311fdf9bfdf5fe70082bf2f7689 (diff)
downloadsubsurface-6aab69b2989e7f61b6adc2f0bcff69ca2bd5c7df.tar.gz
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>
Diffstat (limited to 'qt-ui/profile/divecartesianaxis.h')
-rw-r--r--qt-ui/profile/divecartesianaxis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/divecartesianaxis.h b/qt-ui/profile/divecartesianaxis.h
index e5b9b7b0e..34089e614 100644
--- a/qt-ui/profile/divecartesianaxis.h
+++ b/qt-ui/profile/divecartesianaxis.h
@@ -110,7 +110,7 @@ public:
void setModel(DivePlotDataModel *model);
public
slots:
- void preferencesChanged();
+ void settingsChanged();
private:
DivePlotDataModel *model;