diff -r b77f28facca6 -r e1a5f4d5d86a QTfrontend/pageingame.cpp --- a/QTfrontend/pageingame.cpp Sun May 08 21:15:42 2011 +0400 +++ b/QTfrontend/pageingame.cpp Mon May 09 16:56:29 2011 +0200 @@ -18,7 +18,7 @@ #include -#include "pages.h" +#include "pageingame.h" PageInGame::PageInGame(QWidget* parent) : AbstractPage(parent) @@ -26,3 +26,4 @@ QLabel * label = new QLabel(this); label->setText("In game..."); } +