summaryrefslogtreecommitdiffstats
path: root/core/subsurface-qt
diff options
context:
space:
mode:
Diffstat (limited to 'core/subsurface-qt')
-rw-r--r--core/subsurface-qt/cylinderobjecthelper.cpp (renamed from core/subsurface-qt/CylinderObjectHelper.cpp)2
-rw-r--r--core/subsurface-qt/cylinderobjecthelper.h (renamed from core/subsurface-qt/CylinderObjectHelper.h)0
-rw-r--r--core/subsurface-qt/divelistnotifier.cpp (renamed from core/subsurface-qt/DiveListNotifier.cpp)2
-rw-r--r--core/subsurface-qt/divelistnotifier.h (renamed from core/subsurface-qt/DiveListNotifier.h)0
-rw-r--r--core/subsurface-qt/diveobjecthelper.cpp (renamed from core/subsurface-qt/DiveObjectHelper.cpp)2
-rw-r--r--core/subsurface-qt/diveobjecthelper.h (renamed from core/subsurface-qt/DiveObjectHelper.h)2
6 files changed, 4 insertions, 4 deletions
diff --git a/core/subsurface-qt/CylinderObjectHelper.cpp b/core/subsurface-qt/cylinderobjecthelper.cpp
index 28c14e10a..897746952 100644
--- a/core/subsurface-qt/CylinderObjectHelper.cpp
+++ b/core/subsurface-qt/cylinderobjecthelper.cpp
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-#include "CylinderObjectHelper.h"
+#include "cylinderobjecthelper.h"
#include "../qthelper.h"
static QString EMPTY_CYLINDER_STRING = QStringLiteral("");
diff --git a/core/subsurface-qt/CylinderObjectHelper.h b/core/subsurface-qt/cylinderobjecthelper.h
index e1e2490e4..e1e2490e4 100644
--- a/core/subsurface-qt/CylinderObjectHelper.h
+++ b/core/subsurface-qt/cylinderobjecthelper.h
diff --git a/core/subsurface-qt/DiveListNotifier.cpp b/core/subsurface-qt/divelistnotifier.cpp
index 2009defcd..8753c79a4 100644
--- a/core/subsurface-qt/DiveListNotifier.cpp
+++ b/core/subsurface-qt/divelistnotifier.cpp
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
-#include "DiveListNotifier.h"
+#include "divelistnotifier.h"
DiveListNotifier diveListNotifier;
diff --git a/core/subsurface-qt/DiveListNotifier.h b/core/subsurface-qt/divelistnotifier.h
index fc7115a99..fc7115a99 100644
--- a/core/subsurface-qt/DiveListNotifier.h
+++ b/core/subsurface-qt/divelistnotifier.h
diff --git a/core/subsurface-qt/DiveObjectHelper.cpp b/core/subsurface-qt/diveobjecthelper.cpp
index 606614b05..aec5984a8 100644
--- a/core/subsurface-qt/DiveObjectHelper.cpp
+++ b/core/subsurface-qt/diveobjecthelper.cpp
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-#include "DiveObjectHelper.h"
+#include "diveobjecthelper.h"
#include <QDateTime>
#include <QTextDocument>
diff --git a/core/subsurface-qt/DiveObjectHelper.h b/core/subsurface-qt/diveobjecthelper.h
index 639dae696..7723df0f4 100644
--- a/core/subsurface-qt/DiveObjectHelper.h
+++ b/core/subsurface-qt/diveobjecthelper.h
@@ -2,7 +2,7 @@
#ifndef DIVE_QOBJECT_H
#define DIVE_QOBJECT_H
-#include "CylinderObjectHelper.h"
+#include "cylinderobjecthelper.h"
#include <QObject>
#include <QString>
#include <QStringList>