summaryrefslogtreecommitdiff
path: root/src/sudokuwidget.h
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2016-04-08 22:16:30 +0200
committerStijn Buys <ingar@osirion.org>2016-04-08 22:16:30 +0200
commit156cbb698e287c9da510204ffdbea063cce2a27e (patch)
tree60d6cb89bc491c7cb8f815146020bd9876227414 /src/sudokuwidget.h
parentd7b480990c91aa9b09a855b98aa19b3f496690b3 (diff)
Updated the README, changed the build system to use Qt 5.
Diffstat (limited to 'src/sudokuwidget.h')
-rw-r--r--src/sudokuwidget.h4
1 files changed, 2 insertions, 2 deletions
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 <QtGui>
+#include <QtWidgets>
#include <QWidget>
#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__