Index: sources/storage/FileHandler.cpp =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -rf9f59e63bc8412c38b50ec155bcc37d1535800c4 --- sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision f9f59e63bc8412c38b50ec155bcc37d1535800c4) @@ -24,6 +24,7 @@ // Project // #include "Logger.h" // logger should not be used in this class. #include "StorageGlobals.h" +#include "main.h" // namespace using namespace Storage; @@ -304,7 +305,7 @@ static bool tested = false; if ( tested ) return ok; - QString tmp = Storage::Standard_tmp; + QString tmp = gStandard_tmp; QString tmpTestFolder = tmp + "tmp_test_folder" ; QString tmpTestFile = tmp + "tmp_test_file" ; QString tmpTestContent = "tmp_test_content";