equal
deleted
inserted
replaced
17 */ |
17 */ |
18 |
18 |
19 #include <QGridLayout> |
19 #include <QGridLayout> |
20 #include <QPushButton> |
20 #include <QPushButton> |
21 |
21 |
22 #include "pages.h" |
22 #include "pagesingleplayer.h" |
23 #include "gamecfgwidget.h" |
23 #include "gamecfgwidget.h" |
24 |
24 |
25 PageSinglePlayer::PageSinglePlayer(QWidget* parent) : AbstractPage(parent) |
25 PageSinglePlayer::PageSinglePlayer(QWidget* parent) : AbstractPage(parent) |
26 { |
26 { |
27 QVBoxLayout * vLayout = new QVBoxLayout(this); |
27 QVBoxLayout * vLayout = new QVBoxLayout(this); |