--- a/src/main.h Sat Feb 13 04:14:43 2016 +0200 +++ b/src/main.h Sun Feb 14 03:19:28 2016 +0200 @@ -31,6 +31,6 @@ #include "version.h" #include "format.h" #include "hierarchyelement.h" -#include "configurationvaluebag.h" +#include "configuration.h" -extern ConfigurationValueBag* Config; \ No newline at end of file +extern Configuration* Config; \ No newline at end of file