QTfrontend/pageingame.h
changeset 5205 78138ae93820
parent 5204 e1a5f4d5d86a
child 6042 8b5345758f62
equal deleted inserted replaced
5204:e1a5f4d5d86a 5205:78138ae93820
    17  */
    17  */
    18 
    18 
    19 #ifndef PAGE_INGAME_H
    19 #ifndef PAGE_INGAME_H
    20 #define PAGE_INGAME_H
    20 #define PAGE_INGAME_H
    21 
    21 
    22 #include "pages.h"
    22 #include "AbstractPage.h"
    23 
    23 
    24 class PageInGame : public AbstractPage
    24 class PageInGame : public AbstractPage
    25 {
    25 {
    26     Q_OBJECT
    26     Q_OBJECT
    27 
    27