summaryrefslogtreecommitdiffstats
path: root/core/cloudstorage.cpp
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-09-08 19:46:11 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-11 17:25:00 -0700
commit2385f48c6a74e6eb39b3c8c69766719c05768113 (patch)
tree28295bc458729797fe575269b0d6c67f1ad16c05 /core/cloudstorage.cpp
parent1ee726597239db4e1fd66b5ad70983a127280414 (diff)
downloadsubsurface-2385f48c6a74e6eb39b3c8c69766719c05768113.tar.gz
core/settings ... : remove qPref* includes in qPref.h
reduce number of includes by removing qPref* includes in qPref.h Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'core/cloudstorage.cpp')
-rw-r--r--core/cloudstorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cloudstorage.cpp b/core/cloudstorage.cpp
index 001e0acdf..39d9a4d66 100644
--- a/core/cloudstorage.cpp
+++ b/core/cloudstorage.cpp
@@ -2,7 +2,7 @@
#include "cloudstorage.h"
#include "pref.h"
#include "qthelper.h"
-#include "settings/qPref.h"
+#include "settings/qPrefCloudStorage.h"
#include <QApplication>
CloudStorageAuthenticate::CloudStorageAuthenticate(QObject *parent) :