From f4025c0ebcddffbb1b826cd666b94d9140a56663 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 25 Jan 2018 19:20:30 +0100 Subject: Configuration class rework - castToString is now a free function - setFromString split away from setValue - moved Configuration to src --- src/browser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/browser.h') diff --git a/src/browser.h b/src/browser.h index 2cb6969..f58dce7 100644 --- a/src/browser.h +++ b/src/browser.h @@ -9,7 +9,7 @@ #ifndef BROWSER_H #define BROWSER_H -#include "settings/configuration.h" +#include "configuration.h" #include "singleapplication.h" #include "webengine/webengineprofile.h" #include -- cgit v1.2.1