QTfrontend/pageselectweapon.h
changeset 5205 78138ae93820
parent 5204 e1a5f4d5d86a
child 6009 14f6fc9869f2
equal deleted inserted replaced
5204:e1a5f4d5d86a 5205:78138ae93820
    17  */
    17  */
    18 
    18 
    19 #ifndef PAGE_SELECTWEAPON_H
    19 #ifndef PAGE_SELECTWEAPON_H
    20 #define PAGE_SELECTWEAPON_H
    20 #define PAGE_SELECTWEAPON_H
    21 
    21 
    22 #include "pages.h"
    22 #include "AbstractPage.h"
    23 
    23 
    24 class SelWeaponWidget;
    24 class SelWeaponWidget;
    25 
    25 
    26 class PageSelectWeapon : public AbstractPage
    26 class PageSelectWeapon : public AbstractPage
    27 {
    27 {