QTfrontend/pageingame.cpp
changeset 5204 e1a5f4d5d86a
parent 5078 3527f0e7bb21
child 6042 8b5345758f62
--- 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 <QLabel>
 
-#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...");
 }
+