From 653b5f37b8a2fa5e7c3ac53e08a15850881c0b56 Mon Sep 17 00:00:00 2001 From: Ettl Martin Date: Tue, 10 Aug 2010 23:04:59 +0200 Subject: [PATCH] gui: fixed regression du to case sensitifity of Linux --- gui/FileList.cpp | 2 +- gui/mainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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