diff options
Diffstat (limited to 'core/subsurface-qt/SettingsObjectWrapper.h')
-rw-r--r-- | core/subsurface-qt/SettingsObjectWrapper.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/subsurface-qt/SettingsObjectWrapper.h b/core/subsurface-qt/SettingsObjectWrapper.h index a56175ea7..64f0621b2 100644 --- a/core/subsurface-qt/SettingsObjectWrapper.h +++ b/core/subsurface-qt/SettingsObjectWrapper.h @@ -5,8 +5,7 @@ #include <QObject> #include <QDate> -#include "../pref.h" -#include "../prefs-macros.h" +#include "core/pref.h" /* Wrapper class for the Settings. This will allow * seamlessy integration of the settings with the QML |