summaryrefslogtreecommitdiff
path: root/quacker/newgame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quacker/newgame.cpp')
-rw-r--r--quacker/newgame.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/quacker/newgame.cpp b/quacker/newgame.cpp
index 6d03813..7d3006e 100644
--- a/quacker/newgame.cpp
+++ b/quacker/newgame.cpp
@@ -18,15 +18,7 @@
#include <iostream>
-#include <QtGui>
-#include <QTabWidget>
-#include <QTreeWidget>
-#include <QPushButton>
-#include <QComboBox>
-#include <QGroupBox>
-#include <QVBoxLayout>
-#include <QHBoxLayout>
-#include <QLineEdit>
+#include <QtWidgets>
#include <computerplayer.h>
#include <datamanager.h>