diff --git a/gui/FileList.cpp b/gui/FileList.cpp index 11413d6e7..64f1591ec 100644 --- a/gui/FileList.cpp +++ b/gui/FileList.cpp @@ -19,7 +19,7 @@ #include #include #include -#include "filelist.h" +#include "FileList.h" QStringList FileList::GetDefaultFilters() { diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index a43f32039..50304bc70 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -34,7 +34,7 @@ #include "project.h" #include "report.h" #include "logview.h" -#include "filelist.h" +#include "FileList.h" // HTMLHelp is only available in Windows #ifdef WIN32