From 156cbb698e287c9da510204ffdbea063cce2a27e Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 8 Apr 2016 22:16:30 +0200 Subject: Updated the README, changed the build system to use Qt 5. --- src/sudokuwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sudokuwidget.h') diff --git a/src/sudokuwidget.h b/src/sudokuwidget.h index fb13234..b32d794 100644 --- a/src/sudokuwidget.h +++ b/src/sudokuwidget.h @@ -2,7 +2,7 @@ #ifndef __INCLUDED_SUDOKUSOLVER_SUDOKUWIDGET__ #define __INCLUDED_SUDOKUSOLVER_SUDOKUWIDGET__ -#include +#include #include #include "sudoku.h" @@ -60,4 +60,4 @@ private slots: void verify(const QString & text); }; -#endif // __INCLUDED_SUDOKUSOLVER_SUDOKUWIDGET__ \ No newline at end of file +#endif // __INCLUDED_SUDOKUSOLVER_SUDOKUWIDGET__ -- cgit v1.2.3