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
parent db928a0fca
commit e4502d4f64
7 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@
#if defined(Q_OS_WIN)
# include <QWindow>
# include <Windows.h>
# include <windows.h>
#endif
using namespace KDDockWidgets;