summaryrefslogtreecommitdiff
path: root/src/resources/db/palettedb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/palettedb.cpp')
-rw-r--r--src/resources/db/palettedb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/db/palettedb.cpp b/src/resources/db/palettedb.cpp
index 75d8be290..4c9c4cd76 100644
--- a/src/resources/db/palettedb.cpp
+++ b/src/resources/db/palettedb.cpp
@@ -23,7 +23,7 @@
#include "configuration.h"
#include "utils/checkutils.h"
-#include "utils/files.h"
+#include "utils/virtfstools.h"
#include "resources/dye/dyecolor.h"
@@ -47,7 +47,7 @@ void PaletteDB::loadPalette()
{
mLoaded = true;
StringVect lines;
- Files::loadTextFile(paths.getStringValue("palettesDir") +
+ VirtFs::loadTextFile(paths.getStringValue("palettesDir") +
paths.getStringValue("defaultPaletteFile"),
lines);
StringVectCIter it = lines.begin();