From dc3dcd9500fb7521b01f6707c443e09e8cc69d1c Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Thu, 29 Apr 2021 01:50:23 -0700 Subject: Fix fixDirectoryName includes --- src/installationmanager.cpp | 2 +- src/modlist.cpp | 2 +- src/modlistview.cpp | 2 +- src/modlistviewactions.cpp | 2 +- src/profile.cpp | 2 +- src/profileinputdialog.cpp | 2 +- src/profilesdialog.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') 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 . #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 . #include "shared/filesorigin.h" #include "shared/appconfig.h" -#include +#include "filesystemutilities.h" #include #include 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 -#include +#include "filesystemutilities.h" #include #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 #include -#include +#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 . #include "modinfo.h" #include "settings.h" -#include +#include "filesystemutilities.h" #include "shared/appconfig.h" #include #include 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 . #include "profileinputdialog.h" #include "ui_profileinputdialog.h" -#include +#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 . #include "profileinputdialog.h" #include "report.h" #include "transfersavesdialog.h" -#include "utility.h" +#include "filesystemutilities.h" #include "settings.h" #include "localsavegames.h" -- cgit v1.3.1