gui: fixed regression du to case sensitifity of Linux

This commit is contained in:
Ettl Martin 2010-08-10 23:04:59 +02:00
parent 0ea9e98680
commit 653b5f37b8
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#include <QDir>
#include <QFileInfo>
#include <QDebug>
#include "filelist.h"
#include "FileList.h"
QStringList FileList::GetDefaultFilters()
{

View File

@ -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