summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/installationmanager.cpp2
-rw-r--r--src/modlist.cpp2
-rw-r--r--src/modlistview.cpp2
-rw-r--r--src/modlistviewactions.cpp2
-rw-r--r--src/profile.cpp2
-rw-r--r--src/profileinputdialog.cpp2
-rw-r--r--src/profilesdialog.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/installationmanager.cpp b/src/installationmanager.cpp
index ad7cdcd5..0ba82a5c 100644
--- a/src/installationmanager.cpp
+++ b/src/installationmanager.cpp
@@ -21,7 +21,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "installationmanager.h"
-#include "utility.h"
+#include "filesystemutilities.h"
#include "report.h"
#include "categories.h"
#include "questionboxmemory.h"
diff --git a/src/modlist.cpp b/src/modlist.cpp
index 48f65d3a..eccba831 100644
--- a/src/modlist.cpp
+++ b/src/modlist.cpp
@@ -34,7 +34,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "shared/filesorigin.h"
#include "shared/appconfig.h"
-#include <utility.h>
+#include "filesystemutilities.h"
#include <report.h>
#include <QFileInfo>
diff --git a/src/modlistview.cpp b/src/modlistview.cpp
index 47fc880d..c662c5d0 100644
--- a/src/modlistview.cpp
+++ b/src/modlistview.cpp
@@ -5,7 +5,7 @@
#include <widgetutility.h>
-#include <utility.h>
+#include "filesystemutilities.h"
#include <report.h>
#include "ui_mainwindow.h"
diff --git a/src/modlistviewactions.cpp b/src/modlistviewactions.cpp
index acf765f6..f72e8d0c 100644
--- a/src/modlistviewactions.cpp
+++ b/src/modlistviewactions.cpp
@@ -8,7 +8,7 @@
#include <log.h>
#include <report.h>
-#include <utility.h>
+#include "filesystemutilities.h"
#include "categories.h"
#include "filedialogmemory.h"
diff --git a/src/profile.cpp b/src/profile.cpp
index f43ac3a1..42a2ad16 100644
--- a/src/profile.cpp
+++ b/src/profile.cpp
@@ -21,7 +21,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "modinfo.h"
#include "settings.h"
-#include <utility.h>
+#include "filesystemutilities.h"
#include "shared/appconfig.h"
#include <iplugingame.h>
#include <report.h>
diff --git a/src/profileinputdialog.cpp b/src/profileinputdialog.cpp
index 5a1fd03c..48b35b82 100644
--- a/src/profileinputdialog.cpp
+++ b/src/profileinputdialog.cpp
@@ -19,7 +19,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "profileinputdialog.h"
#include "ui_profileinputdialog.h"
-#include <utility.h>
+#include "filesystemutilities.h"
ProfileInputDialog::ProfileInputDialog(QWidget *parent) :
QDialog(parent),
diff --git a/src/profilesdialog.cpp b/src/profilesdialog.cpp
index d71a4531..3ab70936 100644
--- a/src/profilesdialog.cpp
+++ b/src/profilesdialog.cpp
@@ -28,7 +28,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "profileinputdialog.h"
#include "report.h"
#include "transfersavesdialog.h"
-#include "utility.h"
+#include "filesystemutilities.h"
#include "settings.h"
#include "localsavegames.h"