Fix filename case so that it will build on a case-sensitive filesystem.

This commit is contained in:
Jacob Young
2020-12-28 02:54:19 -05:00
committed by Sergio Martins
parent 51d78ba20b
commit 0fe58fd160
7 changed files with 9 additions and 9 deletions

View File

@@ -33,7 +33,7 @@
#include <QDir>
#ifdef Q_OS_WIN
# include <Windows.h>
# include <windows.h>
#endif
using namespace KDDockWidgets::Debug;