summaryrefslogtreecommitdiff
path: root/src/sudokuwidget.h
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2016-04-08 23:21:20 +0200
committerStijn Buys <ingar@osirion.org>2016-04-08 23:21:20 +0200
commit1ee0cc39a270e00d2ccb5cf10161889bd2fa81d4 (patch)
treee5ad6e6f81f723dedc75f9a560c8e3c143bae804 /src/sudokuwidget.h
parent2742c3b75f29597d4563190cd1442d3121ea7b29 (diff)
parent156cbb698e287c9da510204ffdbea063cce2a27e (diff)
Ported to Qt5.
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__