summaryrefslogtreecommitdiff
path: root/src/mainwindow.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/mainwindow.h
parent2742c3b75f29597d4563190cd1442d3121ea7b29 (diff)
parent156cbb698e287c9da510204ffdbea063cce2a27e (diff)
Ported to Qt5.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index f18d212..f4ec070 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -2,7 +2,7 @@
#ifndef __INCLUDED_SUDOKUSOLVER_MAINWINDOW__
#define __INCLUDED_SUDOKUSOLVER_MAINWINDOW__
-#include <QtGui>
+#include <QtWidgets>
#include <QMainWindow>
class SudokuWidget;