summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-06-05 18:50:44 +0000
committerStijn Buys <ingar@osirion.org>2012-06-05 18:50:44 +0000
commit168d6e5763685b57c2ddd444209374c37bc5fdec (patch)
treed761a7284b48c9263ff235dd0ceb1638c28a4135 /src/mainwindow.h
parent42cb020233b6635f2d06b7f7b533a0ee4f85f4fa (diff)
Added solverwindow and sidebar buttons,
added Sudoku value container class.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 09f22dd..19d45c8 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -1,11 +1,11 @@
-#ifndef __INCLUDED_SUDOSOLVE_MAINWINDOW__
-#define __INCLUDED_SUDOSOLVE_MAINWINDOW__
+#ifndef __INCLUDED_SUDOKUSOLVER_MAINWINDOW__
+#define __INCLUDED_SUDOKUSOLVER_MAINWINDOW__
#include <QtGui>
#include <QMainWindow>
-class Sudoku;
+class SudokuWidget;
class MainWindow : public QMainWindow
{
@@ -13,10 +13,6 @@ class MainWindow : public QMainWindow
public:
MainWindow();
-
-private:
- Sudoku *mainwindow_sudoku;
-
};
-#endif // __INCLUDED_SUDOSOLVE_MAINWINDOW__ \ No newline at end of file
+#endif // __INCLUDED_SUDOKUSOLVER_MAINWINDOW__ \ No newline at end of file