diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-02-03 19:33:06 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-02-04 02:16:46 +0100 |
commit | 9ed886e4bea6c88a427a8fce50e2cb226d24afcc (patch) | |
tree | 902baf216598e4002204a8fa033e109909d0ab2f /qt-models | |
parent | 3ad1a5c7c77f7aa9e703e1f977c739a0ea1e5a54 (diff) | |
download | subsurface-9ed886e4bea6c88a427a8fce50e2cb226d24afcc.tar.gz |
Cleanup: lower-case filenames in core/subsurface-qt/
We tend to use lower-case filenames. Let's do it for these files
as well. Simple search & replace.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models')
-rw-r--r-- | qt-models/cylindermodel.cpp | 2 | ||||
-rw-r--r-- | qt-models/divelistmodel.h | 2 | ||||
-rw-r--r-- | qt-models/divelocationmodel.cpp | 2 | ||||
-rw-r--r-- | qt-models/divetripmodel.h | 2 | ||||
-rw-r--r-- | qt-models/filtermodels.cpp | 2 | ||||
-rw-r--r-- | qt-models/maplocationmodel.h | 2 | ||||
-rw-r--r-- | qt-models/weightmodel.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/qt-models/cylindermodel.cpp b/qt-models/cylindermodel.cpp index 2ed81ab72..b1d744c27 100644 --- a/qt-models/cylindermodel.cpp +++ b/qt-models/cylindermodel.cpp @@ -7,7 +7,7 @@ #include "core/color.h" #include "qt-models/diveplannermodel.h" #include "core/gettextfromc.h" -#include "core/subsurface-qt/DiveListNotifier.h" +#include "core/subsurface-qt/divelistnotifier.h" CylindersModel::CylindersModel(QObject *parent) : CleanerTableModel(parent), diff --git a/qt-models/divelistmodel.h b/qt-models/divelistmodel.h index 92e7a9291..e455d2ea7 100644 --- a/qt-models/divelistmodel.h +++ b/qt-models/divelistmodel.h @@ -5,7 +5,7 @@ #include <QAbstractListModel> #include <QSortFilterProxyModel> -#include "core/subsurface-qt/DiveObjectHelper.h" +#include "core/subsurface-qt/diveobjecthelper.h" class CollapsedDiveListSortModel : public QSortFilterProxyModel { diff --git a/qt-models/divelocationmodel.cpp b/qt-models/divelocationmodel.cpp index 0be755fd2..526a196de 100644 --- a/qt-models/divelocationmodel.cpp +++ b/qt-models/divelocationmodel.cpp @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 #include "core/units.h" #include "qt-models/divelocationmodel.h" -#include "core/subsurface-qt/DiveListNotifier.h" +#include "core/subsurface-qt/divelistnotifier.h" #include "core/qthelper.h" #include "core/divesite.h" #include "core/metrics.h" diff --git a/qt-models/divetripmodel.h b/qt-models/divetripmodel.h index a2cbf83a3..2787012c4 100644 --- a/qt-models/divetripmodel.h +++ b/qt-models/divetripmodel.h @@ -3,7 +3,7 @@ #define DIVETRIPMODEL_H #include "core/dive.h" -#include "core/subsurface-qt/DiveListNotifier.h" +#include "core/subsurface-qt/divelistnotifier.h" #include <QAbstractItemModel> class DiveFilter; diff --git a/qt-models/filtermodels.cpp b/qt-models/filtermodels.cpp index d07de02c0..4bf0efd6b 100644 --- a/qt-models/filtermodels.cpp +++ b/qt-models/filtermodels.cpp @@ -4,7 +4,7 @@ #include "core/qthelper.h" #include "core/trip.h" #include "core/subsurface-string.h" -#include "core/subsurface-qt/DiveListNotifier.h" +#include "core/subsurface-qt/divelistnotifier.h" #include "qt-models/divetripmodel.h" MultiFilterSortModel *MultiFilterSortModel::instance() diff --git a/qt-models/maplocationmodel.h b/qt-models/maplocationmodel.h index 2aef697a2..8cc5b7269 100644 --- a/qt-models/maplocationmodel.h +++ b/qt-models/maplocationmodel.h @@ -2,7 +2,7 @@ #ifndef MAPLOCATIONMODEL_H #define MAPLOCATIONMODEL_H -#include "core/subsurface-qt/DiveListNotifier.h" +#include "core/subsurface-qt/divelistnotifier.h" #include <QObject> #include <QVector> #include <QHash> diff --git a/qt-models/weightmodel.cpp b/qt-models/weightmodel.cpp index 21e363592..6e56071e2 100644 --- a/qt-models/weightmodel.cpp +++ b/qt-models/weightmodel.cpp @@ -4,7 +4,7 @@ #include "core/gettextfromc.h" #include "core/metrics.h" #include "core/qthelper.h" -#include "core/subsurface-qt/DiveListNotifier.h" +#include "core/subsurface-qt/divelistnotifier.h" #include "qt-models/weightsysteminfomodel.h" #ifndef SUBSURFACE_MOBILE #include "commands/command.h" |