aboutsummaryrefslogtreecommitdiffstats
path: root/core/settings/qPrefGeneral.cpp
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-08-14 12:25:15 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-15 16:11:39 -0700
commitf2c302284b92354461a34f11475f69b6272caaa3 (patch)
tree6a43d35e46a0eb10f084af34054851a40aa07c3f /core/settings/qPrefGeneral.cpp
parent9b8a6fa8552647c1c1e7b78000e93a1bbc508365 (diff)
downloadsubsurface-f2c302284b92354461a34f11475f69b6272caaa3.tar.gz
core: qPref limit header includes
replace qPref.h with qPrefFoo.h to limit header includes Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'core/settings/qPrefGeneral.cpp')
-rw-r--r--core/settings/qPrefGeneral.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/settings/qPrefGeneral.cpp b/core/settings/qPrefGeneral.cpp
index 85c828de8..81a3eb0fe 100644
--- a/core/settings/qPrefGeneral.cpp
+++ b/core/settings/qPrefGeneral.cpp
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-#include "qPref.h"
+#include "qPrefGeneral.h"
#include "qPrefPrivate.h"