Fix filename case to get ColorWheel building in Linux

This commit is contained in:
Adam Honse 2020-03-30 19:23:50 -05:00
parent 5719956441
commit d791361f22
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/*-----------------------------------------------------*\
| colorwheel.cpp |
| ColorWheel.cpp |
| |
| Color wheel selector widget for Qt |
| |
@ -8,7 +8,7 @@
| Modified by Adam Honse (calcprogrammer1@gmail.com) |
\*-----------------------------------------------------*/
#include "colorwheel.h"
#include "ColorWheel.h"
#include <QPainter>
#include <QResizeEvent>
#include <QStyleOption>